Skip to content

Commit f5723dc

Browse files
author
github-actions
committed
chore(release): publish v3.124.0 packages
1 parent aa3ccd8 commit f5723dc

File tree

36 files changed

+171
-54
lines changed

36 files changed

+171
-54
lines changed

CHANGELOG.md

+20
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.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
7+
8+
### Bug Fixes
9+
10+
- **@clayui/charts:** LPD-44040 Update Clay Chart colors for accessibility ([63575e3](https://github.com/liferay/clay/commit/63575e3b8a3009e0d3d9d975028e0f7a18027611))
11+
- **@clayui/core:** fixes bug when keeping the column visible when it should be hidden ([2bcbcf3](https://github.com/liferay/clay/commit/2bcbcf3a6448675252106c17c50e5ebc44ebac03))
12+
- **@clayui/core:** fixes bug when updating the state at render time a… 27bf8ca …nd the number of table columns when the state changes ([1b4a50e](https://github.com/liferay/clay/commit/1b4a50ef505ba0fc15871d00b755e8829445005c))
13+
- **@clayui/core:** fixes keyboard navigation bug for VerticalNav with `displayType` primary ([40dfe9b](https://github.com/liferay/clay/commit/40dfe9b9eff8f8fc93b3d3500c9c7ac887fdbf2a))
14+
- **@clayui/css:** LPD-44040 Update Atlas base colors ([11d00af](https://github.com/liferay/clay/commit/11d00af8b378fac5363c108de836c0c9cb5da027))
15+
16+
### Features
17+
18+
- **@clayui/core:** LPD-40160 Add displayType primary for VerticalNav for CMS Product Menu variant ([8cbefc8](https://github.com/liferay/clay/commit/8cbefc8b9ac21e85d3c1566709d53dc15924fff7))
19+
- **@clayui/core:** LPD-40160 Add floating menubar action button ([1a2e082](https://github.com/liferay/clay/commit/1a2e082a906c463a91cd2a0d2058b5e713ae6669))
20+
- **@clayui/core:** LPD-40160 Add floating menubar action button ([7782b3a](https://github.com/liferay/clay/commit/7782b3a204a96bfe70f66970051ce818ea5f1007))
21+
- **@clayui/css:** LPD-40160 Adds menubar-action for adding New Space ([2bbfd72](https://github.com/liferay/clay/commit/2bbfd7202be9b8569605ee0e2d43e120faa97565))
22+
- **@clayui/css:** LPD-40160 Adds menubar-primary for CMS Product Menu variant ([5144840](https://github.com/liferay/clay/commit/514484057c7192019919b1c13cdd29e1800ae789))
23+
- **@clayui/css:** LPD-42908 Adds language flags fr-BE, fr-CH, de-CH, it-CH, mk-MK, de-AT ([98411df](https://github.com/liferay/clay/commit/98411df8ea06dc73617e2ee152153c80111deb84))
24+
- **@clayui/css:** LPD-44385 Add language flag no-No.svg ([84999dd](https://github.com/liferay/clay/commit/84999dd061470b3b96bf379ba66f46a102adeb0d))
25+
626
## [3.123.1](https://github.com/liferay/clay/compare/v3.123.0...v3.123.1) (2024-11-27)
727

828
### Bug Fixes

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.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package clayui.com
9+
610
## [3.123.1](https://github.com/liferay/clay/compare/v3.123.0...v3.123.1) (2024-11-27)
711

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

clayui.com/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "clayui.com",
4-
"version": "3.123.1",
4+
"version": "3.124.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.123.1",
16+
"@clayui/autocomplete": "^3.124.0",
1717
"@clayui/breadcrumb": "^3.116.0",
1818
"@clayui/button": "^3.116.0",
19-
"@clayui/card": "^3.123.1",
20-
"@clayui/charts": "^3.106.1",
21-
"@clayui/color-picker": "^3.123.1",
22-
"@clayui/css": "^3.122.0",
19+
"@clayui/card": "^3.124.0",
20+
"@clayui/charts": "^3.124.0",
21+
"@clayui/color-picker": "^3.124.0",
22+
"@clayui/css": "^3.124.0",
2323
"@clayui/data-provider": "^3.119.0",
24-
"@clayui/date-picker": "^3.123.1",
25-
"@clayui/drop-down": "^3.123.1",
24+
"@clayui/date-picker": "^3.124.0",
25+
"@clayui/drop-down": "^3.124.0",
2626
"@clayui/form": "^3.122.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.123.1",
31+
"@clayui/list": "^3.124.0",
3232
"@clayui/modal": "^3.122.0",
33-
"@clayui/multi-select": "^3.123.1",
34-
"@clayui/multi-step-nav": "^3.123.1",
35-
"@clayui/nav": "^3.123.0",
33+
"@clayui/multi-select": "^3.124.0",
34+
"@clayui/multi-step-nav": "^3.124.0",
35+
"@clayui/nav": "^3.124.0",
3636
"@clayui/navigation-bar": "^3.123.1",
37-
"@clayui/pagination": "^3.123.1",
38-
"@clayui/pagination-bar": "^3.123.1",
37+
"@clayui/pagination": "^3.124.0",
38+
"@clayui/pagination-bar": "^3.124.0",
3939
"@clayui/panel": "^3.119.0",
4040
"@clayui/popover": "^3.119.0",
4141
"@clayui/sticker": "^3.111.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.123.1",
3+
"version": "3.124.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.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package @clayui/autocomplete
9+
610
## [3.123.1](https://github.com/liferay/clay/compare/v3.123.0...v3.123.1) (2024-11-27)
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.123.1",
3+
"version": "3.124.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.123.0",
28-
"@clayui/drop-down": "^3.123.1",
27+
"@clayui/core": "^3.124.0",
28+
"@clayui/drop-down": "^3.124.0",
2929
"@clayui/form": "^3.122.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.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package @clayui/card
9+
610
## [3.123.1](https://github.com/liferay/clay/compare/v3.123.0...v3.123.1) (2024-11-27)
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.123.1",
3+
"version": "3.124.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.123.1",
28+
"@clayui/drop-down": "^3.124.0",
2929
"@clayui/form": "^3.122.0",
3030
"@clayui/icon": "^3.111.0",
3131
"@clayui/label": "^3.111.0",

packages/clay-charts/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.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
7+
8+
### Bug Fixes
9+
10+
- **@clayui/charts:** LPD-44040 Update Clay Chart colors for accessibility ([63575e3](https://github.com/liferay/clay/commit/63575e3b8a3009e0d3d9d975028e0f7a18027611))
11+
612
## [3.106.1](https://github.com/matuzalemsteles/clay/compare/v3.106.0...v3.106.1) (2023-10-26)
713

814
**Note:** Version bump only for package @clayui/charts

packages/clay-charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/charts",
3-
"version": "3.106.1",
3+
"version": "3.124.0",
44
"description": "React.js wrapper for D3 and billboard.js",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

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.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package @clayui/color-picker
9+
610
## [3.123.1](https://github.com/liferay/clay/compare/v3.123.0...v3.123.1) (2024-11-27)
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.123.1",
3+
"version": "3.124.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.123.1",
28+
"@clayui/drop-down": "^3.124.0",
2929
"@clayui/form": "^3.122.0",
3030
"@clayui/icon": "^3.111.0",
3131
"@clayui/shared": "^3.119.0",

packages/clay-core/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
7+
8+
### Bug Fixes
9+
10+
- **@clayui/core:** fixes bug when keeping the column visible when it should be hidden ([2bcbcf3](https://github.com/liferay/clay/commit/2bcbcf3a6448675252106c17c50e5ebc44ebac03))
11+
- **@clayui/core:** fixes bug when updating the state at render time a… 27bf8ca …nd the number of table columns when the state changes ([1b4a50e](https://github.com/liferay/clay/commit/1b4a50ef505ba0fc15871d00b755e8829445005c))
12+
- **@clayui/core:** fixes keyboard navigation bug for VerticalNav with `displayType` primary ([40dfe9b](https://github.com/liferay/clay/commit/40dfe9b9eff8f8fc93b3d3500c9c7ac887fdbf2a))
13+
14+
### Features
15+
16+
- **@clayui/core:** LPD-40160 Add displayType primary for VerticalNav for CMS Product Menu variant ([8cbefc8](https://github.com/liferay/clay/commit/8cbefc8b9ac21e85d3c1566709d53dc15924fff7))
17+
- **@clayui/core:** LPD-40160 Add floating menubar action button ([1a2e082](https://github.com/liferay/clay/commit/1a2e082a906c463a91cd2a0d2058b5e713ae6669))
18+
- **@clayui/core:** LPD-40160 Add floating menubar action button ([7782b3a](https://github.com/liferay/clay/commit/7782b3a204a96bfe70f66970051ce818ea5f1007))
19+
620
# [3.123.0](https://github.com/liferay/clay/compare/v3.122.0...v3.123.0) (2024-11-21)
721

822
### Features

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.123.0",
3+
"version": "3.124.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

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **@clayui/css:** LPD-44040 Update Atlas base colors ([11d00af](https://github.com/liferay/clay/commit/11d00af8b378fac5363c108de836c0c9cb5da027))
12+
13+
14+
### Features
15+
16+
* **@clayui/css:** LPD-40160 Adds menubar-action for adding New Space ([2bbfd72](https://github.com/liferay/clay/commit/2bbfd7202be9b8569605ee0e2d43e120faa97565))
17+
* **@clayui/css:** LPD-40160 Adds menubar-primary for CMS Product Menu variant ([5144840](https://github.com/liferay/clay/commit/514484057c7192019919b1c13cdd29e1800ae789))
18+
* **@clayui/css:** LPD-42908 Adds language flags fr-BE, fr-CH, de-CH, it-CH, mk-MK, de-AT ([98411df](https://github.com/liferay/clay/commit/98411df8ea06dc73617e2ee152153c80111deb84))
19+
* **@clayui/css:** LPD-44385 Add language flag no-No.svg ([84999dd](https://github.com/liferay/clay/commit/84999dd061470b3b96bf379ba66f46a102adeb0d))
20+
21+
22+
23+
24+
625
# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)
726

827

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.122.0",
3+
"version": "3.124.0",
44
"description": "Liferay's web implementation of the Lexicon Design Language",
55
"main": "index.js",
66
"files": [

packages/clay-date-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.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package @clayui/date-picker
9+
610
## [3.123.1](https://github.com/liferay/clay/compare/v3.123.0...v3.123.1) (2024-11-27)
711

812
**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.123.1",
3+
"version": "3.124.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.123.0",
25-
"@clayui/drop-down": "^3.123.1",
24+
"@clayui/core": "^3.124.0",
25+
"@clayui/drop-down": "^3.124.0",
2626
"@clayui/form": "^3.122.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.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package @clayui/drop-down
9+
610
## [3.123.1](https://github.com/liferay/clay/compare/v3.123.0...v3.123.1) (2024-11-27)
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.123.1",
3+
"version": "3.124.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.123.0",
28+
"@clayui/core": "^3.124.0",
2929
"@clayui/form": "^3.122.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.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package @clayui/list
9+
610
## [3.123.1](https://github.com/liferay/clay/compare/v3.123.0...v3.123.1) (2024-11-27)
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.123.1",
3+
"version": "3.124.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.123.1",
27+
"@clayui/drop-down": "^3.124.0",
2828
"@clayui/form": "^3.122.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.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package @clayui/localized-input
9+
610
## [3.123.1](https://github.com/liferay/clay/compare/v3.123.0...v3.123.1) (2024-11-27)
711

812
### Reverts

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.123.1",
3+
"version": "3.124.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.123.1",
28+
"@clayui/drop-down": "^3.124.0",
2929
"@clayui/form": "^3.122.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.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
7+
8+
**Note:** Version bump only for package @clayui/multi-select
9+
610
## [3.123.1](https://github.com/liferay/clay/compare/v3.123.0...v3.123.1) (2024-11-27)
711

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

0 commit comments

Comments
 (0)