Skip to content

Commit ec13b8b

Browse files
author
github-actions
committed
chore(release): publish v3.127.0 packages
1 parent 1638021 commit ec13b8b

File tree

34 files changed

+186
-52
lines changed

34 files changed

+186
-52
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,41 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23)
7+
8+
### Bug Fixes
9+
10+
- **@clay/css:** LPD-46380 Labels in dropdown-item are slightly misaligned ([b46a14e](https://github.com/liferay/clay/commit/b46a14efde05f15d53ce318fde84078794395969))
11+
- **@clayui/css:** LPD-45799 Cadmin c-prefers-focus should output correct selector ([346126e](https://github.com/liferay/clay/commit/346126e50b22faa41b4a848e452b2f19b68dc15d))
12+
- **@clayui/date-picker:** LPD-46943 Fix date format when use12Hours true ([c73a4eb](https://github.com/liferay/clay/commit/c73a4eb75740f7bd0014b5f35cf67e12af3731cb))
13+
14+
### Features
15+
16+
- **@clayui/language-picker:** LPD-45714 Add aria-labels or correct reading with the screen reader ([35eb475](https://github.com/liferay/clay/commit/35eb47591e7237562ce043111d30af117d7fa0ca))
17+
- **@clayui/language-picker:** LPD-45714 Add defaultActive prop ([ef3b2fa](https://github.com/liferay/clay/commit/ef3b2fa7583fadda12fd01c53f69ed2b85aa3c0d))
18+
- **@clayui/language-picker:** LPD-45714 Add defaultLocaleId to the API ([559b176](https://github.com/liferay/clay/commit/559b1761af9a1361bc0f341bd4de39132efd58f9))
19+
- **@clayui/language-picker:** LPD-45714 Add defaultSelectedLocaleId ([29a032b](https://github.com/liferay/clay/commit/29a032bfa6d036f81032c614b793eb84722cfc18))
20+
- **@clayui/language-picker:** LPD-45714 Add different labels to indicate the translation ([a9f6c7f](https://github.com/liferay/clay/commit/a9f6c7f61548318e04ca0b2ae190e089d3306e13))
21+
- **@clayui/language-picker:** LPD-45714 Add LanguagePicker component ([3cc0966](https://github.com/liferay/clay/commit/3cc0966eb2f287048089869b1e0b85df4119e441))
22+
- **@clayui/language-picker:** LPD-45714 Add prop to hide the trigger text ([847228e](https://github.com/liferay/clay/commit/847228eb30491dd584ffebc1f9e386673657b0a4))
23+
- **@clayui/language-picker:** LPD-45714 Add security margin ([6c6f952](https://github.com/liferay/clay/commit/6c6f952e6a5bf136dfcc48ddb77ec1f445548f26))
24+
- **@clayui/language-picker:** LPD-45714 Add tests ([cc668ff](https://github.com/liferay/clay/commit/cc668ff3a5707cbf3511ae6c1dfee6cd9f3b50b6))
25+
- **@clayui/language-picker:** LPD-45714 Add translations ([f32db5b](https://github.com/liferay/clay/commit/f32db5bc95de197f46747434abccfd21ba4bcb31))
26+
- **@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))
27+
- **@clayui/language-picker:** LPD-45714 Export component as LanguagePicker ([b030db1](https://github.com/liferay/clay/commit/b030db1e788bc943332e3a08b9dac78e3a844501))
28+
- **@clayui/language-picker:** LPD-45714 Make the language picker work in an uncontrolled way ([6f0a6c0](https://github.com/liferay/clay/commit/6f0a6c08a7617448666bee60fc1625878af98183))
29+
- **@clayui/language-picker:** LPD-45714 Move component to clay-core ([1ebff3b](https://github.com/liferay/clay/commit/1ebff3b6f71fa091d94eb0dc8de358c8f818f132))
30+
- **@clayui/language-picker:** LPD-45714 Move the label for the SR to the Option component ([effc1b6](https://github.com/liferay/clay/commit/effc1b6cb8f513b3252cc58389a147ea7456ce5d))
31+
- **@clayui/language-picker:** LPD-45714 Remove unnecessary href ([077031a](https://github.com/liferay/clay/commit/077031aac7720234057be058f3ccb48cb9c5c5fd))
32+
- **@clayui/language-picker:** LPD-45714 Rename labels to messages ([ca04d51](https://github.com/liferay/clay/commit/ca04d5137dcce223c377b4fc3f8e77ba042a8eb5))
33+
- **@clayui/language-picker:** LPD-45714 Replace displayName by name ([35025a8](https://github.com/liferay/clay/commit/35025a821bb26c12d848da382c5d59eb72746d0f))
34+
- **@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))
35+
- **@clayui/language-picker:** LPD-45714 Update tests ([983d7fc](https://github.com/liferay/clay/commit/983d7fc502792122f361d22c024bba98ea338cd8))
36+
- **@clayui/language-picker:** LPD-45714 Wrap label to add right margin ([9eaf740](https://github.com/liferay/clay/commit/9eaf740f22f14de05dd0a7fbaaf7a898c2dd52b6))
37+
- **@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))
38+
- **@clayui/vertical-nav:** LPD-46396 - Update stories ([2fc9c3d](https://github.com/liferay/clay/commit/2fc9c3d80f028f8c0d26da2fb28db33532a60d88))
39+
- **@clayui/vertical-nav:** LPD-46396 - Update tests and snapshots ([859c893](https://github.com/liferay/clay/commit/859c893ea28d7dbeaf8719e594ebe5ae3b294ba6))
40+
641
# [3.126.0](https://github.com/liferay/clay/compare/v3.125.0...v3.126.0) (2025-01-15)
742

843
### Features

clayui.com/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23)
7+
8+
**Note:** Version bump only for package clayui.com
9+
610
# [3.126.0](https://github.com/matuzalemsteles/clay/compare/v3.125.0...v3.126.0) (2025-01-15)
711

812
**Note:** Version bump only for package clayui.com

clayui.com/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "clayui.com",
4-
"version": "3.126.0",
4+
"version": "3.127.0",
55
"license": "MIT",
66
"scripts": {
77
"copy:clay-css": "yarn copy:clay-css-js && yarn copy:clay-css-site-images && yarn copy:clay-css-images",
@@ -13,29 +13,29 @@
1313
"serve": "gatsby serve"
1414
},
1515
"dependencies": {
16-
"@clayui/autocomplete": "^3.125.0",
16+
"@clayui/autocomplete": "^3.127.0",
1717
"@clayui/breadcrumb": "^3.116.0",
1818
"@clayui/button": "^3.116.0",
19-
"@clayui/card": "^3.125.0",
19+
"@clayui/card": "^3.127.0",
2020
"@clayui/charts": "^3.124.0",
21-
"@clayui/color-picker": "^3.125.0",
22-
"@clayui/css": "^3.126.0",
21+
"@clayui/color-picker": "^3.127.0",
22+
"@clayui/css": "^3.127.0",
2323
"@clayui/data-provider": "^3.119.0",
24-
"@clayui/date-picker": "^3.125.0",
25-
"@clayui/drop-down": "^3.125.0",
24+
"@clayui/date-picker": "^3.127.0",
25+
"@clayui/drop-down": "^3.127.0",
2626
"@clayui/form": "^3.125.0",
2727
"@clayui/icon": "^3.111.0",
2828
"@clayui/label": "^3.111.0",
2929
"@clayui/layout": "^3.111.0",
3030
"@clayui/link": "^3.111.0",
31-
"@clayui/list": "^3.125.0",
31+
"@clayui/list": "^3.127.0",
3232
"@clayui/modal": "^3.122.0",
33-
"@clayui/multi-select": "^3.125.0",
34-
"@clayui/multi-step-nav": "^3.125.0",
35-
"@clayui/nav": "^3.125.0",
33+
"@clayui/multi-select": "^3.127.0",
34+
"@clayui/multi-step-nav": "^3.127.0",
35+
"@clayui/nav": "^3.127.0",
3636
"@clayui/navigation-bar": "^3.123.1",
37-
"@clayui/pagination": "^3.125.0",
38-
"@clayui/pagination-bar": "^3.125.0",
37+
"@clayui/pagination": "^3.127.0",
38+
"@clayui/pagination-bar": "^3.127.0",
3939
"@clayui/panel": "^3.119.0",
4040
"@clayui/popover": "^3.119.0",
4141
"@clayui/sticker": "^3.125.0",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.4.0",
3-
"version": "3.126.0",
3+
"version": "3.127.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"command": {

packages/clay-autocomplete/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23)
7+
8+
**Note:** Version bump only for package @clayui/autocomplete
9+
610
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
711

812
**Note:** Version bump only for package @clayui/autocomplete

packages/clay-autocomplete/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/autocomplete",
3-
"version": "3.125.0",
3+
"version": "3.127.0",
44
"description": "ClayAutocomplete component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -24,8 +24,8 @@
2424
"react"
2525
],
2626
"dependencies": {
27-
"@clayui/core": "^3.125.0",
28-
"@clayui/drop-down": "^3.125.0",
27+
"@clayui/core": "^3.127.0",
28+
"@clayui/drop-down": "^3.127.0",
2929
"@clayui/form": "^3.125.0",
3030
"@clayui/loading-indicator": "^3.111.0",
3131
"@clayui/shared": "^3.119.0",

packages/clay-card/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23)
7+
8+
**Note:** Version bump only for package @clayui/card
9+
610
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
711

812
**Note:** Version bump only for package @clayui/card

packages/clay-card/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/card",
3-
"version": "3.125.0",
3+
"version": "3.127.0",
44
"description": "ClayCard component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -25,7 +25,7 @@
2525
],
2626
"dependencies": {
2727
"@clayui/button": "^3.116.0",
28-
"@clayui/drop-down": "^3.125.0",
28+
"@clayui/drop-down": "^3.127.0",
2929
"@clayui/form": "^3.125.0",
3030
"@clayui/icon": "^3.111.0",
3131
"@clayui/label": "^3.111.0",

packages/clay-color-picker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23)
7+
8+
**Note:** Version bump only for package @clayui/color-picker
9+
610
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
711

812
**Note:** Version bump only for package @clayui/color-picker

packages/clay-color-picker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/color-picker",
3-
"version": "3.125.0",
3+
"version": "3.127.0",
44
"description": "ClayColorPicker component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -25,7 +25,7 @@
2525
],
2626
"dependencies": {
2727
"@clayui/button": "^3.116.0",
28-
"@clayui/drop-down": "^3.125.0",
28+
"@clayui/drop-down": "^3.127.0",
2929
"@clayui/form": "^3.125.0",
3030
"@clayui/icon": "^3.111.0",
3131
"@clayui/shared": "^3.119.0",

packages/clay-core/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23)
7+
8+
### Features
9+
10+
- **@clayui/language-picker:** LPD-45714 Add defaultActive prop ([ef3b2fa](https://github.com/liferay/clay/commit/ef3b2fa7583fadda12fd01c53f69ed2b85aa3c0d))
11+
- **@clayui/language-picker:** LPD-45714 Add defaultLocaleId to the API ([559b176](https://github.com/liferay/clay/commit/559b1761af9a1361bc0f341bd4de39132efd58f9))
12+
- **@clayui/language-picker:** LPD-45714 Add defaultSelectedLocaleId ([29a032b](https://github.com/liferay/clay/commit/29a032bfa6d036f81032c614b793eb84722cfc18))
13+
- **@clayui/language-picker:** LPD-45714 Export component as LanguagePicker ([b030db1](https://github.com/liferay/clay/commit/b030db1e788bc943332e3a08b9dac78e3a844501))
14+
- **@clayui/language-picker:** LPD-45714 Make the language picker work in an uncontrolled way ([6f0a6c0](https://github.com/liferay/clay/commit/6f0a6c08a7617448666bee60fc1625878af98183))
15+
- **@clayui/language-picker:** LPD-45714 Move component to clay-core ([1ebff3b](https://github.com/liferay/clay/commit/1ebff3b6f71fa091d94eb0dc8de358c8f818f132))
16+
- **@clayui/language-picker:** LPD-45714 Move the label for the SR to the Option component ([effc1b6](https://github.com/liferay/clay/commit/effc1b6cb8f513b3252cc58389a147ea7456ce5d))
17+
- **@clayui/language-picker:** LPD-45714 Remove unnecessary href ([077031a](https://github.com/liferay/clay/commit/077031aac7720234057be058f3ccb48cb9c5c5fd))
18+
- **@clayui/language-picker:** LPD-45714 Rename labels to messages ([ca04d51](https://github.com/liferay/clay/commit/ca04d5137dcce223c377b4fc3f8e77ba042a8eb5))
19+
- **@clayui/language-picker:** LPD-45714 Replace displayName by name ([35025a8](https://github.com/liferay/clay/commit/35025a821bb26c12d848da382c5d59eb72746d0f))
20+
- **@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))
21+
- **@clayui/language-picker:** LPD-45714 Update tests ([983d7fc](https://github.com/liferay/clay/commit/983d7fc502792122f361d22c024bba98ea338cd8))
22+
- **@clayui/language-picker:** LPD-45714 Wrap label to add right margin ([9eaf740](https://github.com/liferay/clay/commit/9eaf740f22f14de05dd0a7fbaaf7a898c2dd52b6))
23+
- **@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))
24+
- **@clayui/vertical-nav:** LPD-46396 - Update stories ([2fc9c3d](https://github.com/liferay/clay/commit/2fc9c3d80f028f8c0d26da2fb28db33532a60d88))
25+
- **@clayui/vertical-nav:** LPD-46396 - Update tests and snapshots ([859c893](https://github.com/liferay/clay/commit/859c893ea28d7dbeaf8719e594ebe5ae3b294ba6))
26+
627
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
728

829
**Note:** Version bump only for package @clayui/core

packages/clay-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/core",
3-
"version": "3.125.0",
3+
"version": "3.127.0",
44
"description": "Clay UI components in React",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",

packages/clay-css/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **@clay/css:** LPD-46380 Labels in dropdown-item are slightly misaligned ([b46a14e](https://github.com/liferay/clay/commit/b46a14efde05f15d53ce318fde84078794395969))
12+
* **@clayui/css:** LPD-45799 Cadmin c-prefers-focus should output correct selector ([346126e](https://github.com/liferay/clay/commit/346126e50b22faa41b4a848e452b2f19b68dc15d))
13+
14+
15+
### Features
16+
17+
* **@clayui/language-picker:** LPD-45714 Move component to clay-core ([1ebff3b](https://github.com/liferay/clay/commit/1ebff3b6f71fa091d94eb0dc8de358c8f818f132))
18+
19+
20+
21+
22+
623
# [3.126.0](https://github.com/liferay/clay/compare/v3.125.0...v3.126.0) (2025-01-15)
724

825

packages/clay-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/css",
3-
"version": "3.126.0",
3+
"version": "3.127.0",
44
"description": "Liferay's web implementation of the Lexicon Design Language",
55
"main": "index.js",
66
"files": [

packages/clay-date-picker/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23)
7+
8+
### Bug Fixes
9+
10+
- **@clayui/date-picker:** LPD-46943 Fix date format when use12Hours true ([c73a4eb](https://github.com/liferay/clay/commit/c73a4eb75740f7bd0014b5f35cf67e12af3731cb))
11+
612
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
713

814
**Note:** Version bump only for package @clayui/date-picker

packages/clay-date-picker/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/date-picker",
3-
"version": "3.125.0",
3+
"version": "3.127.0",
44
"description": "ClayDatePicker component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -21,8 +21,8 @@
2121
],
2222
"dependencies": {
2323
"@clayui/button": "^3.116.0",
24-
"@clayui/core": "^3.125.0",
25-
"@clayui/drop-down": "^3.125.0",
24+
"@clayui/core": "^3.127.0",
25+
"@clayui/drop-down": "^3.127.0",
2626
"@clayui/form": "^3.125.0",
2727
"@clayui/icon": "^3.111.0",
2828
"@clayui/shared": "^3.119.0",

packages/clay-drop-down/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23)
7+
8+
**Note:** Version bump only for package @clayui/drop-down
9+
610
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
711

812
**Note:** Version bump only for package @clayui/drop-down

packages/clay-drop-down/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/drop-down",
3-
"version": "3.125.0",
3+
"version": "3.127.0",
44
"description": "ClayDropDown component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -25,7 +25,7 @@
2525
],
2626
"dependencies": {
2727
"@clayui/button": "^3.116.0",
28-
"@clayui/core": "^3.125.0",
28+
"@clayui/core": "^3.127.0",
2929
"@clayui/form": "^3.125.0",
3030
"@clayui/icon": "^3.111.0",
3131
"@clayui/link": "^3.111.0",

packages/clay-list/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23)
7+
8+
**Note:** Version bump only for package @clayui/list
9+
610
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
711

812
**Note:** Version bump only for package @clayui/list

packages/clay-list/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/list",
3-
"version": "3.125.0",
3+
"version": "3.127.0",
44
"description": "ClayList component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -24,7 +24,7 @@
2424
"react"
2525
],
2626
"dependencies": {
27-
"@clayui/drop-down": "^3.125.0",
27+
"@clayui/drop-down": "^3.127.0",
2828
"@clayui/form": "^3.125.0",
2929
"@clayui/icon": "^3.111.0",
3030
"@clayui/label": "^3.111.0",

packages/clay-localized-input/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23)
7+
8+
**Note:** Version bump only for package @clayui/localized-input
9+
610
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
711

812
**Note:** Version bump only for package @clayui/localized-input

packages/clay-localized-input/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/localized-input",
3-
"version": "3.125.0",
3+
"version": "3.127.0",
44
"description": "ClayLocalizedInput component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -25,7 +25,7 @@
2525
],
2626
"dependencies": {
2727
"@clayui/button": "^3.116.0",
28-
"@clayui/drop-down": "^3.125.0",
28+
"@clayui/drop-down": "^3.127.0",
2929
"@clayui/form": "^3.125.0",
3030
"@clayui/icon": "^3.111.0",
3131
"@clayui/label": "^3.111.0",

packages/clay-multi-select/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.127.0](https://github.com/liferay/clay/compare/v3.126.0...v3.127.0) (2025-01-23)
7+
8+
**Note:** Version bump only for package @clayui/multi-select
9+
610
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
711

812
**Note:** Version bump only for package @clayui/multi-select

0 commit comments

Comments
 (0)