Skip to content

Commit

Permalink
chore(release): publish v3.116.1 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 27, 2024
1 parent 4257dea commit c8c3588
Show file tree
Hide file tree
Showing 36 changed files with 151 additions and 54 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.116.1](https://github.com/liferay/clay/compare/v3.116.0...v3.116.1) (2024-06-27)

### Bug Fixes

- **@clayui/css:** LPD-15615 Add focus style on popover when disableScroll is enabled ([8fa8734](https://github.com/liferay/clay/commit/8fa87341a922d6e97358c5c04f11be501a0f0efe))
- **@clayui/css:** LPD-15615 Popovers source format and add focus styles for cadmin ([60a2e07](https://github.com/liferay/clay/commit/60a2e074087a8980047b3e345d3c78e8e13b9f89))
- **@clayui/picker:** LPD-28522 Add min width and change function logic ([2f97b9b](https://github.com/liferay/clay/commit/2f97b9b7a56e688f015461a989fd287cee3110c2))
- **@clayui/picker:** LPD-28522 Add option to add auto width ([d8517dd](https://github.com/liferay/clay/commit/d8517dd5bc405bf78c84ed238dfc0c7352700a95))
- **@clayui/picker:** LPD-28522 Update picker stories and test config ([e11d87b](https://github.com/liferay/clay/commit/e11d87bc98247fe0fe40c2202313f2b25d17295d))
- **@clayui/picker:** LPD-28522 Update snapshot ([9985cc5](https://github.com/liferay/clay/commit/9985cc51209dde65faef5fc4e10bccbbd83dda54))
- **@clayui/popover:** LPD-15615 Add focus on popover when disableScroll is enabled ([47bb642](https://github.com/liferay/clay/commit/47bb642449e9bd41c072359ef45bab53867642fe))
- **@clayui/popover:** LPD-15615 Update snapshot ([cd5ebda](https://github.com/liferay/clay/commit/cd5ebdaed1aa8386b606bb44e0384b790c6c907f))

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

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

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

# [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
Expand Down
28 changes: 14 additions & 14 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.116.0",
"version": "3.116.1",
"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,31 +13,31 @@
"serve": "gatsby serve"
},
"dependencies": {
"@clayui/autocomplete": "^3.116.0",
"@clayui/autocomplete": "^3.116.1",
"@clayui/breadcrumb": "^3.116.0",
"@clayui/button": "^3.116.0",
"@clayui/card": "^3.116.0",
"@clayui/card": "^3.116.1",
"@clayui/charts": "^3.106.1",
"@clayui/color-picker": "^3.116.0",
"@clayui/css": "^3.116.0",
"@clayui/color-picker": "^3.116.1",
"@clayui/css": "^3.116.1",
"@clayui/data-provider": "^3.116.0",
"@clayui/date-picker": "^3.116.0",
"@clayui/drop-down": "^3.116.0",
"@clayui/date-picker": "^3.116.1",
"@clayui/drop-down": "^3.116.1",
"@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.116.0",
"@clayui/list": "^3.116.1",
"@clayui/modal": "^3.116.0",
"@clayui/multi-select": "^3.116.0",
"@clayui/multi-step-nav": "^3.116.0",
"@clayui/nav": "^3.116.0",
"@clayui/multi-select": "^3.116.1",
"@clayui/multi-step-nav": "^3.116.1",
"@clayui/nav": "^3.116.1",
"@clayui/navigation-bar": "^3.116.0",
"@clayui/pagination": "^3.116.0",
"@clayui/pagination-bar": "^3.116.0",
"@clayui/pagination": "^3.116.1",
"@clayui/pagination-bar": "^3.116.1",
"@clayui/panel": "^3.116.0",
"@clayui/popover": "^3.116.0",
"@clayui/popover": "^3.116.1",
"@clayui/sticker": "^3.111.0",
"@clayui/time-picker": "^3.116.0",
"@clayui/tooltip": "^3.116.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.116.0",
"version": "3.116.1",
"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.1](https://github.com/liferay/clay/compare/v3.116.0...v3.116.1) (2024-06-27)

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

# [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
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.116.0",
"version": "3.116.1",
"description": "ClayAutocomplete component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,8 +24,8 @@
"react"
],
"dependencies": {
"@clayui/core": "^3.116.0",
"@clayui/drop-down": "^3.116.0",
"@clayui/core": "^3.116.1",
"@clayui/drop-down": "^3.116.1",
"@clayui/form": "^3.116.0",
"@clayui/loading-indicator": "^3.111.0",
"@clayui/shared": "^3.116.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.116.1](https://github.com/liferay/clay/compare/v3.116.0...v3.116.1) (2024-06-27)

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

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

### Features
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.116.0",
"version": "3.116.1",
"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.116.0",
"@clayui/drop-down": "^3.116.1",
"@clayui/form": "^3.116.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.116.1](https://github.com/liferay/clay/compare/v3.116.0...v3.116.1) (2024-06-27)

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

# [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
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.116.0",
"version": "3.116.1",
"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.116.0",
"@clayui/drop-down": "^3.116.1",
"@clayui/form": "^3.116.0",
"@clayui/icon": "^3.111.0",
"@clayui/shared": "^3.116.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/clay-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.116.1](https://github.com/liferay/clay/compare/v3.116.0...v3.116.1) (2024-06-27)

### Bug Fixes

- **@clayui/picker:** LPD-28522 Add min width and change function logic ([2f97b9b](https://github.com/liferay/clay/commit/2f97b9b7a56e688f015461a989fd287cee3110c2))
- **@clayui/picker:** LPD-28522 Add option to add auto width ([d8517dd](https://github.com/liferay/clay/commit/d8517dd5bc405bf78c84ed238dfc0c7352700a95))
- **@clayui/picker:** LPD-28522 Update picker stories and test config ([e11d87b](https://github.com/liferay/clay/commit/e11d87bc98247fe0fe40c2202313f2b25d17295d))
- **@clayui/picker:** LPD-28522 Update snapshot ([9985cc5](https://github.com/liferay/clay/commit/9985cc51209dde65faef5fc4e10bccbbd83dda54))

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

### 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.116.0",
"version": "3.116.1",
"description": "Clay UI components in React",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand Down
12 changes: 12 additions & 0 deletions packages/clay-css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.116.1](https://github.com/liferay/clay/compare/v3.116.0...v3.116.1) (2024-06-27)


### Bug Fixes

* **@clayui/css:** LPD-15615 Add focus style on popover when disableScroll is enabled ([8fa8734](https://github.com/liferay/clay/commit/8fa87341a922d6e97358c5c04f11be501a0f0efe))
* **@clayui/css:** LPD-15615 Popovers source format and add focus styles for cadmin ([60a2e07](https://github.com/liferay/clay/commit/60a2e074087a8980047b3e345d3c78e8e13b9f89))





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


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.116.0",
"version": "3.116.1",
"description": "Liferay's web implementation of the Lexicon Design Language",
"main": "index.js",
"files": [
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.1](https://github.com/liferay/clay/compare/v3.116.0...v3.116.1) (2024-06-27)

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

# [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
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.116.0",
"version": "3.116.1",
"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.116.0",
"@clayui/drop-down": "^3.116.0",
"@clayui/core": "^3.116.1",
"@clayui/drop-down": "^3.116.1",
"@clayui/form": "^3.116.0",
"@clayui/icon": "^3.111.0",
"@clayui/shared": "^3.116.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.116.1](https://github.com/liferay/clay/compare/v3.116.0...v3.116.1) (2024-06-27)

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

# [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/drop-down
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.116.0",
"version": "3.116.1",
"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.116.0",
"@clayui/core": "^3.116.1",
"@clayui/form": "^3.116.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.116.1](https://github.com/liferay/clay/compare/v3.116.0...v3.116.1) (2024-06-27)

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

# [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/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.116.0",
"version": "3.116.1",
"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.116.0",
"@clayui/drop-down": "^3.116.1",
"@clayui/form": "^3.116.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.116.1](https://github.com/liferay/clay/compare/v3.116.0...v3.116.1) (2024-06-27)

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

# [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/localized-input
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.116.0",
"version": "3.116.1",
"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.116.0",
"@clayui/drop-down": "^3.116.1",
"@clayui/form": "^3.116.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.116.1](https://github.com/liferay/clay/compare/v3.116.0...v3.116.1) (2024-06-27)

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

# [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/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.116.0",
"version": "3.116.1",
"description": "ClayMultiSelect component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -24,9 +24,9 @@
"react"
],
"dependencies": {
"@clayui/autocomplete": "^3.116.0",
"@clayui/autocomplete": "^3.116.1",
"@clayui/button": "^3.116.0",
"@clayui/drop-down": "^3.116.0",
"@clayui/drop-down": "^3.116.1",
"@clayui/form": "^3.116.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.116.1](https://github.com/liferay/clay/compare/v3.116.0...v3.116.1) (2024-06-27)

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

# [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/multi-step-nav
Expand Down
Loading

0 comments on commit c8c3588

Please sign in to comment.