Skip to content

Commit 5abbc81

Browse files
author
github-actions
committed
chore(release): publish v3.154.0 packages
1 parent a47b416 commit 5abbc81

File tree

6 files changed

+38
-3
lines changed

6 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.154.0](https://github.com/liferay/clay/compare/v3.153.0...v3.154.0) (2025-11-04)
7+
8+
### Bug Fixes
9+
10+
- **@clayui/charts:** LPD-69988 Add fix for billboard. ([6dd7c74](https://github.com/liferay/clay/commit/6dd7c7430b7dbc3803f1f6e8a8e8a45cf555f6dd))
11+
- **@clayui/css:** LPD-59282 Vertical Nav adjust letter-spacing ([d94e8c1](https://github.com/liferay/clay/commit/d94e8c1cdd2f285d99b0db267e8a10fe08e5a8d2))
12+
- **@clayui/css:** LPD-66331 menubar-primary collapse icon should be 14px ([18b11f1](https://github.com/liferay/clay/commit/18b11f1d3f73dfc3648c3a11a0aaf0eb217d0aaa))
13+
14+
### Features
15+
16+
- **@clayui/css:** LPD-69017 Add data-privacy.svg ([8224504](https://github.com/liferay/clay/commit/82245044d8e49bab5768784f26f281647466dff3))
17+
618
# [3.153.0](https://github.com/liferay/clay/compare/v3.152.0...v3.153.0) (2025-10-24)
719

820
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.153.0",
2+
"version": "3.154.0",
33
"npmClient": "yarn",
44
"command": {
55
"publish": {

packages/clay-charts/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.154.0](https://github.com/liferay/clay/compare/v3.153.0...v3.154.0) (2025-11-04)
7+
8+
### Bug Fixes
9+
10+
- **@clayui/charts:** LPD-69988 Add fix for billboard. ([6dd7c74](https://github.com/liferay/clay/commit/6dd7c7430b7dbc3803f1f6e8a8e8a45cf555f6dd))
11+
612
## [3.144.1](https://github.com/liferay/clay/compare/v3.144.0...v3.144.1) (2025-08-29)
713

814
### Bug Fixes

packages/clay-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/charts",
3-
"version": "3.144.1",
3+
"version": "3.154.0",
44
"description": "React.js wrapper for D3 and billboard.js",
55
"main": "lib/cjs/index.js",
66
"module": "lib/esm/index.js",

packages/clay-css/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
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.154.0](https://github.com/liferay/clay/compare/v3.153.0...v3.154.0) (2025-11-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **@clayui/css:** LPD-59282 Vertical Nav adjust letter-spacing ([d94e8c1](https://github.com/liferay/clay/commit/d94e8c1cdd2f285d99b0db267e8a10fe08e5a8d2))
12+
* **@clayui/css:** LPD-66331 menubar-primary collapse icon should be 14px ([18b11f1](https://github.com/liferay/clay/commit/18b11f1d3f73dfc3648c3a11a0aaf0eb217d0aaa))
13+
14+
15+
### Features
16+
17+
* **@clayui/css:** LPD-69017 Add data-privacy.svg ([8224504](https://github.com/liferay/clay/commit/82245044d8e49bab5768784f26f281647466dff3))
18+
19+
20+
21+
22+
623
# [3.153.0](https://github.com/liferay/clay/compare/v3.152.0...v3.153.0) (2025-10-24)
724

825

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

0 commit comments

Comments
 (0)