Skip to content

Commit 6456669

Browse files
chore(release): publish v3.126.0 packages
1 parent 51f48b7 commit 6456669

File tree

6 files changed

+25
-4
lines changed

6 files changed

+25
-4
lines changed

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.126.0](https://github.com/liferay/clay/compare/v3.125.0...v3.126.0) (2025-01-15)
7+
8+
### Features
9+
10+
- **@clayui/css:** LPD-45032 regen icons ([51f48b7](https://github.com/liferay/clay/commit/51f48b7067a0529c84afa160512daeb594247576))
11+
612
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
713

814
### 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.126.0](https://github.com/matuzalemsteles/clay/compare/v3.125.0...v3.126.0) (2025-01-15)
7+
8+
**Note:** Version bump only for package clayui.com
9+
610
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
711

812
### Features

clayui.com/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "clayui.com",
4-
"version": "3.125.0",
4+
"version": "3.126.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",
@@ -19,7 +19,7 @@
1919
"@clayui/card": "^3.125.0",
2020
"@clayui/charts": "^3.124.0",
2121
"@clayui/color-picker": "^3.125.0",
22-
"@clayui/css": "^3.125.0",
22+
"@clayui/css": "^3.126.0",
2323
"@clayui/data-provider": "^3.119.0",
2424
"@clayui/date-picker": "^3.125.0",
2525
"@clayui/drop-down": "^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.125.0",
3+
"version": "3.126.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"command": {

packages/clay-css/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.126.0](https://github.com/liferay/clay/compare/v3.125.0...v3.126.0) (2025-01-15)
7+
8+
9+
### Features
10+
11+
* **@clayui/css:** LPD-45032 regen icons ([51f48b7](https://github.com/liferay/clay/commit/51f48b7067a0529c84afa160512daeb594247576))
12+
13+
14+
15+
16+
617
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
718

819

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

0 commit comments

Comments
 (0)