Skip to content

Commit

Permalink
chore(release): publish v3.116.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 10, 2024
1 parent 76cb590 commit 235780a
Show file tree
Hide file tree
Showing 66 changed files with 295 additions and 135 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)

### Bug Fixes

- **@clayui/css:** LPD-27401 Refactor. Change display property to allow long words break into multiple lines ([3e0ed1d](https://github.com/liferay/clay/commit/3e0ed1df192e0c4b05950fcb958cbf7b8673f8f4))
- **@clayui/table:** fixes bug when hiding all columns ([27d0aee](https://github.com/liferay/clay/commit/27d0aee7e048a5ce78d730bab3a8e0695757e6cc))

### Features

- **@clayui/button:** add regular size ([af300c8](https://github.com/liferay/clay/commit/af300c85566f759d3b77aed7ca58baa0dcfcdc98))
- **@clayui/card:** LPD-1261 Add name to group all radio type inputs ([71bee15](https://github.com/liferay/clay/commit/71bee153028969c857783346f2dbece96eafb544))
- **@clayui/card:** LPD-1261 Update stories adding name in radioProps ([b07d58a](https://github.com/liferay/clay/commit/b07d58aea871d437b9e15bf39e0edf707281fcbf))
- **@clayui/card:** LPD-1261 Update tests adding name in radioProps ([bd32f54](https://github.com/liferay/clay/commit/bd32f54255fdd14ed0c14738867d51608d95be14))
- **@clayui/form:** add regular size to input ([53a62b1](https://github.com/liferay/clay/commit/53a62b1cc7ca7c80e471107ba67ddf3fdceca3ee))

## [3.115.2](https://github.com/liferay/clay/compare/v3.115.1...v3.115.2) (2024-05-24)

### 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.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)

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

## [3.115.2](https://github.com/liferay/clay/compare/v3.115.1...v3.115.2) (2024-05-24)

**Note:** Version bump only for package clayui.com
Expand Down
48 changes: 24 additions & 24 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.115.2",
"version": "3.116.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,35 +13,35 @@
"serve": "gatsby serve"
},
"dependencies": {
"@clayui/autocomplete": "^3.115.1",
"@clayui/breadcrumb": "^3.115.0",
"@clayui/button": "^3.115.0",
"@clayui/card": "^3.115.1",
"@clayui/autocomplete": "^3.116.0",
"@clayui/breadcrumb": "^3.116.0",
"@clayui/button": "^3.116.0",
"@clayui/card": "^3.116.0",
"@clayui/charts": "^3.106.1",
"@clayui/color-picker": "^3.115.1",
"@clayui/css": "^3.115.2",
"@clayui/data-provider": "^3.115.0",
"@clayui/date-picker": "^3.115.1",
"@clayui/drop-down": "^3.115.1",
"@clayui/form": "^3.115.0",
"@clayui/color-picker": "^3.116.0",
"@clayui/css": "^3.116.0",
"@clayui/data-provider": "^3.116.0",
"@clayui/date-picker": "^3.116.0",
"@clayui/drop-down": "^3.116.0",
"@clayui/form": "^3.116.0",
"@clayui/icon": "^3.111.0",
"@clayui/label": "^3.111.0",
"@clayui/layout": "^3.111.0",
"@clayui/link": "^3.111.0",
"@clayui/list": "^3.115.1",
"@clayui/modal": "^3.115.0",
"@clayui/multi-select": "^3.115.1",
"@clayui/multi-step-nav": "^3.115.1",
"@clayui/nav": "^3.115.1",
"@clayui/navigation-bar": "^3.115.0",
"@clayui/pagination": "^3.115.1",
"@clayui/pagination-bar": "^3.115.1",
"@clayui/panel": "^3.115.0",
"@clayui/popover": "^3.115.0",
"@clayui/list": "^3.116.0",
"@clayui/modal": "^3.116.0",
"@clayui/multi-select": "^3.116.0",
"@clayui/multi-step-nav": "^3.116.0",
"@clayui/nav": "^3.116.0",
"@clayui/navigation-bar": "^3.116.0",
"@clayui/pagination": "^3.116.0",
"@clayui/pagination-bar": "^3.116.0",
"@clayui/panel": "^3.116.0",
"@clayui/popover": "^3.116.0",
"@clayui/sticker": "^3.111.0",
"@clayui/time-picker": "^3.115.0",
"@clayui/tooltip": "^3.115.0",
"@clayui/upper-toolbar": "^3.115.0",
"@clayui/time-picker": "^3.116.0",
"@clayui/tooltip": "^3.116.0",
"@clayui/upper-toolbar": "^3.116.0",
"@docsearch/react": "3",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
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.115.2",
"version": "3.116.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.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)

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

## [3.115.1](https://github.com/liferay/clay/compare/v3.115.0...v3.115.1) (2024-05-21)

**Note:** Version bump only for package @clayui/autocomplete
Expand Down
10 changes: 5 additions & 5 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.115.1",
"version": "3.116.0",
"description": "ClayAutocomplete component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,11 +24,11 @@
"react"
],
"dependencies": {
"@clayui/core": "^3.115.1",
"@clayui/drop-down": "^3.115.1",
"@clayui/form": "^3.115.0",
"@clayui/core": "^3.116.0",
"@clayui/drop-down": "^3.116.0",
"@clayui/form": "^3.116.0",
"@clayui/loading-indicator": "^3.111.0",
"@clayui/shared": "^3.115.0",
"@clayui/shared": "^3.116.0",
"classnames": "^2.2.6",
"fuzzy": "^0.1.3"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-breadcrumb/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.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)

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

# [3.115.0](https://github.com/liferay/clay/compare/v3.114.0...v3.115.0) (2024-05-16)

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

# [3.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)

### Features

- **@clayui/button:** add regular size ([af300c8](https://github.com/liferay/clay/commit/af300c85566f759d3b77aed7ca58baa0dcfcdc98))

# [3.115.0](https://github.com/liferay/clay/compare/v3.114.0...v3.115.0) (2024-05-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/button",
"version": "3.115.0",
"version": "3.116.0",
"description": "ClayButton component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand Down
8 changes: 8 additions & 0 deletions packages/clay-card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)

### Features

- **@clayui/card:** LPD-1261 Add name to group all radio type inputs ([71bee15](https://github.com/liferay/clay/commit/71bee153028969c857783346f2dbece96eafb544))
- **@clayui/card:** LPD-1261 Update stories adding name in radioProps ([b07d58a](https://github.com/liferay/clay/commit/b07d58aea871d437b9e15bf39e0edf707281fcbf))
- **@clayui/card:** LPD-1261 Update tests adding name in radioProps ([bd32f54](https://github.com/liferay/clay/commit/bd32f54255fdd14ed0c14738867d51608d95be14))

## [3.115.1](https://github.com/liferay/clay/compare/v3.115.0...v3.115.1) (2024-05-21)

**Note:** Version bump only for package @clayui/card
Expand Down
10 changes: 5 additions & 5 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.115.1",
"version": "3.116.0",
"description": "ClayCard component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,14 +24,14 @@
"react"
],
"dependencies": {
"@clayui/button": "^3.115.0",
"@clayui/drop-down": "^3.115.1",
"@clayui/form": "^3.115.0",
"@clayui/button": "^3.116.0",
"@clayui/drop-down": "^3.116.0",
"@clayui/form": "^3.116.0",
"@clayui/icon": "^3.111.0",
"@clayui/label": "^3.111.0",
"@clayui/layout": "^3.111.0",
"@clayui/link": "^3.111.0",
"@clayui/shared": "^3.115.0",
"@clayui/shared": "^3.116.0",
"@clayui/sticker": "^3.111.0",
"classnames": "^2.2.6"
},
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.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)

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

## [3.115.1](https://github.com/liferay/clay/compare/v3.115.0...v3.115.1) (2024-05-21)

**Note:** Version bump only for package @clayui/color-picker
Expand Down
12 changes: 6 additions & 6 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.115.1",
"version": "3.116.0",
"description": "ClayColorPicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,12 +24,12 @@
"react"
],
"dependencies": {
"@clayui/button": "^3.115.0",
"@clayui/drop-down": "^3.115.1",
"@clayui/form": "^3.115.0",
"@clayui/button": "^3.116.0",
"@clayui/drop-down": "^3.116.0",
"@clayui/form": "^3.116.0",
"@clayui/icon": "^3.111.0",
"@clayui/shared": "^3.115.0",
"@clayui/slider": "^3.115.0",
"@clayui/shared": "^3.116.0",
"@clayui/slider": "^3.116.0",
"classnames": "^2.2.6",
"tinycolor2": "^1.4.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/clay-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)

### Bug Fixes

- **@clayui/table:** fixes bug when hiding all columns ([27d0aee](https://github.com/liferay/clay/commit/27d0aee7e048a5ce78d730bab3a8e0695757e6cc))

## [3.115.1](https://github.com/liferay/clay/compare/v3.115.0...v3.115.1) (2024-05-21)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/clay-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/core",
"version": "3.115.1",
"version": "3.116.0",
"description": "Clay UI components in React",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,15 +24,15 @@
"react"
],
"dependencies": {
"@clayui/button": "^3.115.0",
"@clayui/form": "^3.115.0",
"@clayui/button": "^3.116.0",
"@clayui/form": "^3.116.0",
"@clayui/icon": "^3.111.0",
"@clayui/layout": "^3.111.0",
"@clayui/link": "^3.111.0",
"@clayui/loading-indicator": "^3.111.0",
"@clayui/modal": "^3.115.0",
"@clayui/modal": "^3.116.0",
"@clayui/provider": "^3.111.0",
"@clayui/shared": "^3.115.0",
"@clayui/shared": "^3.116.0",
"@clayui/table": "^3.111.0",
"@tanstack/react-virtual": "3.0.0-beta.54",
"aria-hidden": "^1.2.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/clay-css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)


### Bug Fixes

* **@clayui/css:** LPD-27401 Refactor. Change display property to allow long words break into multiple lines ([3e0ed1d](https://github.com/liferay/clay/commit/3e0ed1df192e0c4b05950fcb958cbf7b8673f8f4))





## [3.115.2](https://github.com/liferay/clay/compare/v3.115.1...v3.115.2) (2024-05-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/clay-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/css",
"version": "3.115.2",
"version": "3.116.0",
"description": "Liferay's web implementation of the Lexicon Design Language",
"main": "index.js",
"files": [
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-data-provider/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.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)

**Note:** Version bump only for package @clayui/data-provider

# [3.115.0](https://github.com/liferay/clay/compare/v3.114.0...v3.115.0) (2024-05-16)

**Note:** Version bump only for package @clayui/data-provider
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-data-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/data-provider",
"version": "3.115.0",
"version": "3.116.0",
"description": "ClayDataProvider component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -25,7 +25,7 @@
],
"dependencies": {
"@clayui/provider": "^3.111.0",
"@clayui/shared": "^3.115.0",
"@clayui/shared": "^3.116.0",
"fast-json-stable-stringify": "^2.1.0",
"warning": "^4.0.3"
},
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.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)

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

## [3.115.1](https://github.com/liferay/clay/compare/v3.115.0...v3.115.1) (2024-05-21)

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

0 comments on commit 235780a

Please sign in to comment.