From ec13b8baec9b24b0dcb64adc3b2d89af285e6101 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 23 Jan 2025 17:47:10 +0000 Subject: [PATCH] chore(release): publish v3.127.0 packages --- CHANGELOG.md | 35 ++++++++++++++++++++++ clayui.com/CHANGELOG.md | 4 +++ clayui.com/package.json | 26 ++++++++-------- lerna.json | 2 +- packages/clay-autocomplete/CHANGELOG.md | 4 +++ packages/clay-autocomplete/package.json | 6 ++-- packages/clay-card/CHANGELOG.md | 4 +++ packages/clay-card/package.json | 4 +-- packages/clay-color-picker/CHANGELOG.md | 4 +++ packages/clay-color-picker/package.json | 4 +-- packages/clay-core/CHANGELOG.md | 21 +++++++++++++ packages/clay-core/package.json | 2 +- packages/clay-css/CHANGELOG.md | 17 +++++++++++ packages/clay-css/package.json | 2 +- packages/clay-date-picker/CHANGELOG.md | 6 ++++ packages/clay-date-picker/package.json | 6 ++-- packages/clay-drop-down/CHANGELOG.md | 4 +++ packages/clay-drop-down/package.json | 4 +-- packages/clay-list/CHANGELOG.md | 4 +++ packages/clay-list/package.json | 4 +-- packages/clay-localized-input/CHANGELOG.md | 4 +++ packages/clay-localized-input/package.json | 4 +-- packages/clay-multi-select/CHANGELOG.md | 4 +++ packages/clay-multi-select/package.json | 6 ++-- packages/clay-multi-step-nav/CHANGELOG.md | 4 +++ packages/clay-multi-step-nav/package.json | 4 +-- packages/clay-nav/CHANGELOG.md | 7 +++++ packages/clay-nav/package.json | 4 +-- packages/clay-pagination-bar/CHANGELOG.md | 4 +++ packages/clay-pagination-bar/package.json | 8 ++--- packages/clay-pagination/CHANGELOG.md | 4 +++ packages/clay-pagination/package.json | 6 ++-- packages/demos/CHANGELOG.md | 4 +++ packages/demos/package.json | 12 ++++---- 34 files changed, 186 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01fde794a1..8c7995a2cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +### Bug Fixes + +- **@clay/css:** LPD-46380 Labels in dropdown-item are slightly misaligned ([b46a14e](https://github.com/liferay/clay/commit/b46a14efde05f15d53ce318fde84078794395969)) +- **@clayui/css:** LPD-45799 Cadmin c-prefers-focus should output correct selector ([346126e](https://github.com/liferay/clay/commit/346126e50b22faa41b4a848e452b2f19b68dc15d)) +- **@clayui/date-picker:** LPD-46943 Fix date format when use12Hours true ([c73a4eb](https://github.com/liferay/clay/commit/c73a4eb75740f7bd0014b5f35cf67e12af3731cb)) + +### Features + +- **@clayui/language-picker:** LPD-45714 Add aria-labels or correct reading with the screen reader ([35eb475](https://github.com/liferay/clay/commit/35eb47591e7237562ce043111d30af117d7fa0ca)) +- **@clayui/language-picker:** LPD-45714 Add defaultActive prop ([ef3b2fa](https://github.com/liferay/clay/commit/ef3b2fa7583fadda12fd01c53f69ed2b85aa3c0d)) +- **@clayui/language-picker:** LPD-45714 Add defaultLocaleId to the API ([559b176](https://github.com/liferay/clay/commit/559b1761af9a1361bc0f341bd4de39132efd58f9)) +- **@clayui/language-picker:** LPD-45714 Add defaultSelectedLocaleId ([29a032b](https://github.com/liferay/clay/commit/29a032bfa6d036f81032c614b793eb84722cfc18)) +- **@clayui/language-picker:** LPD-45714 Add different labels to indicate the translation ([a9f6c7f](https://github.com/liferay/clay/commit/a9f6c7f61548318e04ca0b2ae190e089d3306e13)) +- **@clayui/language-picker:** LPD-45714 Add LanguagePicker component ([3cc0966](https://github.com/liferay/clay/commit/3cc0966eb2f287048089869b1e0b85df4119e441)) +- **@clayui/language-picker:** LPD-45714 Add prop to hide the trigger text ([847228e](https://github.com/liferay/clay/commit/847228eb30491dd584ffebc1f9e386673657b0a4)) +- **@clayui/language-picker:** LPD-45714 Add security margin ([6c6f952](https://github.com/liferay/clay/commit/6c6f952e6a5bf136dfcc48ddb77ec1f445548f26)) +- **@clayui/language-picker:** LPD-45714 Add tests ([cc668ff](https://github.com/liferay/clay/commit/cc668ff3a5707cbf3511ae6c1dfee6cd9f3b50b6)) +- **@clayui/language-picker:** LPD-45714 Add translations ([f32db5b](https://github.com/liferay/clay/commit/f32db5bc95de197f46747434abccfd21ba4bcb31)) +- **@clayui/language-picker:** LPD-45714 Does not use ClayButton to avoid the btn class and update the styles ([5797aa4](https://github.com/liferay/clay/commit/5797aa463a488d64b619a1f8f7bcbd7f5c78bfd3)) +- **@clayui/language-picker:** LPD-45714 Export component as LanguagePicker ([b030db1](https://github.com/liferay/clay/commit/b030db1e788bc943332e3a08b9dac78e3a844501)) +- **@clayui/language-picker:** LPD-45714 Make the language picker work in an uncontrolled way ([6f0a6c0](https://github.com/liferay/clay/commit/6f0a6c08a7617448666bee60fc1625878af98183)) +- **@clayui/language-picker:** LPD-45714 Move component to clay-core ([1ebff3b](https://github.com/liferay/clay/commit/1ebff3b6f71fa091d94eb0dc8de358c8f818f132)) +- **@clayui/language-picker:** LPD-45714 Move the label for the SR to the Option component ([effc1b6](https://github.com/liferay/clay/commit/effc1b6cb8f513b3252cc58389a147ea7456ce5d)) +- **@clayui/language-picker:** LPD-45714 Remove unnecessary href ([077031a](https://github.com/liferay/clay/commit/077031aac7720234057be058f3ccb48cb9c5c5fd)) +- **@clayui/language-picker:** LPD-45714 Rename labels to messages ([ca04d51](https://github.com/liferay/clay/commit/ca04d5137dcce223c377b4fc3f8e77ba042a8eb5)) +- **@clayui/language-picker:** LPD-45714 Replace displayName by name ([35025a8](https://github.com/liferay/clay/commit/35025a821bb26c12d848da382c5d59eb72746d0f)) +- **@clayui/language-picker:** LPD-45714 Replace selectedLocale with selectedLocaleId to be consistent with the design of the onSelectedLocaleChange API ([b68567e](https://github.com/liferay/clay/commit/b68567e244e1efb282ca607fc8e230e0122cb402)) +- **@clayui/language-picker:** LPD-45714 Update tests ([983d7fc](https://github.com/liferay/clay/commit/983d7fc502792122f361d22c024bba98ea338cd8)) +- **@clayui/language-picker:** LPD-45714 Wrap label to add right margin ([9eaf740](https://github.com/liferay/clay/commit/9eaf740f22f14de05dd0a7fbaaf7a898c2dd52b6)) +- **@clayui/vertical-nav:** LPD-46396 - Include an aria-label property on the Clay Vertical Navigation component and ensure its proper implementation in usage. ([e86d6cc](https://github.com/liferay/clay/commit/e86d6ccc46ea2566146e110f453a5e4b1d1bf7bb)) +- **@clayui/vertical-nav:** LPD-46396 - Update stories ([2fc9c3d](https://github.com/liferay/clay/commit/2fc9c3d80f028f8c0d26da2fb28db33532a60d88)) +- **@clayui/vertical-nav:** LPD-46396 - Update tests and snapshots ([859c893](https://github.com/liferay/clay/commit/859c893ea28d7dbeaf8719e594ebe5ae3b294ba6)) + # [3.126.0](https://github.com/liferay/clay/compare/v3.125.0...v3.126.0) (2025-01-15) ### Features diff --git a/clayui.com/CHANGELOG.md b/clayui.com/CHANGELOG.md index 24f8df9887..a8057a25da 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.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +**Note:** Version bump only for package clayui.com + # [3.126.0](https://github.com/matuzalemsteles/clay/compare/v3.125.0...v3.126.0) (2025-01-15) **Note:** Version bump only for package clayui.com diff --git a/clayui.com/package.json b/clayui.com/package.json index 7554be4ba9..596a35eb48 100644 --- a/clayui.com/package.json +++ b/clayui.com/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "clayui.com", - "version": "3.126.0", + "version": "3.127.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.125.0", + "@clayui/autocomplete": "^3.127.0", "@clayui/breadcrumb": "^3.116.0", "@clayui/button": "^3.116.0", - "@clayui/card": "^3.125.0", + "@clayui/card": "^3.127.0", "@clayui/charts": "^3.124.0", - "@clayui/color-picker": "^3.125.0", - "@clayui/css": "^3.126.0", + "@clayui/color-picker": "^3.127.0", + "@clayui/css": "^3.127.0", "@clayui/data-provider": "^3.119.0", - "@clayui/date-picker": "^3.125.0", - "@clayui/drop-down": "^3.125.0", + "@clayui/date-picker": "^3.127.0", + "@clayui/drop-down": "^3.127.0", "@clayui/form": "^3.125.0", "@clayui/icon": "^3.111.0", "@clayui/label": "^3.111.0", "@clayui/layout": "^3.111.0", "@clayui/link": "^3.111.0", - "@clayui/list": "^3.125.0", + "@clayui/list": "^3.127.0", "@clayui/modal": "^3.122.0", - "@clayui/multi-select": "^3.125.0", - "@clayui/multi-step-nav": "^3.125.0", - "@clayui/nav": "^3.125.0", + "@clayui/multi-select": "^3.127.0", + "@clayui/multi-step-nav": "^3.127.0", + "@clayui/nav": "^3.127.0", "@clayui/navigation-bar": "^3.123.1", - "@clayui/pagination": "^3.125.0", - "@clayui/pagination-bar": "^3.125.0", + "@clayui/pagination": "^3.127.0", + "@clayui/pagination-bar": "^3.127.0", "@clayui/panel": "^3.119.0", "@clayui/popover": "^3.119.0", "@clayui/sticker": "^3.125.0", diff --git a/lerna.json b/lerna.json index c47f5bcda1..c0c743600e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.4.0", - "version": "3.126.0", + "version": "3.127.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/clay-autocomplete/CHANGELOG.md b/packages/clay-autocomplete/CHANGELOG.md index 685d131bc6..07bdda72d9 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.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +**Note:** Version bump only for package @clayui/autocomplete + # [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13) **Note:** Version bump only for package @clayui/autocomplete diff --git a/packages/clay-autocomplete/package.json b/packages/clay-autocomplete/package.json index 9e54c3dbc9..1515f6cc53 100644 --- a/packages/clay-autocomplete/package.json +++ b/packages/clay-autocomplete/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/autocomplete", - "version": "3.125.0", + "version": "3.127.0", "description": "ClayAutocomplete component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -24,8 +24,8 @@ "react" ], "dependencies": { - "@clayui/core": "^3.125.0", - "@clayui/drop-down": "^3.125.0", + "@clayui/core": "^3.127.0", + "@clayui/drop-down": "^3.127.0", "@clayui/form": "^3.125.0", "@clayui/loading-indicator": "^3.111.0", "@clayui/shared": "^3.119.0", diff --git a/packages/clay-card/CHANGELOG.md b/packages/clay-card/CHANGELOG.md index d50302504b..7931f9a57d 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.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +**Note:** Version bump only for package @clayui/card + # [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13) **Note:** Version bump only for package @clayui/card diff --git a/packages/clay-card/package.json b/packages/clay-card/package.json index 78b4b237c6..c3791a4129 100644 --- a/packages/clay-card/package.json +++ b/packages/clay-card/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/card", - "version": "3.125.0", + "version": "3.127.0", "description": "ClayCard component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -25,7 +25,7 @@ ], "dependencies": { "@clayui/button": "^3.116.0", - "@clayui/drop-down": "^3.125.0", + "@clayui/drop-down": "^3.127.0", "@clayui/form": "^3.125.0", "@clayui/icon": "^3.111.0", "@clayui/label": "^3.111.0", diff --git a/packages/clay-color-picker/CHANGELOG.md b/packages/clay-color-picker/CHANGELOG.md index 5c94aa3990..e36b1385fd 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.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +**Note:** Version bump only for package @clayui/color-picker + # [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13) **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 2c559c23e7..9808a56e01 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.125.0", + "version": "3.127.0", "description": "ClayColorPicker component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -25,7 +25,7 @@ ], "dependencies": { "@clayui/button": "^3.116.0", - "@clayui/drop-down": "^3.125.0", + "@clayui/drop-down": "^3.127.0", "@clayui/form": "^3.125.0", "@clayui/icon": "^3.111.0", "@clayui/shared": "^3.119.0", diff --git a/packages/clay-core/CHANGELOG.md b/packages/clay-core/CHANGELOG.md index e2dde97822..694f3a63e0 100644 --- a/packages/clay-core/CHANGELOG.md +++ b/packages/clay-core/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +### Features + +- **@clayui/language-picker:** LPD-45714 Add defaultActive prop ([ef3b2fa](https://github.com/liferay/clay/commit/ef3b2fa7583fadda12fd01c53f69ed2b85aa3c0d)) +- **@clayui/language-picker:** LPD-45714 Add defaultLocaleId to the API ([559b176](https://github.com/liferay/clay/commit/559b1761af9a1361bc0f341bd4de39132efd58f9)) +- **@clayui/language-picker:** LPD-45714 Add defaultSelectedLocaleId ([29a032b](https://github.com/liferay/clay/commit/29a032bfa6d036f81032c614b793eb84722cfc18)) +- **@clayui/language-picker:** LPD-45714 Export component as LanguagePicker ([b030db1](https://github.com/liferay/clay/commit/b030db1e788bc943332e3a08b9dac78e3a844501)) +- **@clayui/language-picker:** LPD-45714 Make the language picker work in an uncontrolled way ([6f0a6c0](https://github.com/liferay/clay/commit/6f0a6c08a7617448666bee60fc1625878af98183)) +- **@clayui/language-picker:** LPD-45714 Move component to clay-core ([1ebff3b](https://github.com/liferay/clay/commit/1ebff3b6f71fa091d94eb0dc8de358c8f818f132)) +- **@clayui/language-picker:** LPD-45714 Move the label for the SR to the Option component ([effc1b6](https://github.com/liferay/clay/commit/effc1b6cb8f513b3252cc58389a147ea7456ce5d)) +- **@clayui/language-picker:** LPD-45714 Remove unnecessary href ([077031a](https://github.com/liferay/clay/commit/077031aac7720234057be058f3ccb48cb9c5c5fd)) +- **@clayui/language-picker:** LPD-45714 Rename labels to messages ([ca04d51](https://github.com/liferay/clay/commit/ca04d5137dcce223c377b4fc3f8e77ba042a8eb5)) +- **@clayui/language-picker:** LPD-45714 Replace displayName by name ([35025a8](https://github.com/liferay/clay/commit/35025a821bb26c12d848da382c5d59eb72746d0f)) +- **@clayui/language-picker:** LPD-45714 Replace selectedLocale with selectedLocaleId to be consistent with the design of the onSelectedLocaleChange API ([b68567e](https://github.com/liferay/clay/commit/b68567e244e1efb282ca607fc8e230e0122cb402)) +- **@clayui/language-picker:** LPD-45714 Update tests ([983d7fc](https://github.com/liferay/clay/commit/983d7fc502792122f361d22c024bba98ea338cd8)) +- **@clayui/language-picker:** LPD-45714 Wrap label to add right margin ([9eaf740](https://github.com/liferay/clay/commit/9eaf740f22f14de05dd0a7fbaaf7a898c2dd52b6)) +- **@clayui/vertical-nav:** LPD-46396 - Include an aria-label property on the Clay Vertical Navigation component and ensure its proper implementation in usage. ([e86d6cc](https://github.com/liferay/clay/commit/e86d6ccc46ea2566146e110f453a5e4b1d1bf7bb)) +- **@clayui/vertical-nav:** LPD-46396 - Update stories ([2fc9c3d](https://github.com/liferay/clay/commit/2fc9c3d80f028f8c0d26da2fb28db33532a60d88)) +- **@clayui/vertical-nav:** LPD-46396 - Update tests and snapshots ([859c893](https://github.com/liferay/clay/commit/859c893ea28d7dbeaf8719e594ebe5ae3b294ba6)) + # [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13) **Note:** Version bump only for package @clayui/core diff --git a/packages/clay-core/package.json b/packages/clay-core/package.json index abc5df7dde..5c587e6a3e 100644 --- a/packages/clay-core/package.json +++ b/packages/clay-core/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/core", - "version": "3.125.0", + "version": "3.127.0", "description": "Clay UI components in React", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", diff --git a/packages/clay-css/CHANGELOG.md b/packages/clay-css/CHANGELOG.md index 07e1d674e5..b270d31778 100644 --- a/packages/clay-css/CHANGELOG.md +++ b/packages/clay-css/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.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + + +### Bug Fixes + +* **@clay/css:** LPD-46380 Labels in dropdown-item are slightly misaligned ([b46a14e](https://github.com/liferay/clay/commit/b46a14efde05f15d53ce318fde84078794395969)) +* **@clayui/css:** LPD-45799 Cadmin c-prefers-focus should output correct selector ([346126e](https://github.com/liferay/clay/commit/346126e50b22faa41b4a848e452b2f19b68dc15d)) + + +### Features + +* **@clayui/language-picker:** LPD-45714 Move component to clay-core ([1ebff3b](https://github.com/liferay/clay/commit/1ebff3b6f71fa091d94eb0dc8de358c8f818f132)) + + + + + # [3.126.0](https://github.com/liferay/clay/compare/v3.125.0...v3.126.0) (2025-01-15) diff --git a/packages/clay-css/package.json b/packages/clay-css/package.json index a9ddb82d59..76ab00bc35 100644 --- a/packages/clay-css/package.json +++ b/packages/clay-css/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/css", - "version": "3.126.0", + "version": "3.127.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 afe8a9bfc1..6566536b52 100644 --- a/packages/clay-date-picker/CHANGELOG.md +++ b/packages/clay-date-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.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +### Bug Fixes + +- **@clayui/date-picker:** LPD-46943 Fix date format when use12Hours true ([c73a4eb](https://github.com/liferay/clay/commit/c73a4eb75740f7bd0014b5f35cf67e12af3731cb)) + # [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13) **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 94e11346c0..df1e1c731d 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.125.0", + "version": "3.127.0", "description": "ClayDatePicker component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -21,8 +21,8 @@ ], "dependencies": { "@clayui/button": "^3.116.0", - "@clayui/core": "^3.125.0", - "@clayui/drop-down": "^3.125.0", + "@clayui/core": "^3.127.0", + "@clayui/drop-down": "^3.127.0", "@clayui/form": "^3.125.0", "@clayui/icon": "^3.111.0", "@clayui/shared": "^3.119.0", diff --git a/packages/clay-drop-down/CHANGELOG.md b/packages/clay-drop-down/CHANGELOG.md index aae518e532..e4dd6dbfd7 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.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +**Note:** Version bump only for package @clayui/drop-down + # [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13) **Note:** Version bump only for package @clayui/drop-down diff --git a/packages/clay-drop-down/package.json b/packages/clay-drop-down/package.json index f271a8e580..fe3674cf86 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.125.0", + "version": "3.127.0", "description": "ClayDropDown component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -25,7 +25,7 @@ ], "dependencies": { "@clayui/button": "^3.116.0", - "@clayui/core": "^3.125.0", + "@clayui/core": "^3.127.0", "@clayui/form": "^3.125.0", "@clayui/icon": "^3.111.0", "@clayui/link": "^3.111.0", diff --git a/packages/clay-list/CHANGELOG.md b/packages/clay-list/CHANGELOG.md index beaf90b2c0..2d60f4d355 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.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +**Note:** Version bump only for package @clayui/list + # [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13) **Note:** Version bump only for package @clayui/list diff --git a/packages/clay-list/package.json b/packages/clay-list/package.json index a4b9fa2700..16b7175abe 100644 --- a/packages/clay-list/package.json +++ b/packages/clay-list/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/list", - "version": "3.125.0", + "version": "3.127.0", "description": "ClayList component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -24,7 +24,7 @@ "react" ], "dependencies": { - "@clayui/drop-down": "^3.125.0", + "@clayui/drop-down": "^3.127.0", "@clayui/form": "^3.125.0", "@clayui/icon": "^3.111.0", "@clayui/label": "^3.111.0", diff --git a/packages/clay-localized-input/CHANGELOG.md b/packages/clay-localized-input/CHANGELOG.md index 33545f3554..21c6e8906b 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.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +**Note:** Version bump only for package @clayui/localized-input + # [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13) **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 5329278516..1b27b58ad7 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.125.0", + "version": "3.127.0", "description": "ClayLocalizedInput component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -25,7 +25,7 @@ ], "dependencies": { "@clayui/button": "^3.116.0", - "@clayui/drop-down": "^3.125.0", + "@clayui/drop-down": "^3.127.0", "@clayui/form": "^3.125.0", "@clayui/icon": "^3.111.0", "@clayui/label": "^3.111.0", diff --git a/packages/clay-multi-select/CHANGELOG.md b/packages/clay-multi-select/CHANGELOG.md index 6c2f512849..4ca0be3068 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.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +**Note:** Version bump only for package @clayui/multi-select + # [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13) **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 a6f2d65e80..cb08ef4e9d 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.125.0", + "version": "3.127.0", "description": "ClayMultiSelect component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -24,9 +24,9 @@ "react" ], "dependencies": { - "@clayui/autocomplete": "^3.125.0", + "@clayui/autocomplete": "^3.127.0", "@clayui/button": "^3.116.0", - "@clayui/drop-down": "^3.125.0", + "@clayui/drop-down": "^3.127.0", "@clayui/form": "^3.125.0", "@clayui/icon": "^3.111.0", "@clayui/label": "^3.111.0", diff --git a/packages/clay-multi-step-nav/CHANGELOG.md b/packages/clay-multi-step-nav/CHANGELOG.md index f1f8869cae..b3b12fb5a3 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.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +**Note:** Version bump only for package @clayui/multi-step-nav + # [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13) ### Features diff --git a/packages/clay-multi-step-nav/package.json b/packages/clay-multi-step-nav/package.json index f408f13762..c4220b714d 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.125.0", + "version": "3.127.0", "description": "ClayMultiStepNav component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -24,7 +24,7 @@ "react" ], "dependencies": { - "@clayui/drop-down": "^3.125.0", + "@clayui/drop-down": "^3.127.0", "@clayui/icon": "^3.111.0", "@clayui/shared": "^3.119.0", "classnames": "^2.2.6" diff --git a/packages/clay-nav/CHANGELOG.md b/packages/clay-nav/CHANGELOG.md index eeef468bff..3662541edf 100644 --- a/packages/clay-nav/CHANGELOG.md +++ b/packages/clay-nav/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +### Features + +- **@clayui/vertical-nav:** LPD-46396 - Update stories ([2fc9c3d](https://github.com/liferay/clay/commit/2fc9c3d80f028f8c0d26da2fb28db33532a60d88)) +- **@clayui/vertical-nav:** LPD-46396 - Update tests and snapshots ([859c893](https://github.com/liferay/clay/commit/859c893ea28d7dbeaf8719e594ebe5ae3b294ba6)) + # [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13) **Note:** Version bump only for package @clayui/nav diff --git a/packages/clay-nav/package.json b/packages/clay-nav/package.json index bdb2b186e2..34a4e4c51f 100644 --- a/packages/clay-nav/package.json +++ b/packages/clay-nav/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/nav", - "version": "3.125.0", + "version": "3.127.0", "description": "ClayNav component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -25,7 +25,7 @@ ], "dependencies": { "@clayui/button": "^3.116.0", - "@clayui/core": "^3.125.0", + "@clayui/core": "^3.127.0", "@clayui/icon": "^3.111.0", "@clayui/shared": "^3.119.0", "classnames": "^2.2.6", diff --git a/packages/clay-pagination-bar/CHANGELOG.md b/packages/clay-pagination-bar/CHANGELOG.md index b82ca7132b..ea6f7df2d8 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.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +**Note:** Version bump only for package @clayui/pagination-bar + # [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13) **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 d9f1b99fdf..b898a20603 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.125.0", + "version": "3.127.0", "description": "ClayPaginationBar component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -25,10 +25,10 @@ ], "dependencies": { "@clayui/button": "^3.116.0", - "@clayui/core": "^3.125.0", - "@clayui/drop-down": "^3.125.0", + "@clayui/core": "^3.127.0", + "@clayui/drop-down": "^3.127.0", "@clayui/icon": "^3.111.0", - "@clayui/pagination": "^3.125.0", + "@clayui/pagination": "^3.127.0", "@clayui/shared": "^3.119.0", "classnames": "^2.2.6" }, diff --git a/packages/clay-pagination/CHANGELOG.md b/packages/clay-pagination/CHANGELOG.md index 90caecc5cc..24e7fa5825 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.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +**Note:** Version bump only for package @clayui/pagination + # [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13) **Note:** Version bump only for package @clayui/pagination diff --git a/packages/clay-pagination/package.json b/packages/clay-pagination/package.json index 142b2f6104..a442aa8efe 100644 --- a/packages/clay-pagination/package.json +++ b/packages/clay-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@clayui/pagination", - "version": "3.125.0", + "version": "3.127.0", "description": "ClayPagination component", "license": "BSD-3-Clause", "repository": "https://github.com/liferay/clay", @@ -25,8 +25,8 @@ ], "dependencies": { "@clayui/button": "^3.116.0", - "@clayui/core": "^3.125.0", - "@clayui/drop-down": "^3.125.0", + "@clayui/core": "^3.127.0", + "@clayui/drop-down": "^3.127.0", "@clayui/icon": "^3.111.0", "@clayui/link": "^3.111.0", "@clayui/shared": "^3.119.0", diff --git a/packages/demos/CHANGELOG.md b/packages/demos/CHANGELOG.md index 60e95d2390..35e2d1b336 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.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23) + +**Note:** Version bump only for package demos + # [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13) **Note:** Version bump only for package demos diff --git a/packages/demos/package.json b/packages/demos/package.json index 88abd4405b..d70c6cc68c 100644 --- a/packages/demos/package.json +++ b/packages/demos/package.json @@ -10,12 +10,12 @@ "@clayui/button": "^3.116.0", "@clayui/form": "^3.125.0", "@clayui/layout": "^3.111.0", - "@clayui/list": "^3.125.0", + "@clayui/list": "^3.127.0", "@clayui/management-toolbar": "^3.111.0", - "@clayui/multi-select": "^3.125.0", - "@clayui/nav": "^3.125.0", - "@clayui/pagination": "^3.125.0", - "@clayui/pagination-bar": "^3.125.0", + "@clayui/multi-select": "^3.127.0", + "@clayui/nav": "^3.127.0", + "@clayui/pagination": "^3.127.0", + "@clayui/pagination-bar": "^3.127.0", "@clayui/panel": "^3.119.0", "classnames": "^2.2.6", "react-dnd": "^11.1.1", @@ -25,5 +25,5 @@ "devDependencies": { "@types/recharts": "^1.8.23" }, - "version": "3.125.0" + "version": "3.127.0" }