Skip to content

Commit

Permalink
chore(release): publish v3.123.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 21, 2024
1 parent 356cb11 commit b312fea
Show file tree
Hide file tree
Showing 32 changed files with 120 additions and 50 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.123.0](https://github.com/liferay/clay/compare/v3.122.0...v3.123.0) (2024-11-21)

### Features

- **@clayui/table:** LPD-42395 Add tooltips to table action buttons in Clay Table ([2834a18](https://github.com/liferay/clay/commit/2834a1823c064d035d223aaf0fe4dfbb14f161fd))
- **@clayui/table:** LPD-42395 Update snapshot ([09038db](https://github.com/liferay/clay/commit/09038db3141e12383efc68905240890568a74337))

# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions clayui.com/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.123.0](https://github.com/liferay/clay/compare/v3.122.0...v3.123.0) (2024-11-21)

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

# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)

### Features
Expand Down
24 changes: 12 additions & 12 deletions clayui.com/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "clayui.com",
"version": "3.122.0",
"version": "3.123.0",
"license": "MIT",
"scripts": {
"copy:clay-css": "yarn copy:clay-css-js && yarn copy:clay-css-site-images && yarn copy:clay-css-images",
Expand All @@ -13,29 +13,29 @@
"serve": "gatsby serve"
},
"dependencies": {
"@clayui/autocomplete": "^3.122.0",
"@clayui/autocomplete": "^3.123.0",
"@clayui/breadcrumb": "^3.116.0",
"@clayui/button": "^3.116.0",
"@clayui/card": "^3.122.0",
"@clayui/card": "^3.123.0",
"@clayui/charts": "^3.106.1",
"@clayui/color-picker": "^3.122.0",
"@clayui/color-picker": "^3.123.0",
"@clayui/css": "^3.122.0",
"@clayui/data-provider": "^3.119.0",
"@clayui/date-picker": "^3.122.0",
"@clayui/drop-down": "^3.122.0",
"@clayui/date-picker": "^3.123.0",
"@clayui/drop-down": "^3.123.0",
"@clayui/form": "^3.122.0",
"@clayui/icon": "^3.111.0",
"@clayui/label": "^3.111.0",
"@clayui/layout": "^3.111.0",
"@clayui/link": "^3.111.0",
"@clayui/list": "^3.122.0",
"@clayui/list": "^3.123.0",
"@clayui/modal": "^3.122.0",
"@clayui/multi-select": "^3.122.0",
"@clayui/multi-step-nav": "^3.122.0",
"@clayui/nav": "^3.122.0",
"@clayui/multi-select": "^3.123.0",
"@clayui/multi-step-nav": "^3.123.0",
"@clayui/nav": "^3.123.0",
"@clayui/navigation-bar": "^3.119.0",
"@clayui/pagination": "^3.122.0",
"@clayui/pagination-bar": "^3.122.0",
"@clayui/pagination": "^3.123.0",
"@clayui/pagination-bar": "^3.123.0",
"@clayui/panel": "^3.119.0",
"@clayui/popover": "^3.119.0",
"@clayui/sticker": "^3.111.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.4.0",
"version": "3.122.0",
"version": "3.123.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.123.0](https://github.com/liferay/clay/compare/v3.122.0...v3.123.0) (2024-11-21)

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

# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)

**Note:** Version bump only for package @clayui/autocomplete
Expand Down
6 changes: 3 additions & 3 deletions packages/clay-autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/autocomplete",
"version": "3.122.0",
"version": "3.123.0",
"description": "ClayAutocomplete component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,8 +24,8 @@
"react"
],
"dependencies": {
"@clayui/core": "^3.122.0",
"@clayui/drop-down": "^3.122.0",
"@clayui/core": "^3.123.0",
"@clayui/drop-down": "^3.123.0",
"@clayui/form": "^3.122.0",
"@clayui/loading-indicator": "^3.111.0",
"@clayui/shared": "^3.119.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.123.0](https://github.com/liferay/clay/compare/v3.122.0...v3.123.0) (2024-11-21)

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

# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)

**Note:** Version bump only for package @clayui/card
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/card",
"version": "3.122.0",
"version": "3.123.0",
"description": "ClayCard component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -25,7 +25,7 @@
],
"dependencies": {
"@clayui/button": "^3.116.0",
"@clayui/drop-down": "^3.122.0",
"@clayui/drop-down": "^3.123.0",
"@clayui/form": "^3.122.0",
"@clayui/icon": "^3.111.0",
"@clayui/label": "^3.111.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-color-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.123.0](https://github.com/liferay/clay/compare/v3.122.0...v3.123.0) (2024-11-21)

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

# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)

**Note:** Version bump only for package @clayui/color-picker
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-color-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/color-picker",
"version": "3.122.0",
"version": "3.123.0",
"description": "ClayColorPicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -25,7 +25,7 @@
],
"dependencies": {
"@clayui/button": "^3.116.0",
"@clayui/drop-down": "^3.122.0",
"@clayui/drop-down": "^3.123.0",
"@clayui/form": "^3.122.0",
"@clayui/icon": "^3.111.0",
"@clayui/shared": "^3.119.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/clay-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.123.0](https://github.com/liferay/clay/compare/v3.122.0...v3.123.0) (2024-11-21)

### Features

- **@clayui/table:** LPD-42395 Add tooltips to table action buttons in Clay Table ([2834a18](https://github.com/liferay/clay/commit/2834a1823c064d035d223aaf0fe4dfbb14f161fd))
- **@clayui/table:** LPD-42395 Update snapshot ([09038db](https://github.com/liferay/clay/commit/09038db3141e12383efc68905240890568a74337))

# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/core",
"version": "3.122.0",
"version": "3.123.0",
"description": "Clay UI components in React",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.123.0](https://github.com/liferay/clay/compare/v3.122.0...v3.123.0) (2024-11-21)

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

# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)

**Note:** Version bump only for package @clayui/date-picker
Expand Down
6 changes: 3 additions & 3 deletions packages/clay-date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/date-picker",
"version": "3.122.0",
"version": "3.123.0",
"description": "ClayDatePicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -21,8 +21,8 @@
],
"dependencies": {
"@clayui/button": "^3.116.0",
"@clayui/core": "^3.122.0",
"@clayui/drop-down": "^3.122.0",
"@clayui/core": "^3.123.0",
"@clayui/drop-down": "^3.123.0",
"@clayui/form": "^3.122.0",
"@clayui/icon": "^3.111.0",
"@clayui/shared": "^3.119.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-drop-down/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.123.0](https://github.com/liferay/clay/compare/v3.122.0...v3.123.0) (2024-11-21)

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

# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-drop-down/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/drop-down",
"version": "3.122.0",
"version": "3.123.0",
"description": "ClayDropDown component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -25,7 +25,7 @@
],
"dependencies": {
"@clayui/button": "^3.116.0",
"@clayui/core": "^3.122.0",
"@clayui/core": "^3.123.0",
"@clayui/form": "^3.122.0",
"@clayui/icon": "^3.111.0",
"@clayui/link": "^3.111.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.123.0](https://github.com/liferay/clay/compare/v3.122.0...v3.123.0) (2024-11-21)

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

# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)

**Note:** Version bump only for package @clayui/list
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/list",
"version": "3.122.0",
"version": "3.123.0",
"description": "ClayList component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,7 +24,7 @@
"react"
],
"dependencies": {
"@clayui/drop-down": "^3.122.0",
"@clayui/drop-down": "^3.123.0",
"@clayui/form": "^3.122.0",
"@clayui/icon": "^3.111.0",
"@clayui/label": "^3.111.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-localized-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.123.0](https://github.com/liferay/clay/compare/v3.122.0...v3.123.0) (2024-11-21)

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

# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-localized-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/localized-input",
"version": "3.122.0",
"version": "3.123.0",
"description": "ClayLocalizedInput component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -25,7 +25,7 @@
],
"dependencies": {
"@clayui/button": "^3.116.0",
"@clayui/drop-down": "^3.122.0",
"@clayui/drop-down": "^3.123.0",
"@clayui/form": "^3.122.0",
"@clayui/icon": "^3.111.0",
"@clayui/label": "^3.111.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-multi-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.123.0](https://github.com/liferay/clay/compare/v3.122.0...v3.123.0) (2024-11-21)

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

# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)

**Note:** Version bump only for package @clayui/multi-select
Expand Down
6 changes: 3 additions & 3 deletions packages/clay-multi-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/multi-select",
"version": "3.122.0",
"version": "3.123.0",
"description": "ClayMultiSelect component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,9 +24,9 @@
"react"
],
"dependencies": {
"@clayui/autocomplete": "^3.122.0",
"@clayui/autocomplete": "^3.123.0",
"@clayui/button": "^3.116.0",
"@clayui/drop-down": "^3.122.0",
"@clayui/drop-down": "^3.123.0",
"@clayui/form": "^3.122.0",
"@clayui/icon": "^3.111.0",
"@clayui/label": "^3.111.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-multi-step-nav/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.123.0](https://github.com/liferay/clay/compare/v3.122.0...v3.123.0) (2024-11-21)

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

# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)

**Note:** Version bump only for package @clayui/multi-step-nav
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-multi-step-nav/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/multi-step-nav",
"version": "3.122.0",
"version": "3.123.0",
"description": "ClayMultiStepNav component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,7 +24,7 @@
"react"
],
"dependencies": {
"@clayui/drop-down": "^3.122.0",
"@clayui/drop-down": "^3.123.0",
"@clayui/icon": "^3.111.0",
"@clayui/shared": "^3.119.0",
"classnames": "^2.2.6"
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-nav/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.123.0](https://github.com/liferay/clay/compare/v3.122.0...v3.123.0) (2024-11-21)

**Note:** Version bump only for package @clayui/nav

# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)

**Note:** Version bump only for package @clayui/nav
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-nav/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/nav",
"version": "3.122.0",
"version": "3.123.0",
"description": "ClayNav component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -25,7 +25,7 @@
],
"dependencies": {
"@clayui/button": "^3.116.0",
"@clayui/core": "^3.122.0",
"@clayui/core": "^3.123.0",
"@clayui/icon": "^3.111.0",
"@clayui/shared": "^3.119.0",
"classnames": "^2.2.6",
Expand Down
Loading

0 comments on commit b312fea

Please sign in to comment.