diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e02cb5e84..d69cca1c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +### Bug Fixes + +- **@clayui/autocomplete:** fixes a potential XSS vulnerability in autocomplete by removing the use of `dangerouslySetInnerHTML` ([675910c](https://github.com/liferay/clay/commit/675910c)) +- **@clayui/color-picker:** fix error of "hidden" input add extra margin ([f4d8aa0](https://github.com/liferay/clay/commit/f4d8aa0)) +- **@clayui/css:** Cadmin Links adds `component-text` and `component-icon`, generic names for reuse in other components ([ae49f03](https://github.com/liferay/clay/commit/ae49f03)) +- **@clayui/css:** Cadmin Treeview new component ([ea1568e](https://github.com/liferay/clay/commit/ea1568e)) +- **@clayui/css:** Forms `form-group-sm div.form-control` should be 32px tall and grow to fix content inside, similar to a textarea element ([eb987a1](https://github.com/liferay/clay/commit/eb987a1)), closes [#4164](https://github.com/liferay/clay/issues/4164) +- **@clayui/css:** Grid generating `container-max-width-*` classes should work with Custom Properties ([b12dbf5](https://github.com/liferay/clay/commit/b12dbf5)) +- **@clayui/css:** Mixins update `clay-loading-animation-variant` to use `clay-css` pattern ([4280c6f](https://github.com/liferay/clay/commit/4280c6f)), closes [#3987](https://github.com/liferay/clay/issues/3987) +- **@clayui/css:** Mixins update `sheet-footer-btn-block` to use `clay-css` pattern ([5523b67](https://github.com/liferay/clay/commit/5523b67)), closes [#3987](https://github.com/liferay/clay/issues/3987) +- **@clayui/css:** Sheet `$sheet-lg-max-width` should use fixed number instead of generating based on a `$container-max-widths` value ([5968bd5](https://github.com/liferay/clay/commit/5968bd5)) +- **@clayui/css:** Utilities remove duplicate rounded utilities ([6687624](https://github.com/liferay/clay/commit/6687624)) +- **@clayui/shared:** fixes error when getting stuck in an input masked as hidden ([4c0c5cb](https://github.com/liferay/clay/commit/4c0c5cb)) +- **@clayui/tooltip:** Hide tooltip on `dragstart` ([70d78da](https://github.com/liferay/clay/commit/70d78da)) +- **clayui.com:** fixes error when generating slugs for documents inside packages ([5e00f5a](https://github.com/liferay/clay/commit/5e00f5a)) + +### Features + +- **@clayui/core:** Add Provider component and the new `@clayui/core` package ([1d4e4b3](https://github.com/liferay/clay/commit/1d4e4b3)) +- **@clayui/core:** adds `theme` API to Provider ([e7bae7d](https://github.com/liferay/clay/commit/e7bae7d)) +- **@clayui/css:** \$container-max-widths Sass map should accept CSS Custom Properties ([3a8ffe2](https://github.com/liferay/clay/commit/3a8ffe2)) +- **@clayui/css:** Buttons use nested property names in variables to stay as close as possible to the way our CSS is written ([89e3360](https://github.com/liferay/clay/commit/89e3360)), closes [#4176](https://github.com/liferay/clay/issues/4176) +- **@clayui/css:** Functions adds `map-deep-get` for getting values of deeply nested Sass map items ([2b80302](https://github.com/liferay/clay/commit/2b80302)) +- **@clayui/pagination-bar:** Add the `showDeltasDropDown` prop ([6c65f43](https://github.com/liferay/clay/commit/6c65f43)), closes [#4175](https://github.com/liferay/clay/issues/4175) + # [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30) ### Bug Fixes diff --git a/clayui.com/CHANGELOG.md b/clayui.com/CHANGELOG.md index 58ab0e754d..e1ab249e60 100644 --- a/clayui.com/CHANGELOG.md +++ b/clayui.com/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/matuzalemsteles/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +### Bug Fixes + +- **clayui.com:** fixes error when generating slugs for documents inside packages ([5e00f5a](https://github.com/matuzalemsteles/clay/commit/5e00f5a)) + # [3.31.0](https://github.com/matuzalemsteles/clay/compare/v3.30.0...v3.31.0) (2021-06-30) **Note:** Version bump only for package clayui.com diff --git a/clayui.com/package.json b/clayui.com/package.json index d38ded295e..84cb7fe233 100644 --- a/clayui.com/package.json +++ b/clayui.com/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "clayui.com", - "version": "3.31.0", + "version": "3.32.0", "license": "MIT", "scripts": { "copy:clay-css": "yarn copy:clay-css-js && yarn copy:clay-css-site-images && yarn copy:clay-css-images", @@ -13,35 +13,35 @@ "serve": "gatsby serve" }, "dependencies": { - "@clayui/autocomplete": "^3.30.0", - "@clayui/breadcrumb": "^3.30.0", - "@clayui/button": "^3.6.0", - "@clayui/card": "^3.31.0", - "@clayui/charts": "^3.25.1", - "@clayui/color-picker": "^3.31.0", - "@clayui/css": "^3.31.0", - "@clayui/data-provider": "^3.29.0", - "@clayui/date-picker": "^3.30.0", - "@clayui/drop-down": "^3.30.0", - "@clayui/form": "^3.29.0", - "@clayui/icon": "^3.1.0", - "@clayui/label": "^3.4.1", - "@clayui/layout": "^3.31.0", - "@clayui/link": "^3.2.0", - "@clayui/list": "^3.31.0", - "@clayui/modal": "^3.29.0", - "@clayui/multi-select": "^3.30.0", - "@clayui/multi-step-nav": "^3.30.0", - "@clayui/nav": "^3.30.0", - "@clayui/navigation-bar": "^3.31.0", - "@clayui/pagination": "^3.30.0", - "@clayui/pagination-bar": "^3.31.0", - "@clayui/panel": "^3.29.0", - "@clayui/popover": "^3.29.0", - "@clayui/sticker": "^3.3.0", - "@clayui/time-picker": "^3.29.0", - "@clayui/tooltip": "^3.29.0", - "@clayui/upper-toolbar": "^3.31.0", + "@clayui/autocomplete": "^3.32.0", + "@clayui/breadcrumb": "^3.32.0", + "@clayui/button": "^3.32.0", + "@clayui/card": "^3.32.0", + "@clayui/charts": "^3.32.0", + "@clayui/color-picker": "^3.32.0", + "@clayui/css": "^3.32.0", + "@clayui/data-provider": "^3.32.0", + "@clayui/date-picker": "^3.32.0", + "@clayui/drop-down": "^3.32.0", + "@clayui/form": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/label": "^3.32.0", + "@clayui/layout": "^3.32.0", + "@clayui/link": "^3.32.0", + "@clayui/list": "^3.32.0", + "@clayui/modal": "^3.32.0", + "@clayui/multi-select": "^3.32.0", + "@clayui/multi-step-nav": "^3.32.0", + "@clayui/nav": "^3.32.0", + "@clayui/navigation-bar": "^3.32.0", + "@clayui/pagination": "^3.32.0", + "@clayui/pagination-bar": "^3.32.0", + "@clayui/panel": "^3.32.0", + "@clayui/popover": "^3.32.0", + "@clayui/sticker": "^3.32.0", + "@clayui/time-picker": "^3.32.0", + "@clayui/tooltip": "^3.32.0", + "@clayui/upper-toolbar": "^3.32.0", "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", "@mdx-js/tag": "^0.20.3", diff --git a/lerna.json b/lerna.json index 7edc6d9f68..7d052dd853 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.4.0", - "version": "3.31.0", + "version": "3.32.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/clay-alert/CHANGELOG.md b/packages/clay-alert/CHANGELOG.md index d07d2cf4f7..fc745855e3 100644 --- a/packages/clay-alert/CHANGELOG.md +++ b/packages/clay-alert/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/alert + # [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30) **Note:** Version bump only for package @clayui/alert diff --git a/packages/clay-alert/package.json b/packages/clay-alert/package.json index 142a18b4e7..0a9e6533cf 100644 --- a/packages/clay-alert/package.json +++ b/packages/clay-alert/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/alert", - "version": "3.31.0", + "version": "3.32.0", "description": "ClayAlert component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,8 +26,8 @@ "react" ], "dependencies": { - "@clayui/icon": "^3.1.0", - "@clayui/layout": "^3.31.0", + "@clayui/icon": "^3.32.0", + "@clayui/layout": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { diff --git a/packages/clay-autocomplete/CHANGELOG.md b/packages/clay-autocomplete/CHANGELOG.md index de99ab0011..4488b8fbd2 100644 --- a/packages/clay-autocomplete/CHANGELOG.md +++ b/packages/clay-autocomplete/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +### Bug Fixes + +- **@clayui/autocomplete:** fixes a potential XSS vulnerability in autocomplete by removing the use of `dangerouslySetInnerHTML` ([675910c](https://github.com/liferay/clay/commit/675910c)) + # [3.30.0](https://github.com/liferay/clay/compare/v3.29.0...v3.30.0) (2021-06-16) **Note:** Version bump only for package @clayui/autocomplete diff --git a/packages/clay-autocomplete/package.json b/packages/clay-autocomplete/package.json index 0fa01b8608..6b90e03783 100644 --- a/packages/clay-autocomplete/package.json +++ b/packages/clay-autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/autocomplete", - "version": "3.30.0", + "version": "3.32.0", "description": "ClayAutocomplete component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,9 +26,9 @@ "react" ], "dependencies": { - "@clayui/drop-down": "^3.30.0", - "@clayui/form": "^3.29.0", - "@clayui/loading-indicator": "^3.2.0", + "@clayui/drop-down": "^3.32.0", + "@clayui/form": "^3.32.0", + "@clayui/loading-indicator": "^3.32.0", "fuzzy": "^0.1.3" }, "peerDependencies": { diff --git a/packages/clay-badge/CHANGELOG.md b/packages/clay-badge/CHANGELOG.md index 1867c4d6f4..48dc37833d 100644 --- a/packages/clay-badge/CHANGELOG.md +++ b/packages/clay-badge/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/badge + # [3.2.0](https://github.com/liferay/clay/compare/@clayui/badge@3.1.0...@clayui/badge@3.2.0) (2020-10-01) ### Features diff --git a/packages/clay-badge/package.json b/packages/clay-badge/package.json index 7f8189eb44..df8fd006d1 100644 --- a/packages/clay-badge/package.json +++ b/packages/clay-badge/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/badge", - "version": "3.2.0", + "version": "3.32.0", "description": "ClayBadge component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", diff --git a/packages/clay-breadcrumb/CHANGELOG.md b/packages/clay-breadcrumb/CHANGELOG.md index f33a35c9e8..b97018345c 100644 --- a/packages/clay-breadcrumb/CHANGELOG.md +++ b/packages/clay-breadcrumb/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/breadcrumb + # [3.30.0](https://github.com/liferay/clay/compare/v3.29.0...v3.30.0) (2021-06-16) **Note:** Version bump only for package @clayui/breadcrumb diff --git a/packages/clay-breadcrumb/package.json b/packages/clay-breadcrumb/package.json index 08522f5e06..a977a61e27 100644 --- a/packages/clay-breadcrumb/package.json +++ b/packages/clay-breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/breadcrumb", - "version": "3.30.0", + "version": "3.32.0", "description": "ClayBreadcrumb component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,11 +26,11 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/drop-down": "^3.30.0", - "@clayui/icon": "^3.1.0", - "@clayui/link": "^3.2.0", - "@clayui/shared": "^3.29.0", + "@clayui/button": "^3.32.0", + "@clayui/drop-down": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/link": "^3.32.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6", "warning": "^4.0.3" }, diff --git a/packages/clay-button/CHANGELOG.md b/packages/clay-button/CHANGELOG.md index 88472712e0..5dbc6ab94c 100644 --- a/packages/clay-button/CHANGELOG.md +++ b/packages/clay-button/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/button + # [3.6.0](https://github.com/liferay/clay/compare/@clayui/button@3.5.0...@clayui/button@3.6.0) (2021-01-27) ### Features diff --git a/packages/clay-button/package.json b/packages/clay-button/package.json index 8ed5a6b936..92e0df3c7c 100644 --- a/packages/clay-button/package.json +++ b/packages/clay-button/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/button", - "version": "3.6.0", + "version": "3.32.0", "description": "ClayButton component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,7 +26,7 @@ "react" ], "dependencies": { - "@clayui/icon": "^3.1.0", + "@clayui/icon": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { diff --git a/packages/clay-card/CHANGELOG.md b/packages/clay-card/CHANGELOG.md index 7fb086757c..17f556c616 100644 --- a/packages/clay-card/CHANGELOG.md +++ b/packages/clay-card/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/card + # [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30) ### Bug Fixes diff --git a/packages/clay-card/package.json b/packages/clay-card/package.json index 93e02bdb53..3a56d0a2d3 100644 --- a/packages/clay-card/package.json +++ b/packages/clay-card/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/card", - "version": "3.31.0", + "version": "3.32.0", "description": "ClayCard component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,15 +26,15 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/drop-down": "^3.30.0", - "@clayui/form": "^3.29.0", - "@clayui/icon": "^3.1.0", - "@clayui/label": "^3.4.1", - "@clayui/layout": "^3.31.0", - "@clayui/link": "^3.2.0", - "@clayui/shared": "^3.29.0", - "@clayui/sticker": "^3.3.0", + "@clayui/button": "^3.32.0", + "@clayui/drop-down": "^3.32.0", + "@clayui/form": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/label": "^3.32.0", + "@clayui/layout": "^3.32.0", + "@clayui/link": "^3.32.0", + "@clayui/shared": "^3.32.0", + "@clayui/sticker": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { diff --git a/packages/clay-charts/CHANGELOG.md b/packages/clay-charts/CHANGELOG.md index cb768f1833..6332d48df9 100644 --- a/packages/clay-charts/CHANGELOG.md +++ b/packages/clay-charts/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/matuzalemsteles/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/charts + ## [3.25.1](https://github.com/ambrinchaudhary/clay/compare/v3.25.0...v3.25.1) (2021-03-05) ### Bug Fixes diff --git a/packages/clay-charts/package.json b/packages/clay-charts/package.json index 5f33f01164..f5b3f46627 100644 --- a/packages/clay-charts/package.json +++ b/packages/clay-charts/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/charts", - "version": "3.25.1", + "version": "3.32.0", "description": "React.js wrapper for D3 and billboard.js", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/clay-color-picker/CHANGELOG.md b/packages/clay-color-picker/CHANGELOG.md index fec8743134..d8047cd5ca 100644 --- a/packages/clay-color-picker/CHANGELOG.md +++ b/packages/clay-color-picker/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +### Bug Fixes + +- **@clayui/color-picker:** fix error of "hidden" input add extra margin ([f4d8aa0](https://github.com/liferay/clay/commit/f4d8aa0)) + # [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30) **Note:** Version bump only for package @clayui/color-picker diff --git a/packages/clay-color-picker/package.json b/packages/clay-color-picker/package.json index 395068c922..a2bf9c54c1 100644 --- a/packages/clay-color-picker/package.json +++ b/packages/clay-color-picker/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/color-picker", - "version": "3.31.0", + "version": "3.32.0", "description": "ClayColorPicker component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,11 +26,11 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/drop-down": "^3.30.0", - "@clayui/form": "^3.29.0", - "@clayui/icon": "^3.1.0", - "@clayui/shared": "^3.29.0", + "@clayui/button": "^3.32.0", + "@clayui/drop-down": "^3.32.0", + "@clayui/form": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6", "tinycolor2": "^1.4.2" }, diff --git a/packages/clay-core/CHANGELOG.md b/packages/clay-core/CHANGELOG.md index 420e6f23d0..683eef3eb7 100644 --- a/packages/clay-core/CHANGELOG.md +++ b/packages/clay-core/CHANGELOG.md @@ -1 +1,13 @@ # Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +### Features + +- **@clayui/core:** Add Provider component and the new `@clayui/core` package ([1d4e4b3](https://github.com/liferay/clay/commit/1d4e4b3)) +- **@clayui/core:** adds `theme` API to Provider ([e7bae7d](https://github.com/liferay/clay/commit/e7bae7d)) + +# Change Log diff --git a/packages/clay-core/package.json b/packages/clay-core/package.json index 1488229364..f8f02ba9fd 100644 --- a/packages/clay-core/package.json +++ b/packages/clay-core/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/core", - "version": "3.0.0", + "version": "3.32.0", "description": "Clay UI components in React", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,11 +26,11 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/drop-down": "^3.30.0", - "@clayui/icon": "^3.1.0", - "@clayui/modal": "^3.29.0", - "@clayui/provider": "^3.0.0" + "@clayui/button": "^3.32.0", + "@clayui/drop-down": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/modal": "^3.32.0", + "@clayui/provider": "^3.32.0" }, "peerDependencies": { "@clayui/css": "3.x", diff --git a/packages/clay-css/CHANGELOG.md b/packages/clay-css/CHANGELOG.md index d4dbcc039d..8aa3ad1524 100644 --- a/packages/clay-css/CHANGELOG.md +++ b/packages/clay-css/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.31.0...v3.32.0) (2021-07-28) + + +### Bug Fixes + +* **@clayui/css:** Cadmin Links adds `component-text` and `component-icon`, generic names for reuse in other components ([ae49f03](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ae49f03)) +* **@clayui/css:** Cadmin Treeview new component ([ea1568e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ea1568e)) +* **@clayui/css:** Forms `form-group-sm div.form-control` should be 32px tall and grow to fix content inside, similar to a textarea element ([eb987a1](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/eb987a1)), closes [#4164](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4164) +* **@clayui/css:** Grid generating `container-max-width-*` classes should work with Custom Properties ([b12dbf5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/b12dbf5)) +* **@clayui/css:** Mixins update `clay-loading-animation-variant` to use `clay-css` pattern ([4280c6f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4280c6f)), closes [#3987](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3987) +* **@clayui/css:** Mixins update `sheet-footer-btn-block` to use `clay-css` pattern ([5523b67](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5523b67)), closes [#3987](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3987) +* **@clayui/css:** Sheet `$sheet-lg-max-width` should use fixed number instead of generating based on a `$container-max-widths` value ([5968bd5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5968bd5)) +* **@clayui/css:** Utilities remove duplicate rounded utilities ([6687624](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6687624)) + + +### Features + +* **@clayui/css:** $container-max-widths Sass map should accept CSS Custom Properties ([3a8ffe2](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3a8ffe2)) +* **@clayui/css:** Buttons use nested property names in variables to stay as close as possible to the way our CSS is written ([89e3360](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/89e3360)), closes [#4176](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4176) +* **@clayui/css:** Functions adds `map-deep-get` for getting values of deeply nested Sass map items ([2b80302](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2b80302)) + + + + + # [3.31.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.30.0...v3.31.0) (2021-06-30) diff --git a/packages/clay-css/package.json b/packages/clay-css/package.json index 4c90bcc5ba..7307bda610 100644 --- a/packages/clay-css/package.json +++ b/packages/clay-css/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/css", - "version": "3.31.0", + "version": "3.32.0", "description": "Liferay's web implementation of the Lexicon Design Language", "main": "index.js", "files": [ diff --git a/packages/clay-css/src/scss/_license-text.scss b/packages/clay-css/src/scss/_license-text.scss index 89692e62fb..8936bb9848 100644 --- a/packages/clay-css/src/scss/_license-text.scss +++ b/packages/clay-css/src/scss/_license-text.scss @@ -1,5 +1,5 @@ /** - * Clay 3.31.0 + * Clay 3.32.0 * * SPDX-FileCopyrightText: © 2020 Liferay, Inc. * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay diff --git a/packages/clay-data-provider/CHANGELOG.md b/packages/clay-data-provider/CHANGELOG.md index b778669600..d13334117f 100644 --- a/packages/clay-data-provider/CHANGELOG.md +++ b/packages/clay-data-provider/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/data-provider + # [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28) **Note:** Version bump only for package @clayui/data-provider diff --git a/packages/clay-data-provider/package.json b/packages/clay-data-provider/package.json index 447ee44049..197f644296 100644 --- a/packages/clay-data-provider/package.json +++ b/packages/clay-data-provider/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/data-provider", - "version": "3.29.0", + "version": "3.32.0", "description": "ClayDataProvider component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,7 +26,7 @@ "react" ], "dependencies": { - "@clayui/shared": "^3.29.0", + "@clayui/shared": "^3.32.0", "fast-json-stable-stringify": "^2.0.0", "warning": "^4.0.3" }, diff --git a/packages/clay-date-picker/CHANGELOG.md b/packages/clay-date-picker/CHANGELOG.md index fb90fa81b4..9da693dd7c 100644 --- a/packages/clay-date-picker/CHANGELOG.md +++ b/packages/clay-date-picker/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/date-picker + # [3.30.0](https://github.com/liferay/clay/compare/v3.29.0...v3.30.0) (2021-06-16) **Note:** Version bump only for package @clayui/date-picker diff --git a/packages/clay-date-picker/package.json b/packages/clay-date-picker/package.json index a6a3aa830c..ec64730343 100644 --- a/packages/clay-date-picker/package.json +++ b/packages/clay-date-picker/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/date-picker", - "version": "3.30.0", + "version": "3.32.0", "description": "ClayDatePicker component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -22,12 +22,12 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/drop-down": "^3.30.0", - "@clayui/form": "^3.29.0", - "@clayui/icon": "^3.1.0", - "@clayui/shared": "^3.29.0", - "@clayui/time-picker": "^3.29.0", + "@clayui/button": "^3.32.0", + "@clayui/drop-down": "^3.32.0", + "@clayui/form": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/shared": "^3.32.0", + "@clayui/time-picker": "^3.32.0", "classnames": "^2.2.6", "date-fns": "^2.14.0" }, diff --git a/packages/clay-drop-down/CHANGELOG.md b/packages/clay-drop-down/CHANGELOG.md index 95393155d8..43aa7bddf5 100644 --- a/packages/clay-drop-down/CHANGELOG.md +++ b/packages/clay-drop-down/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/drop-down + # [3.30.0](https://github.com/liferay/clay/compare/v3.29.0...v3.30.0) (2021-06-16) ### Features diff --git a/packages/clay-drop-down/package.json b/packages/clay-drop-down/package.json index f13988cae2..e4feb65f31 100644 --- a/packages/clay-drop-down/package.json +++ b/packages/clay-drop-down/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/drop-down", - "version": "3.30.0", + "version": "3.32.0", "description": "ClayDropDown component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,11 +26,11 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/form": "^3.29.0", - "@clayui/icon": "^3.1.0", - "@clayui/link": "^3.2.0", - "@clayui/shared": "^3.29.0", + "@clayui/button": "^3.32.0", + "@clayui/form": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/link": "^3.32.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6", "dom-align": "^1.10.2", "react-transition-group": "^4.4.1", diff --git a/packages/clay-empty-state/CHANGELOG.md b/packages/clay-empty-state/CHANGELOG.md index a57aeba4cb..19eb0cba8d 100644 --- a/packages/clay-empty-state/CHANGELOG.md +++ b/packages/clay-empty-state/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/empty-state + # [3.2.0](https://github.com/liferay/clay/compare/@clayui/empty-state@3.1.0...@clayui/empty-state@3.2.0) (2020-05-21) ### Bug Fixes diff --git a/packages/clay-empty-state/package.json b/packages/clay-empty-state/package.json index 2f4ecea91e..11d576a53c 100644 --- a/packages/clay-empty-state/package.json +++ b/packages/clay-empty-state/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/empty-state", - "version": "3.2.0", + "version": "3.32.0", "description": "ClayEmptyState component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", diff --git a/packages/clay-form/CHANGELOG.md b/packages/clay-form/CHANGELOG.md index 0fa43e3483..dfc6545fb5 100644 --- a/packages/clay-form/CHANGELOG.md +++ b/packages/clay-form/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/form + # [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28) **Note:** Version bump only for package @clayui/form diff --git a/packages/clay-form/package.json b/packages/clay-form/package.json index fdd84a8f10..2389bb7a28 100644 --- a/packages/clay-form/package.json +++ b/packages/clay-form/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/form", - "version": "3.29.0", + "version": "3.32.0", "description": "ClayForm component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,9 +26,9 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/icon": "^3.1.0", - "@clayui/shared": "^3.29.0", + "@clayui/button": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { diff --git a/packages/clay-icon/CHANGELOG.md b/packages/clay-icon/CHANGELOG.md index 8f6beab883..35b67c6927 100644 --- a/packages/clay-icon/CHANGELOG.md +++ b/packages/clay-icon/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/icon + # [3.1.0](https://github.com/liferay/clay/compare/@clayui/icon@3.0.5...@clayui/icon@3.1.0) (2020-10-01) ### Features diff --git a/packages/clay-icon/package.json b/packages/clay-icon/package.json index 13dcde9d86..196ce56245 100644 --- a/packages/clay-icon/package.json +++ b/packages/clay-icon/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/icon", - "version": "3.1.0", + "version": "3.32.0", "description": "ClayIcon component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", diff --git a/packages/clay-label/CHANGELOG.md b/packages/clay-label/CHANGELOG.md index 4f6431e298..c876a200d4 100644 --- a/packages/clay-label/CHANGELOG.md +++ b/packages/clay-label/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/label + ## [3.4.1](https://github.com/liferay/clay/compare/@clayui/label@3.4.0...@clayui/label@3.4.1) (2021-01-13) ### Bug Fixes diff --git a/packages/clay-label/package.json b/packages/clay-label/package.json index f883db5a94..f77c7f4ea5 100644 --- a/packages/clay-label/package.json +++ b/packages/clay-label/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/label", - "version": "3.4.1", + "version": "3.32.0", "description": "ClayLabel component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,8 +26,8 @@ "react" ], "dependencies": { - "@clayui/icon": "^3.1.0", - "@clayui/link": "^3.2.0", + "@clayui/icon": "^3.32.0", + "@clayui/link": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { diff --git a/packages/clay-layout/CHANGELOG.md b/packages/clay-layout/CHANGELOG.md index dcad0bcc44..2a0b82acb3 100644 --- a/packages/clay-layout/CHANGELOG.md +++ b/packages/clay-layout/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/layout + # [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30) ### Bug Fixes diff --git a/packages/clay-layout/package.json b/packages/clay-layout/package.json index b621ff9341..c5b9d898a1 100644 --- a/packages/clay-layout/package.json +++ b/packages/clay-layout/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/layout", - "version": "3.31.0", + "version": "3.32.0", "description": "ClayLayout component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", diff --git a/packages/clay-link/CHANGELOG.md b/packages/clay-link/CHANGELOG.md index 81a38fd74b..936cccea17 100644 --- a/packages/clay-link/CHANGELOG.md +++ b/packages/clay-link/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/link + # [3.2.0](https://github.com/liferay/clay/compare/@clayui/link@3.1.1...@clayui/link@3.2.0) (2020-06-18) ### Features diff --git a/packages/clay-link/package.json b/packages/clay-link/package.json index 1b8d20871f..0a6c7cbd43 100644 --- a/packages/clay-link/package.json +++ b/packages/clay-link/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/link", - "version": "3.2.0", + "version": "3.32.0", "description": "ClayLink component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", diff --git a/packages/clay-list/CHANGELOG.md b/packages/clay-list/CHANGELOG.md index 2639707d2a..85b89764cd 100644 --- a/packages/clay-list/CHANGELOG.md +++ b/packages/clay-list/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/list + # [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30) ### Bug Fixes diff --git a/packages/clay-list/package.json b/packages/clay-list/package.json index 7333121af8..31e15a7a8c 100644 --- a/packages/clay-list/package.json +++ b/packages/clay-list/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/list", - "version": "3.31.0", + "version": "3.32.0", "description": "ClayList component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,13 +26,13 @@ "react" ], "dependencies": { - "@clayui/drop-down": "^3.30.0", - "@clayui/form": "^3.29.0", - "@clayui/icon": "^3.1.0", - "@clayui/label": "^3.4.1", - "@clayui/layout": "^3.31.0", - "@clayui/link": "^3.2.0", - "@clayui/sticker": "^3.3.0", + "@clayui/drop-down": "^3.32.0", + "@clayui/form": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/label": "^3.32.0", + "@clayui/layout": "^3.32.0", + "@clayui/link": "^3.32.0", + "@clayui/sticker": "^3.32.0", "classnames": "^2.2.6", "warning": "^4.0.3" }, diff --git a/packages/clay-loading-indicator/CHANGELOG.md b/packages/clay-loading-indicator/CHANGELOG.md index c61cc96b5d..a3810a8a4c 100644 --- a/packages/clay-loading-indicator/CHANGELOG.md +++ b/packages/clay-loading-indicator/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/loading-indicator + # [3.2.0](https://github.com/liferay/clay/compare/@clayui/loading-indicator@3.1.0...@clayui/loading-indicator@3.2.0) (2020-10-01) ### Features diff --git a/packages/clay-loading-indicator/package.json b/packages/clay-loading-indicator/package.json index ca3071a75b..d411da26d3 100644 --- a/packages/clay-loading-indicator/package.json +++ b/packages/clay-loading-indicator/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/loading-indicator", - "version": "3.2.0", + "version": "3.32.0", "description": "ClayLoadingIndicator component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", diff --git a/packages/clay-localized-input/CHANGELOG.md b/packages/clay-localized-input/CHANGELOG.md index fd15bef000..c60bbb6372 100644 --- a/packages/clay-localized-input/CHANGELOG.md +++ b/packages/clay-localized-input/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/localized-input + # [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30) **Note:** Version bump only for package @clayui/localized-input diff --git a/packages/clay-localized-input/package.json b/packages/clay-localized-input/package.json index 057ab20d69..7b10386f0c 100644 --- a/packages/clay-localized-input/package.json +++ b/packages/clay-localized-input/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/localized-input", - "version": "3.31.0", + "version": "3.32.0", "description": "ClayLocalizedInput component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,12 +26,12 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/drop-down": "^3.30.0", - "@clayui/form": "^3.29.0", - "@clayui/icon": "^3.1.0", - "@clayui/label": "^3.4.1", - "@clayui/layout": "^3.31.0", + "@clayui/button": "^3.32.0", + "@clayui/drop-down": "^3.32.0", + "@clayui/form": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/label": "^3.32.0", + "@clayui/layout": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { diff --git a/packages/clay-management-toolbar/CHANGELOG.md b/packages/clay-management-toolbar/CHANGELOG.md index 41bfcda3b7..b6d2a96c72 100644 --- a/packages/clay-management-toolbar/CHANGELOG.md +++ b/packages/clay-management-toolbar/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/management-toolbar + # [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30) **Note:** Version bump only for package @clayui/management-toolbar diff --git a/packages/clay-management-toolbar/package.json b/packages/clay-management-toolbar/package.json index f00cc90c5f..87981e3c21 100644 --- a/packages/clay-management-toolbar/package.json +++ b/packages/clay-management-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/management-toolbar", - "version": "3.31.0", + "version": "3.32.0", "description": "ClayManagementToolbar component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,7 +26,7 @@ "react" ], "dependencies": { - "@clayui/layout": "^3.31.0", + "@clayui/layout": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { diff --git a/packages/clay-modal/CHANGELOG.md b/packages/clay-modal/CHANGELOG.md index 4f677fabaa..ec06e27617 100644 --- a/packages/clay-modal/CHANGELOG.md +++ b/packages/clay-modal/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/modal + # [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28) **Note:** Version bump only for package @clayui/modal diff --git a/packages/clay-modal/package.json b/packages/clay-modal/package.json index 687558805c..a46fd73d84 100644 --- a/packages/clay-modal/package.json +++ b/packages/clay-modal/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/modal", - "version": "3.29.0", + "version": "3.32.0", "description": "ClayModal component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,9 +26,9 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/icon": "^3.1.0", - "@clayui/shared": "^3.29.0", + "@clayui/button": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6", "warning": "^4.0.3" }, diff --git a/packages/clay-multi-select/CHANGELOG.md b/packages/clay-multi-select/CHANGELOG.md index 804e6052e4..ca2e0cbf3c 100644 --- a/packages/clay-multi-select/CHANGELOG.md +++ b/packages/clay-multi-select/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/multi-select + # [3.30.0](https://github.com/liferay/clay/compare/v3.29.0...v3.30.0) (2021-06-16) **Note:** Version bump only for package @clayui/multi-select diff --git a/packages/clay-multi-select/package.json b/packages/clay-multi-select/package.json index c7283c1510..17034240e7 100644 --- a/packages/clay-multi-select/package.json +++ b/packages/clay-multi-select/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/multi-select", - "version": "3.30.0", + "version": "3.32.0", "description": "ClayMultiSelect component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,13 +26,13 @@ "react" ], "dependencies": { - "@clayui/autocomplete": "^3.30.0", - "@clayui/button": "^3.6.0", - "@clayui/drop-down": "^3.30.0", - "@clayui/form": "^3.29.0", - "@clayui/label": "^3.4.1", - "@clayui/loading-indicator": "^3.2.0", - "@clayui/shared": "^3.29.0", + "@clayui/autocomplete": "^3.32.0", + "@clayui/button": "^3.32.0", + "@clayui/drop-down": "^3.32.0", + "@clayui/form": "^3.32.0", + "@clayui/label": "^3.32.0", + "@clayui/loading-indicator": "^3.32.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6", "fuzzy": "^0.1.3" }, diff --git a/packages/clay-multi-step-nav/CHANGELOG.md b/packages/clay-multi-step-nav/CHANGELOG.md index 6ef3e7afec..f0479c465e 100644 --- a/packages/clay-multi-step-nav/CHANGELOG.md +++ b/packages/clay-multi-step-nav/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/multi-step-nav + # [3.30.0](https://github.com/liferay/clay/compare/v3.29.0...v3.30.0) (2021-06-16) **Note:** Version bump only for package @clayui/multi-step-nav diff --git a/packages/clay-multi-step-nav/package.json b/packages/clay-multi-step-nav/package.json index 3c5782b6f7..61559855ec 100644 --- a/packages/clay-multi-step-nav/package.json +++ b/packages/clay-multi-step-nav/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/multi-step-nav", - "version": "3.30.0", + "version": "3.32.0", "description": "ClayMultiStepNav component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,8 +26,8 @@ "react" ], "dependencies": { - "@clayui/drop-down": "^3.30.0", - "@clayui/icon": "^3.1.0", + "@clayui/drop-down": "^3.32.0", + "@clayui/icon": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { diff --git a/packages/clay-nav/CHANGELOG.md b/packages/clay-nav/CHANGELOG.md index 37c1f66912..7c4dc87638 100644 --- a/packages/clay-nav/CHANGELOG.md +++ b/packages/clay-nav/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/nav + # [3.30.0](https://github.com/liferay/clay/compare/v3.29.0...v3.30.0) (2021-06-16) ### Bug Fixes diff --git a/packages/clay-nav/package.json b/packages/clay-nav/package.json index 4af0aec965..6616c92990 100644 --- a/packages/clay-nav/package.json +++ b/packages/clay-nav/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/nav", - "version": "3.30.0", + "version": "3.32.0", "description": "ClayNav component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,9 +26,9 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/icon": "^3.1.0", - "@clayui/shared": "^3.29.0", + "@clayui/button": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6", "react-transition-group": "^4.4.1", "warning": "^4.0.3" diff --git a/packages/clay-navigation-bar/CHANGELOG.md b/packages/clay-navigation-bar/CHANGELOG.md index 001d0b160a..b51c454795 100644 --- a/packages/clay-navigation-bar/CHANGELOG.md +++ b/packages/clay-navigation-bar/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/navigation-bar + # [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30) **Note:** Version bump only for package @clayui/navigation-bar diff --git a/packages/clay-navigation-bar/package.json b/packages/clay-navigation-bar/package.json index cbe333fb06..2089c1df4b 100644 --- a/packages/clay-navigation-bar/package.json +++ b/packages/clay-navigation-bar/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/navigation-bar", - "version": "3.31.0", + "version": "3.32.0", "description": "ClayNavigationBar component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,10 +26,10 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/icon": "^3.1.0", - "@clayui/layout": "^3.31.0", - "@clayui/shared": "^3.29.0", + "@clayui/button": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/layout": "^3.32.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6", "react-transition-group": "^4.4.1", "warning": "^4.0.3" diff --git a/packages/clay-pagination-bar/CHANGELOG.md b/packages/clay-pagination-bar/CHANGELOG.md index 8d9a9cf42e..17475dcb72 100644 --- a/packages/clay-pagination-bar/CHANGELOG.md +++ b/packages/clay-pagination-bar/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +### Features + +- **@clayui/pagination-bar:** Add the `showDeltasDropDown` prop ([6c65f43](https://github.com/liferay/clay/commit/6c65f43)), closes [#4175](https://github.com/liferay/clay/issues/4175) + # [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30) ### Bug Fixes diff --git a/packages/clay-pagination-bar/package.json b/packages/clay-pagination-bar/package.json index eb9d0c97c4..897ffec7ba 100644 --- a/packages/clay-pagination-bar/package.json +++ b/packages/clay-pagination-bar/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/pagination-bar", - "version": "3.31.0", + "version": "3.32.0", "description": "ClayPaginationBar component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,11 +26,11 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/drop-down": "^3.30.0", - "@clayui/icon": "^3.1.0", - "@clayui/pagination": "^3.30.0", - "@clayui/shared": "^3.29.0", + "@clayui/button": "^3.32.0", + "@clayui/drop-down": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/pagination": "^3.32.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { diff --git a/packages/clay-pagination/CHANGELOG.md b/packages/clay-pagination/CHANGELOG.md index b3d7398b9f..b2f1ce324b 100644 --- a/packages/clay-pagination/CHANGELOG.md +++ b/packages/clay-pagination/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/pagination + # [3.30.0](https://github.com/liferay/clay/compare/v3.29.0...v3.30.0) (2021-06-16) **Note:** Version bump only for package @clayui/pagination diff --git a/packages/clay-pagination/package.json b/packages/clay-pagination/package.json index 309676e9bd..38d91f516b 100644 --- a/packages/clay-pagination/package.json +++ b/packages/clay-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/pagination", - "version": "3.30.0", + "version": "3.32.0", "description": "ClayPagination component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,11 +26,11 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/drop-down": "^3.30.0", - "@clayui/icon": "^3.1.0", - "@clayui/link": "^3.2.0", - "@clayui/shared": "^3.29.0", + "@clayui/button": "^3.32.0", + "@clayui/drop-down": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/link": "^3.32.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { diff --git a/packages/clay-panel/CHANGELOG.md b/packages/clay-panel/CHANGELOG.md index cd329ee7a2..34fa027017 100644 --- a/packages/clay-panel/CHANGELOG.md +++ b/packages/clay-panel/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/panel + # [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28) **Note:** Version bump only for package @clayui/panel diff --git a/packages/clay-panel/package.json b/packages/clay-panel/package.json index 0524dbfe87..4c140a3b0c 100644 --- a/packages/clay-panel/package.json +++ b/packages/clay-panel/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/panel", - "version": "3.29.0", + "version": "3.32.0", "description": "ClayPanel component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,9 +26,9 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/icon": "^3.1.0", - "@clayui/shared": "^3.29.0", + "@clayui/button": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6", "react-transition-group": "^4.4.1" }, diff --git a/packages/clay-popover/CHANGELOG.md b/packages/clay-popover/CHANGELOG.md index 3f5b42cbf1..d0d95226dc 100644 --- a/packages/clay-popover/CHANGELOG.md +++ b/packages/clay-popover/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/popover + # [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28) **Note:** Version bump only for package @clayui/popover diff --git a/packages/clay-popover/package.json b/packages/clay-popover/package.json index 664e359474..75e3d2e816 100644 --- a/packages/clay-popover/package.json +++ b/packages/clay-popover/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/popover", - "version": "3.29.0", + "version": "3.32.0", "description": "ClayPopover component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,7 +26,7 @@ "react" ], "dependencies": { - "@clayui/shared": "^3.29.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6", "dom-align": "^1.10.2" }, diff --git a/packages/clay-progress-bar/CHANGELOG.md b/packages/clay-progress-bar/CHANGELOG.md index fa8c1eacef..486aac0a10 100644 --- a/packages/clay-progress-bar/CHANGELOG.md +++ b/packages/clay-progress-bar/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/progress-bar + # [3.2.0](https://github.com/liferay/clay/compare/@clayui/progress-bar@3.1.0...@clayui/progress-bar@3.2.0) (2020-10-01) ### Features diff --git a/packages/clay-progress-bar/package.json b/packages/clay-progress-bar/package.json index 1668b53929..85ddac1780 100644 --- a/packages/clay-progress-bar/package.json +++ b/packages/clay-progress-bar/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/progress-bar", - "version": "3.2.0", + "version": "3.32.0", "description": "ClayProgressBar component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,7 +26,7 @@ "react" ], "dependencies": { - "@clayui/icon": "^3.1.0", + "@clayui/icon": "^3.32.0", "classnames": "^2.2.6", "warning": "^4.0.3" }, diff --git a/packages/clay-provider/CHANGELOG.md b/packages/clay-provider/CHANGELOG.md index 420e6f23d0..dedafe55d4 100644 --- a/packages/clay-provider/CHANGELOG.md +++ b/packages/clay-provider/CHANGELOG.md @@ -1 +1,10 @@ # Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/provider + +# Change Log diff --git a/packages/clay-provider/package.json b/packages/clay-provider/package.json index 8e778f39c4..d0ebcd5edb 100644 --- a/packages/clay-provider/package.json +++ b/packages/clay-provider/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/provider", - "version": "3.0.0", + "version": "3.32.0", "description": "ClayProvider component in React", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,8 +26,8 @@ "react" ], "dependencies": { - "@clayui/icon": "^3.1.0", - "@clayui/modal": "^3.29.0" + "@clayui/icon": "^3.32.0", + "@clayui/modal": "^3.32.0" }, "peerDependencies": { "@clayui/css": "3.x", diff --git a/packages/clay-shared/CHANGELOG.md b/packages/clay-shared/CHANGELOG.md index 0ec825e9be..9d9897a694 100644 --- a/packages/clay-shared/CHANGELOG.md +++ b/packages/clay-shared/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +### Bug Fixes + +- **@clayui/shared:** fixes error when getting stuck in an input masked as hidden ([4c0c5cb](https://github.com/liferay/clay/commit/4c0c5cb)) + # [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28) ### Features diff --git a/packages/clay-shared/package.json b/packages/clay-shared/package.json index c94acf77b0..1940d34f97 100644 --- a/packages/clay-shared/package.json +++ b/packages/clay-shared/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/shared", - "version": "3.29.0", + "version": "3.32.0", "description": "ClayShared component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,13 +26,13 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/link": "^3.2.0", + "@clayui/button": "^3.32.0", + "@clayui/link": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { - "@clayui/provider": "^3.0.0", "@clayui/css": "3.x", + "@clayui/provider": "^3.32.0", "react": "^16.12.0", "react-dom": "^16.12.0" }, diff --git a/packages/clay-slider/CHANGELOG.md b/packages/clay-slider/CHANGELOG.md index 7c0c121f30..c9d5995c9b 100644 --- a/packages/clay-slider/CHANGELOG.md +++ b/packages/clay-slider/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/slider + ## [3.25.1](https://github.com/liferay/clay/compare/v3.25.0...v3.25.1) (2021-03-05) ### Bug Fixes diff --git a/packages/clay-slider/package.json b/packages/clay-slider/package.json index 4cc41a4f1d..a072235300 100644 --- a/packages/clay-slider/package.json +++ b/packages/clay-slider/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/slider", - "version": "3.25.1", + "version": "3.32.0", "description": "ClaySlider component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", diff --git a/packages/clay-sticker/CHANGELOG.md b/packages/clay-sticker/CHANGELOG.md index c80d8e2634..78356c9c30 100644 --- a/packages/clay-sticker/CHANGELOG.md +++ b/packages/clay-sticker/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/sticker + # [3.3.0](https://github.com/liferay/clay/compare/@clayui/sticker@3.2.0...@clayui/sticker@3.3.0) (2020-11-24) ### Features diff --git a/packages/clay-sticker/package.json b/packages/clay-sticker/package.json index cd3c8cb639..ace897367a 100644 --- a/packages/clay-sticker/package.json +++ b/packages/clay-sticker/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/sticker", - "version": "3.3.0", + "version": "3.32.0", "description": "ClaySticker component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", diff --git a/packages/clay-table/CHANGELOG.md b/packages/clay-table/CHANGELOG.md index 754d3e86e2..2515a96eee 100644 --- a/packages/clay-table/CHANGELOG.md +++ b/packages/clay-table/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/table + # [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28) ### Bug Fixes diff --git a/packages/clay-table/package.json b/packages/clay-table/package.json index 47146ba270..b8beaa2435 100644 --- a/packages/clay-table/package.json +++ b/packages/clay-table/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/table", - "version": "3.29.0", + "version": "3.32.0", "description": "ClayTable component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", diff --git a/packages/clay-tabs/CHANGELOG.md b/packages/clay-tabs/CHANGELOG.md index 0683968864..9b933b874d 100644 --- a/packages/clay-tabs/CHANGELOG.md +++ b/packages/clay-tabs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/tabs + # [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28) **Note:** Version bump only for package @clayui/tabs diff --git a/packages/clay-tabs/package.json b/packages/clay-tabs/package.json index 410bbcbd1e..0580127857 100644 --- a/packages/clay-tabs/package.json +++ b/packages/clay-tabs/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/tabs", - "version": "3.29.0", + "version": "3.32.0", "description": "ClayTabs component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,7 +26,7 @@ "react" ], "dependencies": { - "@clayui/shared": "^3.29.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { diff --git a/packages/clay-time-picker/CHANGELOG.md b/packages/clay-time-picker/CHANGELOG.md index 1831e6f426..066718d053 100644 --- a/packages/clay-time-picker/CHANGELOG.md +++ b/packages/clay-time-picker/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/time-picker + # [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28) **Note:** Version bump only for package @clayui/time-picker diff --git a/packages/clay-time-picker/package.json b/packages/clay-time-picker/package.json index 31ac918148..bb50fad3c9 100644 --- a/packages/clay-time-picker/package.json +++ b/packages/clay-time-picker/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/time-picker", - "version": "3.29.0", + "version": "3.32.0", "description": "ClayTimePicker component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -22,10 +22,10 @@ "react" ], "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/form": "^3.29.0", - "@clayui/icon": "^3.1.0", - "@clayui/shared": "^3.29.0", + "@clayui/button": "^3.32.0", + "@clayui/form": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { diff --git a/packages/clay-toolbar/CHANGELOG.md b/packages/clay-toolbar/CHANGELOG.md index 5f3d6b2bcd..83381e6856 100644 --- a/packages/clay-toolbar/CHANGELOG.md +++ b/packages/clay-toolbar/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/toolbar + # [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30) ### Bug Fixes diff --git a/packages/clay-toolbar/package.json b/packages/clay-toolbar/package.json index 7aa95298e6..5799a3a350 100644 --- a/packages/clay-toolbar/package.json +++ b/packages/clay-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/toolbar", - "version": "3.31.0", + "version": "3.32.0", "description": "ClayToolbar component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,10 +26,10 @@ "react" ], "dependencies": { - "@clayui/form": "^3.29.0", - "@clayui/icon": "^3.1.0", - "@clayui/label": "^3.4.1", - "@clayui/link": "^3.2.0", + "@clayui/form": "^3.32.0", + "@clayui/icon": "^3.32.0", + "@clayui/label": "^3.32.0", + "@clayui/link": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { diff --git a/packages/clay-tooltip/CHANGELOG.md b/packages/clay-tooltip/CHANGELOG.md index 944c532297..c0d5186c2d 100644 --- a/packages/clay-tooltip/CHANGELOG.md +++ b/packages/clay-tooltip/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +### Bug Fixes + +- **@clayui/tooltip:** Hide tooltip on `dragstart` ([70d78da](https://github.com/liferay/clay/commit/70d78da)) + # [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28) **Note:** Version bump only for package @clayui/tooltip diff --git a/packages/clay-tooltip/package.json b/packages/clay-tooltip/package.json index c8f49e7a48..7235d195f3 100644 --- a/packages/clay-tooltip/package.json +++ b/packages/clay-tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/tooltip", - "version": "3.29.0", + "version": "3.32.0", "description": "ClayTooltip component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,7 +26,7 @@ "react" ], "dependencies": { - "@clayui/shared": "^3.29.0", + "@clayui/shared": "^3.32.0", "classnames": "^2.2.6", "dom-align": "^1.10.2", "warning": "^4.0.3" diff --git a/packages/clay-upper-toolbar/CHANGELOG.md b/packages/clay-upper-toolbar/CHANGELOG.md index dc2c15be46..aafaa70844 100644 --- a/packages/clay-upper-toolbar/CHANGELOG.md +++ b/packages/clay-upper-toolbar/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package @clayui/upper-toolbar + # [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30) **Note:** Version bump only for package @clayui/upper-toolbar diff --git a/packages/clay-upper-toolbar/package.json b/packages/clay-upper-toolbar/package.json index f60c231352..4360b8b6c2 100644 --- a/packages/clay-upper-toolbar/package.json +++ b/packages/clay-upper-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/upper-toolbar", - "version": "3.31.0", + "version": "3.32.0", "description": "ClayUpperToolbar component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,8 +26,8 @@ "react" ], "dependencies": { - "@clayui/form": "^3.29.0", - "@clayui/layout": "^3.31.0", + "@clayui/form": "^3.32.0", + "@clayui/layout": "^3.32.0", "classnames": "^2.2.6" }, "peerDependencies": { diff --git a/packages/demos/CHANGELOG.md b/packages/demos/CHANGELOG.md index e63a6dd609..e22a533c7e 100644 --- a/packages/demos/CHANGELOG.md +++ b/packages/demos/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.32.0](https://github.com/matuzalemsteles/clay/compare/v3.31.0...v3.32.0) (2021-07-28) + +**Note:** Version bump only for package demos + # [3.31.0](https://github.com/matuzalemsteles/clay/compare/v3.30.0...v3.31.0) (2021-06-30) **Note:** Version bump only for package demos diff --git a/packages/demos/package.json b/packages/demos/package.json index e98558b1c0..e7fb0de1d4 100644 --- a/packages/demos/package.json +++ b/packages/demos/package.json @@ -7,16 +7,16 @@ "npm": ">=3.0.0" }, "dependencies": { - "@clayui/button": "^3.6.0", - "@clayui/form": "^3.29.0", - "@clayui/layout": "^3.31.0", - "@clayui/list": "^3.31.0", - "@clayui/management-toolbar": "^3.31.0", - "@clayui/multi-select": "^3.30.0", - "@clayui/nav": "^3.30.0", - "@clayui/pagination": "^3.30.0", - "@clayui/pagination-bar": "^3.31.0", - "@clayui/panel": "^3.29.0", + "@clayui/button": "^3.32.0", + "@clayui/form": "^3.32.0", + "@clayui/layout": "^3.32.0", + "@clayui/list": "^3.32.0", + "@clayui/management-toolbar": "^3.32.0", + "@clayui/multi-select": "^3.32.0", + "@clayui/nav": "^3.32.0", + "@clayui/pagination": "^3.32.0", + "@clayui/pagination-bar": "^3.32.0", + "@clayui/panel": "^3.32.0", "classnames": "^2.2.6", "react-dnd": "^10.0.2", "react-dnd-html5-backend": "^10.0.2", @@ -25,5 +25,5 @@ "devDependencies": { "@types/recharts": "1.8.10" }, - "version": "3.31.0" + "version": "3.32.0" }