Skip to content

Commit 97567c3

Browse files
author
github-actions
committed
chore(release): publish v3.134.0 packages
1 parent 0b08ad6 commit 97567c3

File tree

36 files changed

+160
-43
lines changed

36 files changed

+160
-43
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
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.134.0](https://github.com/liferay/clay/compare/v3.133.0...v3.134.0) (2025-04-10)
7+
8+
### Bug Fixes
9+
10+
- **@clayui/@date-picker:** LPD-51204 Add higher width to year dropdown ([549f781](https://github.com/liferay/clay/commit/549f781bc694ac33cdef3001cab903707adda86f))
11+
- **@clayui/@date-picker:** LPD-51204 Update year on stories ([493494b](https://github.com/liferay/clay/commit/493494b749bbe3f51f5a681d0734cce82f27a375))
12+
- **@clayui/css:** LPD-47131 Improve performance in forms, input-groups, and label mixins ([f37de70](https://github.com/liferay/clay/commit/f37de702b644ee9d0d42738d627da471390104b5))
13+
- **@clayui/css:** LPD-48267 Label close button should be 24px x 24px for accessiblity ([72b058f](https://github.com/liferay/clay/commit/72b058f9b266855e4395f023c0bc449ac2cb9c5a))
14+
- **@clayui/date-picker:** LPD-52380 Update snapshot ([16921f3](https://github.com/liferay/clay/commit/16921f3c9dce13c5a95aa656f2313e05f5869c9b))
15+
- **@clayui/drop-down:** fix Dropdown types to correctly generate API Table ([80fcb5d](https://github.com/liferay/clay/commit/80fcb5d84e4c8c2c6de3a38fe006c9752d78d769))
16+
- **@clayui/focus-trap:** LPD-52380 Change tabindex to prevent focus on hidden elements ([368d318](https://github.com/liferay/clay/commit/368d318aeeb86c1337ef37023af150883e9a12bf))
17+
- **@clayui/focus-trap:** LPD-52380 Update snapshot ([80ff99f](https://github.com/liferay/clay/commit/80ff99fcd2a72de663e42591b8f3c30251b1aaae))
18+
- **@clayui/time-picker:** LPD-52380 Add tabIndex on clear button to prevent focus when element not present ([7c42c82](https://github.com/liferay/clay/commit/7c42c82935c6111206c6d2e0750f5a5feb2c9731))
19+
20+
### Features
21+
22+
- **@clayui/css:** LPD-52454 Modal add support for aspect-ratio in modal-body ([8ff9789](https://github.com/liferay/clay/commit/8ff97898a5e05040b6a58cebc4dd11fdb99ae523))
23+
- **@clayui/css:** LPD-52454 Utilities adds bg-primary-l3 ([5b11327](https://github.com/liferay/clay/commit/5b113277cd4c986d761fdc6e6fed07eedd5483ae))
24+
- **@clayui/css:** LPD-52767 Icons adds Myanmar Flag ([122765e](https://github.com/liferay/clay/commit/122765ee6bebd0b00bb3264ae9d4f1c81e4115ed))
25+
- **@clayui/css:** LPD-52791 Icons adds Ireland and Latvia flags ([8cad8aa](https://github.com/liferay/clay/commit/8cad8aa602c2b60a5350e1473f39369ded28aa43))
26+
627
# [3.133.0](https://github.com/liferay/clay/compare/v3.132.1...v3.133.0) (2025-03-28)
728

829
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.4.0",
3-
"version": "3.133.0",
3+
"version": "3.134.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"command": {

packages/clay-autocomplete/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.134.0](https://github.com/liferay/clay/compare/v3.133.0...v3.134.0) (2025-04-10)
7+
8+
**Note:** Version bump only for package @clayui/autocomplete
9+
610
# [3.133.0](https://github.com/liferay/clay/compare/v3.132.1...v3.133.0) (2025-03-28)
711

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

packages/clay-autocomplete/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/autocomplete",
3-
"version": "3.133.0",
3+
"version": "3.134.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.133.0",
28-
"@clayui/drop-down": "^3.133.0",
27+
"@clayui/core": "^3.134.0",
28+
"@clayui/drop-down": "^3.134.0",
2929
"@clayui/form": "^3.132.0",
3030
"@clayui/loading-indicator": "^3.128.0",
3131
"@clayui/shared": "^3.132.0",

packages/clay-card/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.134.0](https://github.com/liferay/clay/compare/v3.133.0...v3.134.0) (2025-04-10)
7+
8+
**Note:** Version bump only for package @clayui/card
9+
610
# [3.133.0](https://github.com/liferay/clay/compare/v3.132.1...v3.133.0) (2025-03-28)
711

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

packages/clay-card/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/card",
3-
"version": "3.133.0",
3+
"version": "3.134.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.128.0",
28-
"@clayui/drop-down": "^3.133.0",
28+
"@clayui/drop-down": "^3.134.0",
2929
"@clayui/form": "^3.132.0",
3030
"@clayui/icon": "^3.128.0",
3131
"@clayui/label": "^3.128.0",

packages/clay-color-picker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.134.0](https://github.com/liferay/clay/compare/v3.133.0...v3.134.0) (2025-04-10)
7+
8+
**Note:** Version bump only for package @clayui/color-picker
9+
610
# [3.133.0](https://github.com/liferay/clay/compare/v3.132.1...v3.133.0) (2025-03-28)
711

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

packages/clay-color-picker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/color-picker",
3-
"version": "3.133.0",
3+
"version": "3.134.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.128.0",
28-
"@clayui/drop-down": "^3.133.0",
28+
"@clayui/drop-down": "^3.134.0",
2929
"@clayui/form": "^3.132.0",
3030
"@clayui/icon": "^3.128.0",
3131
"@clayui/shared": "^3.132.0",

packages/clay-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.134.0](https://github.com/liferay/clay/compare/v3.133.0...v3.134.0) (2025-04-10)
7+
8+
### Bug Fixes
9+
10+
- **@clayui/focus-trap:** LPD-52380 Change tabindex to prevent focus on hidden elements ([368d318](https://github.com/liferay/clay/commit/368d318aeeb86c1337ef37023af150883e9a12bf))
11+
- **@clayui/focus-trap:** LPD-52380 Update snapshot ([80ff99f](https://github.com/liferay/clay/commit/80ff99fcd2a72de663e42591b8f3c30251b1aaae))
12+
613
# [3.133.0](https://github.com/liferay/clay/compare/v3.132.1...v3.133.0) (2025-03-28)
714

815
### Bug Fixes

packages/clay-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/core",
3-
"version": "3.133.0",
3+
"version": "3.134.0",
44
"description": "Clay UI components in React",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -32,7 +32,7 @@
3232
"@clayui/layout": "^3.128.0",
3333
"@clayui/link": "^3.128.0",
3434
"@clayui/loading-indicator": "^3.128.0",
35-
"@clayui/modal": "^3.132.0",
35+
"@clayui/modal": "^3.134.0",
3636
"@clayui/provider": "^3.128.0",
3737
"@clayui/shared": "^3.132.0",
3838
"@clayui/table": "^3.111.0",

packages/clay-css/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.134.0](https://github.com/liferay/clay/compare/v3.133.0...v3.134.0) (2025-04-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **@clayui/css:** LPD-47131 Improve performance in forms, input-groups, and label mixins ([f37de70](https://github.com/liferay/clay/commit/f37de702b644ee9d0d42738d627da471390104b5))
12+
* **@clayui/css:** LPD-48267 Label close button should be 24px x 24px for accessiblity ([72b058f](https://github.com/liferay/clay/commit/72b058f9b266855e4395f023c0bc449ac2cb9c5a))
13+
14+
15+
### Features
16+
17+
* **@clayui/css:** LPD-52454 Modal add support for aspect-ratio in modal-body ([8ff9789](https://github.com/liferay/clay/commit/8ff97898a5e05040b6a58cebc4dd11fdb99ae523))
18+
* **@clayui/css:** LPD-52454 Utilities adds bg-primary-l3 ([5b11327](https://github.com/liferay/clay/commit/5b113277cd4c986d761fdc6e6fed07eedd5483ae))
19+
* **@clayui/css:** LPD-52767 Icons adds Myanmar Flag ([122765e](https://github.com/liferay/clay/commit/122765ee6bebd0b00bb3264ae9d4f1c81e4115ed))
20+
* **@clayui/css:** LPD-52791 Icons adds Ireland and Latvia flags ([8cad8aa](https://github.com/liferay/clay/commit/8cad8aa602c2b60a5350e1473f39369ded28aa43))
21+
22+
23+
24+
25+
626
# [3.133.0](https://github.com/liferay/clay/compare/v3.132.1...v3.133.0) (2025-03-28)
727

828

packages/clay-css/package.json

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

packages/clay-date-picker/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.134.0](https://github.com/liferay/clay/compare/v3.133.0...v3.134.0) (2025-04-10)
7+
8+
### Bug Fixes
9+
10+
- **@clayui/@date-picker:** LPD-51204 Add higher width to year dropdown ([549f781](https://github.com/liferay/clay/commit/549f781bc694ac33cdef3001cab903707adda86f))
11+
- **@clayui/@date-picker:** LPD-51204 Update year on stories ([493494b](https://github.com/liferay/clay/commit/493494b749bbe3f51f5a681d0734cce82f27a375))
12+
- **@clayui/date-picker:** LPD-52380 Update snapshot ([16921f3](https://github.com/liferay/clay/commit/16921f3c9dce13c5a95aa656f2313e05f5869c9b))
13+
614
# [3.133.0](https://github.com/liferay/clay/compare/v3.132.1...v3.133.0) (2025-03-28)
715

816
### Bug Fixes

packages/clay-date-picker/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/date-picker",
3-
"version": "3.133.0",
3+
"version": "3.134.0",
44
"description": "ClayDatePicker component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -21,12 +21,12 @@
2121
],
2222
"dependencies": {
2323
"@clayui/button": "^3.128.0",
24-
"@clayui/core": "^3.133.0",
25-
"@clayui/drop-down": "^3.133.0",
24+
"@clayui/core": "^3.134.0",
25+
"@clayui/drop-down": "^3.134.0",
2626
"@clayui/form": "^3.132.0",
2727
"@clayui/icon": "^3.128.0",
2828
"@clayui/shared": "^3.132.0",
29-
"@clayui/time-picker": "^3.132.0",
29+
"@clayui/time-picker": "^3.134.0",
3030
"classnames": "^2.2.6",
3131
"date-fns": "^2.14.0"
3232
},

packages/clay-drop-down/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.134.0](https://github.com/liferay/clay/compare/v3.133.0...v3.134.0) (2025-04-10)
7+
8+
### Bug Fixes
9+
10+
- **@clayui/drop-down:** fix Dropdown types to correctly generate API Table ([80fcb5d](https://github.com/liferay/clay/commit/80fcb5d84e4c8c2c6de3a38fe006c9752d78d769))
11+
612
# [3.133.0](https://github.com/liferay/clay/compare/v3.132.1...v3.133.0) (2025-03-28)
713

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

packages/clay-drop-down/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/drop-down",
3-
"version": "3.133.0",
3+
"version": "3.134.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.128.0",
28-
"@clayui/core": "^3.133.0",
28+
"@clayui/core": "^3.134.0",
2929
"@clayui/form": "^3.132.0",
3030
"@clayui/icon": "^3.128.0",
3131
"@clayui/link": "^3.128.0",

packages/clay-list/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.134.0](https://github.com/liferay/clay/compare/v3.133.0...v3.134.0) (2025-04-10)
7+
8+
**Note:** Version bump only for package @clayui/list
9+
610
# [3.133.0](https://github.com/liferay/clay/compare/v3.132.1...v3.133.0) (2025-03-28)
711

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

packages/clay-list/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/list",
3-
"version": "3.133.0",
3+
"version": "3.134.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.133.0",
27+
"@clayui/drop-down": "^3.134.0",
2828
"@clayui/form": "^3.132.0",
2929
"@clayui/icon": "^3.128.0",
3030
"@clayui/label": "^3.128.0",

packages/clay-localized-input/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.134.0](https://github.com/liferay/clay/compare/v3.133.0...v3.134.0) (2025-04-10)
7+
8+
**Note:** Version bump only for package @clayui/localized-input
9+
610
# [3.133.0](https://github.com/liferay/clay/compare/v3.132.1...v3.133.0) (2025-03-28)
711

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

packages/clay-localized-input/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/localized-input",
3-
"version": "3.133.0",
3+
"version": "3.134.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.128.0",
28-
"@clayui/drop-down": "^3.133.0",
28+
"@clayui/drop-down": "^3.134.0",
2929
"@clayui/form": "^3.132.0",
3030
"@clayui/icon": "^3.128.0",
3131
"@clayui/label": "^3.128.0",

packages/clay-modal/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.134.0](https://github.com/liferay/clay/compare/v3.133.0...v3.134.0) (2025-04-10)
7+
8+
**Note:** Version bump only for package @clayui/modal
9+
610
# [3.132.0](https://github.com/liferay/clay/compare/v3.131.0...v3.132.0) (2025-03-24)
711

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

packages/clay-modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/modal",
3-
"version": "3.132.0",
3+
"version": "3.134.0",
44
"description": "ClayModal component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",

packages/clay-multi-select/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.134.0](https://github.com/liferay/clay/compare/v3.133.0...v3.134.0) (2025-04-10)
7+
8+
**Note:** Version bump only for package @clayui/multi-select
9+
610
# [3.133.0](https://github.com/liferay/clay/compare/v3.132.1...v3.133.0) (2025-03-28)
711

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

packages/clay-multi-select/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/multi-select",
3-
"version": "3.133.0",
3+
"version": "3.134.0",
44
"description": "ClayMultiSelect component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -24,9 +24,9 @@
2424
"react"
2525
],
2626
"dependencies": {
27-
"@clayui/autocomplete": "^3.133.0",
27+
"@clayui/autocomplete": "^3.134.0",
2828
"@clayui/button": "^3.128.0",
29-
"@clayui/drop-down": "^3.133.0",
29+
"@clayui/drop-down": "^3.134.0",
3030
"@clayui/form": "^3.132.0",
3131
"@clayui/icon": "^3.128.0",
3232
"@clayui/label": "^3.128.0",

packages/clay-multi-step-nav/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.134.0](https://github.com/liferay/clay/compare/v3.133.0...v3.134.0) (2025-04-10)
7+
8+
**Note:** Version bump only for package @clayui/multi-step-nav
9+
610
# [3.133.0](https://github.com/liferay/clay/compare/v3.132.1...v3.133.0) (2025-03-28)
711

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

packages/clay-multi-step-nav/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/multi-step-nav",
3-
"version": "3.133.0",
3+
"version": "3.134.0",
44
"description": "ClayMultiStepNav 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.133.0",
27+
"@clayui/drop-down": "^3.134.0",
2828
"@clayui/icon": "^3.128.0",
2929
"@clayui/shared": "^3.132.0",
3030
"classnames": "^2.2.6"

0 commit comments

Comments
 (0)