diff --git a/CHANGELOG.md b/CHANGELOG.md index c95a210535..8e5bd394bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +### Bug Fixes + +- **@clayui/css:** Cadmin Multi Select form text should have the same spacing as it's form-control counter part ([3728ff9](https://github.com/liferay/clay/commit/3728ff95bc491254a0b81751e2e388b15b5576a7)) +- **@clayui/css:** Multi Select form text should have the same spacing as it's form-control counter part ([80d1ebd](https://github.com/liferay/clay/commit/80d1ebd438a216130c951b92be23504f054cd112)) + +### Features + +- **@clayui/core:** add new `noHover` property to remove item hover ([cf52960](https://github.com/liferay/clay/commit/cf52960b79272fa90702854d05e0f3eb48c87494)) +- **@clayui/core:** adds new `active` property to TreeView.Item ([9c3cc1c](https://github.com/liferay/clay/commit/9c3cc1ceb7b874f963f23eab0cb621ffa87265bd)) +- **@clayui/core:** adds new API to control node expand state in TreeView ([216fc36](https://github.com/liferay/clay/commit/216fc36524b2d01bd61d4a3a7e7e9c34ad094ffc)) +- **@clayui/css:** (cadmin) add support class to remove hover from treeview link ([53bd134](https://github.com/liferay/clay/commit/53bd1347b7b5b89f9934875487fdfcc511c995f7)) +- **@clayui/css:** add new `hierarchy` icon ([b66c092](https://github.com/liferay/clay/commit/b66c092665ae6d06bb4f59e2bbf8526c74847b80)) +- **@clayui/css:** add support class to remove hover from treeview link ([a41c831](https://github.com/liferay/clay/commit/a41c83122690a1fb229fb3e89f8e65c9d89498b5)) +- **@clayui/drop-down:** Allow setting a default selected value for the radiogroup ([f159071](https://github.com/liferay/clay/commit/f159071adaf2b092152f6c35392dae9387be5797)) + # [3.63.0](https://github.com/liferay/clay/compare/v3.62.0...v3.63.0) (2022-06-27) ### Bug Fixes diff --git a/clayui.com/CHANGELOG.md b/clayui.com/CHANGELOG.md index 2176bc4702..ed2c852f4c 100644 --- a/clayui.com/CHANGELOG.md +++ b/clayui.com/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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +**Note:** Version bump only for package clayui.com + # [3.63.0](https://github.com/liferay/clay/compare/v3.62.0...v3.63.0) (2022-06-27) **Note:** Version bump only for package clayui.com diff --git a/clayui.com/package.json b/clayui.com/package.json index f412a00fef..7e3c1d7b50 100644 --- a/clayui.com/package.json +++ b/clayui.com/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "clayui.com", - "version": "3.63.0", + "version": "3.64.0", "license": "MIT", "scripts": { "copy:clay-css": "yarn copy:clay-css-js && yarn copy:clay-css-site-images && yarn copy:clay-css-images", @@ -13,29 +13,29 @@ "serve": "gatsby serve" }, "dependencies": { - "@clayui/autocomplete": "^3.62.0", - "@clayui/breadcrumb": "^3.62.0", + "@clayui/autocomplete": "^3.64.0", + "@clayui/breadcrumb": "^3.64.0", "@clayui/button": "^3.56.0", - "@clayui/card": "^3.62.0", + "@clayui/card": "^3.64.0", "@clayui/charts": "^3.56.0", - "@clayui/color-picker": "^3.63.0", - "@clayui/css": "^3.63.0", + "@clayui/color-picker": "^3.64.0", + "@clayui/css": "^3.64.0", "@clayui/data-provider": "^3.58.0", - "@clayui/date-picker": "^3.62.0", - "@clayui/drop-down": "^3.62.0", + "@clayui/date-picker": "^3.64.0", + "@clayui/drop-down": "^3.64.0", "@clayui/form": "^3.58.0", "@clayui/icon": "^3.56.0", "@clayui/label": "^3.56.0", "@clayui/layout": "^3.56.0", "@clayui/link": "^3.56.0", - "@clayui/list": "^3.62.0", + "@clayui/list": "^3.64.0", "@clayui/modal": "^3.58.1", - "@clayui/multi-select": "^3.62.0", - "@clayui/multi-step-nav": "^3.62.0", + "@clayui/multi-select": "^3.64.0", + "@clayui/multi-step-nav": "^3.64.0", "@clayui/nav": "^3.58.0", "@clayui/navigation-bar": "^3.58.0", - "@clayui/pagination": "^3.62.0", - "@clayui/pagination-bar": "^3.62.0", + "@clayui/pagination": "^3.64.0", + "@clayui/pagination-bar": "^3.64.0", "@clayui/panel": "^3.58.0", "@clayui/popover": "^3.58.0", "@clayui/sticker": "^3.56.0", diff --git a/lerna.json b/lerna.json index 01de502e46..f414294af6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.4.0", - "version": "3.63.0", + "version": "3.64.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/clay-autocomplete/CHANGELOG.md b/packages/clay-autocomplete/CHANGELOG.md index ea38eaed71..4eaa52e06a 100644 --- a/packages/clay-autocomplete/CHANGELOG.md +++ b/packages/clay-autocomplete/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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +**Note:** Version bump only for package @clayui/autocomplete + # [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20) ### Features diff --git a/packages/clay-autocomplete/package.json b/packages/clay-autocomplete/package.json index 9dddb3a288..d5c3b6aad1 100644 --- a/packages/clay-autocomplete/package.json +++ b/packages/clay-autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/autocomplete", - "version": "3.62.0", + "version": "3.64.0", "description": "ClayAutocomplete component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,7 +26,7 @@ "react" ], "dependencies": { - "@clayui/drop-down": "^3.62.0", + "@clayui/drop-down": "^3.64.0", "@clayui/form": "^3.58.0", "@clayui/loading-indicator": "^3.60.0", "fuzzy": "^0.1.3" diff --git a/packages/clay-breadcrumb/CHANGELOG.md b/packages/clay-breadcrumb/CHANGELOG.md index 572dcd8696..086e8620ea 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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +**Note:** Version bump only for package @clayui/breadcrumb + # [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20) **Note:** Version bump only for package @clayui/breadcrumb diff --git a/packages/clay-breadcrumb/package.json b/packages/clay-breadcrumb/package.json index f39566206c..9744b329aa 100644 --- a/packages/clay-breadcrumb/package.json +++ b/packages/clay-breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/breadcrumb", - "version": "3.62.0", + "version": "3.64.0", "description": "ClayBreadcrumb component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -27,7 +27,7 @@ ], "dependencies": { "@clayui/button": "^3.56.0", - "@clayui/drop-down": "^3.62.0", + "@clayui/drop-down": "^3.64.0", "@clayui/icon": "^3.56.0", "@clayui/link": "^3.56.0", "@clayui/shared": "^3.58.0", diff --git a/packages/clay-card/CHANGELOG.md b/packages/clay-card/CHANGELOG.md index 430ff8e99e..d428b9c844 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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +**Note:** Version bump only for package @clayui/card + # [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20) **Note:** Version bump only for package @clayui/card diff --git a/packages/clay-card/package.json b/packages/clay-card/package.json index ef9b4285f8..038bfcac43 100644 --- a/packages/clay-card/package.json +++ b/packages/clay-card/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/card", - "version": "3.62.0", + "version": "3.64.0", "description": "ClayCard component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -27,7 +27,7 @@ ], "dependencies": { "@clayui/button": "^3.56.0", - "@clayui/drop-down": "^3.62.0", + "@clayui/drop-down": "^3.64.0", "@clayui/form": "^3.58.0", "@clayui/icon": "^3.56.0", "@clayui/label": "^3.56.0", diff --git a/packages/clay-color-picker/CHANGELOG.md b/packages/clay-color-picker/CHANGELOG.md index c9fc5795bd..0827cfa23c 100644 --- a/packages/clay-color-picker/CHANGELOG.md +++ b/packages/clay-color-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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +**Note:** Version bump only for package @clayui/color-picker + # [3.63.0](https://github.com/liferay/clay/compare/v3.62.0...v3.63.0) (2022-06-27) **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 813653a145..f285ff020e 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.63.0", + "version": "3.64.0", "description": "ClayColorPicker component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -27,7 +27,7 @@ ], "dependencies": { "@clayui/button": "^3.56.0", - "@clayui/drop-down": "^3.62.0", + "@clayui/drop-down": "^3.64.0", "@clayui/form": "^3.58.0", "@clayui/icon": "^3.56.0", "@clayui/shared": "^3.58.0", diff --git a/packages/clay-core/CHANGELOG.md b/packages/clay-core/CHANGELOG.md index 04a481a7c6..e3d051c888 100644 --- a/packages/clay-core/CHANGELOG.md +++ b/packages/clay-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +### Features + +- **@clayui/core:** add new `noHover` property to remove item hover ([cf52960](https://github.com/liferay/clay/commit/cf52960b79272fa90702854d05e0f3eb48c87494)) +- **@clayui/core:** adds new `active` property to TreeView.Item ([9c3cc1c](https://github.com/liferay/clay/commit/9c3cc1ceb7b874f963f23eab0cb621ffa87265bd)) +- **@clayui/core:** adds new API to control node expand state in TreeView ([216fc36](https://github.com/liferay/clay/commit/216fc36524b2d01bd61d4a3a7e7e9c34ad094ffc)) + # [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20) **Note:** Version bump only for package @clayui/core diff --git a/packages/clay-core/package.json b/packages/clay-core/package.json index c3ac6b95a7..360bc29498 100644 --- a/packages/clay-core/package.json +++ b/packages/clay-core/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/core", - "version": "3.62.0", + "version": "3.64.0", "description": "Clay UI components in React", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -27,7 +27,7 @@ ], "dependencies": { "@clayui/button": "^3.56.0", - "@clayui/drop-down": "^3.62.0", + "@clayui/drop-down": "^3.64.0", "@clayui/icon": "^3.56.0", "@clayui/layout": "^3.56.0", "@clayui/loading-indicator": "^3.60.0", diff --git a/packages/clay-css/CHANGELOG.md b/packages/clay-css/CHANGELOG.md index 9e89c72dd7..b5af57c7a4 100644 --- a/packages/clay-css/CHANGELOG.md +++ b/packages/clay-css/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + + +### Bug Fixes + +* **@clayui/css:** Cadmin Multi Select form text should have the same spacing as it's form-control counter part ([3728ff9](https://github.com/liferay/clay/commit/3728ff95bc491254a0b81751e2e388b15b5576a7)) +* **@clayui/css:** Multi Select form text should have the same spacing as it's form-control counter part ([80d1ebd](https://github.com/liferay/clay/commit/80d1ebd438a216130c951b92be23504f054cd112)) + + +### Features + +* **@clayui/css:** (cadmin) add support class to remove hover from treeview link ([53bd134](https://github.com/liferay/clay/commit/53bd1347b7b5b89f9934875487fdfcc511c995f7)) +* **@clayui/css:** add new `hierarchy` icon ([b66c092](https://github.com/liferay/clay/commit/b66c092665ae6d06bb4f59e2bbf8526c74847b80)) +* **@clayui/css:** add support class to remove hover from treeview link ([a41c831](https://github.com/liferay/clay/commit/a41c83122690a1fb229fb3e89f8e65c9d89498b5)) + + + + + # [3.63.0](https://github.com/liferay/clay/compare/v3.62.0...v3.63.0) (2022-06-27) diff --git a/packages/clay-css/package.json b/packages/clay-css/package.json index 1748a51b2e..1407b9acd9 100644 --- a/packages/clay-css/package.json +++ b/packages/clay-css/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/css", - "version": "3.63.0", + "version": "3.64.0", "description": "Liferay's web implementation of the Lexicon Design Language", "main": "index.js", "files": [ diff --git a/packages/clay-date-picker/CHANGELOG.md b/packages/clay-date-picker/CHANGELOG.md index 971cfa7594..2df4ec2fde 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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +**Note:** Version bump only for package @clayui/date-picker + # [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20) **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 4b1bbb0e36..449b0fd5b0 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.62.0", + "version": "3.64.0", "description": "ClayDatePicker component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -23,7 +23,7 @@ ], "dependencies": { "@clayui/button": "^3.56.0", - "@clayui/drop-down": "^3.62.0", + "@clayui/drop-down": "^3.64.0", "@clayui/form": "^3.58.0", "@clayui/icon": "^3.56.0", "@clayui/shared": "^3.58.0", diff --git a/packages/clay-drop-down/CHANGELOG.md b/packages/clay-drop-down/CHANGELOG.md index 88e6351909..4324f40c3a 100644 --- a/packages/clay-drop-down/CHANGELOG.md +++ b/packages/clay-drop-down/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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +### Features + +- **@clayui/drop-down:** Allow setting a default selected value for the radiogroup ([f159071](https://github.com/liferay/clay/commit/f159071adaf2b092152f6c35392dae9387be5797)) + # [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20) ### Bug Fixes diff --git a/packages/clay-drop-down/package.json b/packages/clay-drop-down/package.json index cdde7bbcd9..b08751f3a1 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.62.0", + "version": "3.64.0", "description": "ClayDropDown 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 54a0761a3a..41440f4155 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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +**Note:** Version bump only for package @clayui/list + # [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20) **Note:** Version bump only for package @clayui/list diff --git a/packages/clay-list/package.json b/packages/clay-list/package.json index f204c0a2c5..c41d01ce7f 100644 --- a/packages/clay-list/package.json +++ b/packages/clay-list/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/list", - "version": "3.62.0", + "version": "3.64.0", "description": "ClayList component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,7 +26,7 @@ "react" ], "dependencies": { - "@clayui/drop-down": "^3.62.0", + "@clayui/drop-down": "^3.64.0", "@clayui/form": "^3.58.0", "@clayui/icon": "^3.56.0", "@clayui/label": "^3.56.0", diff --git a/packages/clay-localized-input/CHANGELOG.md b/packages/clay-localized-input/CHANGELOG.md index 6ecf2af7f9..a213702a34 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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +**Note:** Version bump only for package @clayui/localized-input + # [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20) **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 7870156237..64fac5f00e 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.62.0", + "version": "3.64.0", "description": "ClayLocalizedInput component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -27,7 +27,7 @@ ], "dependencies": { "@clayui/button": "^3.56.0", - "@clayui/drop-down": "^3.62.0", + "@clayui/drop-down": "^3.64.0", "@clayui/form": "^3.58.0", "@clayui/icon": "^3.56.0", "@clayui/label": "^3.56.0", diff --git a/packages/clay-multi-select/CHANGELOG.md b/packages/clay-multi-select/CHANGELOG.md index 7a4faa8987..5d84589935 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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +**Note:** Version bump only for package @clayui/multi-select + # [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20) ### Bug Fixes diff --git a/packages/clay-multi-select/package.json b/packages/clay-multi-select/package.json index a14a9f0bcd..5dc4bb03ed 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.62.0", + "version": "3.64.0", "description": "ClayMultiSelect component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,9 +26,9 @@ "react" ], "dependencies": { - "@clayui/autocomplete": "^3.62.0", + "@clayui/autocomplete": "^3.64.0", "@clayui/button": "^3.56.0", - "@clayui/drop-down": "^3.62.0", + "@clayui/drop-down": "^3.64.0", "@clayui/form": "^3.58.0", "@clayui/label": "^3.56.0", "@clayui/loading-indicator": "^3.60.0", diff --git a/packages/clay-multi-step-nav/CHANGELOG.md b/packages/clay-multi-step-nav/CHANGELOG.md index f9f5117590..0d8c62956b 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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +**Note:** Version bump only for package @clayui/multi-step-nav + # [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20) **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 6486158b90..b9c515fb79 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.62.0", + "version": "3.64.0", "description": "ClayMultiStepNav component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -26,7 +26,7 @@ "react" ], "dependencies": { - "@clayui/drop-down": "^3.62.0", + "@clayui/drop-down": "^3.64.0", "@clayui/icon": "^3.56.0", "@clayui/shared": "^3.58.0", "classnames": "^2.2.6" diff --git a/packages/clay-pagination-bar/CHANGELOG.md b/packages/clay-pagination-bar/CHANGELOG.md index 126867cca1..9826d46f5c 100644 --- a/packages/clay-pagination-bar/CHANGELOG.md +++ b/packages/clay-pagination-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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +**Note:** Version bump only for package @clayui/pagination-bar + # [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20) **Note:** Version bump only for package @clayui/pagination-bar diff --git a/packages/clay-pagination-bar/package.json b/packages/clay-pagination-bar/package.json index 1fc1cbbb32..66f71e459b 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.62.0", + "version": "3.64.0", "description": "ClayPaginationBar component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -27,9 +27,9 @@ ], "dependencies": { "@clayui/button": "^3.56.0", - "@clayui/drop-down": "^3.62.0", + "@clayui/drop-down": "^3.64.0", "@clayui/icon": "^3.56.0", - "@clayui/pagination": "^3.62.0", + "@clayui/pagination": "^3.64.0", "@clayui/shared": "^3.58.0", "classnames": "^2.2.6" }, diff --git a/packages/clay-pagination/CHANGELOG.md b/packages/clay-pagination/CHANGELOG.md index 1dc324ea1f..5f950b19f3 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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +**Note:** Version bump only for package @clayui/pagination + # [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20) **Note:** Version bump only for package @clayui/pagination diff --git a/packages/clay-pagination/package.json b/packages/clay-pagination/package.json index 20e2db73f6..a5fc0817fa 100644 --- a/packages/clay-pagination/package.json +++ b/packages/clay-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/pagination", - "version": "3.62.0", + "version": "3.64.0", "description": "ClayPagination component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -27,7 +27,7 @@ ], "dependencies": { "@clayui/button": "^3.56.0", - "@clayui/drop-down": "^3.62.0", + "@clayui/drop-down": "^3.64.0", "@clayui/icon": "^3.56.0", "@clayui/link": "^3.56.0", "@clayui/shared": "^3.58.0", diff --git a/packages/demos/CHANGELOG.md b/packages/demos/CHANGELOG.md index a64ba9d6a5..b40c0e4e98 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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04) + +**Note:** Version bump only for package demos + # [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20) **Note:** Version bump only for package demos diff --git a/packages/demos/package.json b/packages/demos/package.json index ab461316cc..254149ed65 100644 --- a/packages/demos/package.json +++ b/packages/demos/package.json @@ -10,12 +10,12 @@ "@clayui/button": "^3.56.0", "@clayui/form": "^3.58.0", "@clayui/layout": "^3.56.0", - "@clayui/list": "^3.62.0", + "@clayui/list": "^3.64.0", "@clayui/management-toolbar": "^3.56.0", - "@clayui/multi-select": "^3.62.0", + "@clayui/multi-select": "^3.64.0", "@clayui/nav": "^3.58.0", - "@clayui/pagination": "^3.62.0", - "@clayui/pagination-bar": "^3.62.0", + "@clayui/pagination": "^3.64.0", + "@clayui/pagination-bar": "^3.64.0", "@clayui/panel": "^3.58.0", "classnames": "^2.2.6", "react-dnd": "^11.1.1", @@ -25,5 +25,5 @@ "devDependencies": { "@types/recharts": "1.8.10" }, - "version": "3.62.0" + "version": "3.64.0" }