Skip to content

Commit

Permalink
chore(release): publish v3.72.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 5, 2022
1 parent a372077 commit 2cb4508
Show file tree
Hide file tree
Showing 34 changed files with 132 additions and 47 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.72.0](https://github.com/liferay/clay/compare/v3.71.0...v3.72.0) (2022-09-05)

### Bug Fixes

- **@clayui/drop-down:** fixes error when not moving focus to element in menu when renderMenuOnClick property is set ([2daac65](https://github.com/liferay/clay/commit/2daac65928b9f9d4c9503bc7ba1163173b530ff5))

### Features

- **@clayui/data-provider:** improves the creation of the unique identifier of the request ([c9e753c](https://github.com/liferay/clay/commit/c9e753c0a8531afd7a275b474c295bf86ec1cf61))
- **clayui.com:** Add Accessibility bar links ([213c0ff](https://github.com/liferay/clay/commit/213c0ff0cb70a5e2a6cb6324933b3ae4857932e4))
- **clayui.com:** Add accesskey K for search ([7175a5e](https://github.com/liferay/clay/commit/7175a5e66fe77691e812e29f90d1f8d1abae2b41))
- **clayui.com:** Add aria-keyshortcuts ([ace856f](https://github.com/liferay/clay/commit/ace856ff64607a9d8cdde81411580cad7919bc77))

# [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)

### Features
Expand Down
8 changes: 8 additions & 0 deletions clayui.com/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.72.0](https://github.com/liferay/clay/compare/v3.71.0...v3.72.0) (2022-09-05)

### Features

- **clayui.com:** Add Accessibility bar links ([213c0ff](https://github.com/liferay/clay/commit/213c0ff0cb70a5e2a6cb6324933b3ae4857932e4))
- **clayui.com:** Add accesskey K for search ([7175a5e](https://github.com/liferay/clay/commit/7175a5e66fe77691e812e29f90d1f8d1abae2b41))
- **clayui.com:** Add aria-keyshortcuts ([ace856f](https://github.com/liferay/clay/commit/ace856ff64607a9d8cdde81411580cad7919bc77))

# [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)

**Note:** Version bump only for package clayui.com
Expand Down
26 changes: 13 additions & 13 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.71.0",
"version": "3.72.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.71.0",
"@clayui/breadcrumb": "^3.71.0",
"@clayui/autocomplete": "^3.72.0",
"@clayui/breadcrumb": "^3.72.0",
"@clayui/button": "^3.65.0",
"@clayui/card": "^3.71.0",
"@clayui/card": "^3.72.0",
"@clayui/charts": "^3.65.0",
"@clayui/color-picker": "^3.71.0",
"@clayui/color-picker": "^3.72.0",
"@clayui/css": "^3.70.1",
"@clayui/data-provider": "^3.71.0",
"@clayui/date-picker": "^3.71.0",
"@clayui/drop-down": "^3.71.0",
"@clayui/data-provider": "^3.72.0",
"@clayui/date-picker": "^3.72.0",
"@clayui/drop-down": "^3.72.0",
"@clayui/form": "^3.71.0",
"@clayui/icon": "^3.56.0",
"@clayui/label": "^3.56.0",
"@clayui/layout": "^3.65.1",
"@clayui/link": "^3.56.0",
"@clayui/list": "^3.71.0",
"@clayui/list": "^3.72.0",
"@clayui/modal": "^3.71.0",
"@clayui/multi-select": "^3.71.0",
"@clayui/multi-step-nav": "^3.71.0",
"@clayui/multi-select": "^3.72.0",
"@clayui/multi-step-nav": "^3.72.0",
"@clayui/nav": "^3.71.0",
"@clayui/navigation-bar": "^3.71.0",
"@clayui/pagination": "^3.71.0",
"@clayui/pagination-bar": "^3.71.0",
"@clayui/pagination": "^3.72.0",
"@clayui/pagination-bar": "^3.72.0",
"@clayui/panel": "^3.71.0",
"@clayui/popover": "^3.71.0",
"@clayui/sticker": "^3.65.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.71.0",
"version": "3.72.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.72.0](https://github.com/liferay/clay/compare/v3.71.0...v3.72.0) (2022-09-05)

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

# [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)

**Note:** Version bump only for package @clayui/autocomplete
Expand Down
4 changes: 2 additions & 2 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.71.0",
"version": "3.72.0",
"description": "ClayAutocomplete component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -26,7 +26,7 @@
"react"
],
"dependencies": {
"@clayui/drop-down": "^3.71.0",
"@clayui/drop-down": "^3.72.0",
"@clayui/form": "^3.71.0",
"@clayui/loading-indicator": "^3.60.0",
"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.72.0](https://github.com/liferay/clay/compare/v3.71.0...v3.72.0) (2022-09-05)

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

# [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)

**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.71.0",
"version": "3.72.0",
"description": "ClayBreadcrumb component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@clayui/button": "^3.65.0",
"@clayui/drop-down": "^3.71.0",
"@clayui/drop-down": "^3.72.0",
"@clayui/icon": "^3.56.0",
"@clayui/link": "^3.56.0",
"@clayui/shared": "^3.71.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.72.0](https://github.com/liferay/clay/compare/v3.71.0...v3.72.0) (2022-09-05)

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

# [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)

**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.71.0",
"version": "3.72.0",
"description": "ClayCard component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@clayui/button": "^3.65.0",
"@clayui/drop-down": "^3.71.0",
"@clayui/drop-down": "^3.72.0",
"@clayui/form": "^3.71.0",
"@clayui/icon": "^3.56.0",
"@clayui/label": "^3.56.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.72.0](https://github.com/liferay/clay/compare/v3.71.0...v3.72.0) (2022-09-05)

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

# [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)

**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.71.0",
"version": "3.72.0",
"description": "ClayColorPicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@clayui/button": "^3.65.0",
"@clayui/drop-down": "^3.71.0",
"@clayui/drop-down": "^3.72.0",
"@clayui/form": "^3.71.0",
"@clayui/icon": "^3.56.0",
"@clayui/shared": "^3.71.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-core/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.72.0](https://github.com/liferay/clay/compare/v3.71.0...v3.72.0) (2022-09-05)

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

# [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)

**Note:** Version bump only for package @clayui/core
Expand Down
4 changes: 2 additions & 2 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.71.0",
"version": "3.72.0",
"description": "Clay UI components in React",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@clayui/button": "^3.65.0",
"@clayui/drop-down": "^3.71.0",
"@clayui/drop-down": "^3.72.0",
"@clayui/icon": "^3.56.0",
"@clayui/layout": "^3.65.1",
"@clayui/loading-indicator": "^3.60.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/clay-data-provider/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.72.0](https://github.com/liferay/clay/compare/v3.71.0...v3.72.0) (2022-09-05)

### Features

- **@clayui/data-provider:** improves the creation of the unique identifier of the request ([c9e753c](https://github.com/liferay/clay/commit/c9e753c0a8531afd7a275b474c295bf86ec1cf61))

# [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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.71.0",
"version": "3.72.0",
"description": "ClayDataProvider component",
"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.72.0](https://github.com/liferay/clay/compare/v3.71.0...v3.72.0) (2022-09-05)

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

# [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)

**Note:** Version bump only for package @clayui/date-picker
Expand Down
4 changes: 2 additions & 2 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.71.0",
"version": "3.72.0",
"description": "ClayDatePicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"@clayui/button": "^3.65.0",
"@clayui/drop-down": "^3.71.0",
"@clayui/drop-down": "^3.72.0",
"@clayui/form": "^3.71.0",
"@clayui/icon": "^3.56.0",
"@clayui/shared": "^3.71.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/clay-drop-down/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.72.0](https://github.com/liferay/clay/compare/v3.71.0...v3.72.0) (2022-09-05)

### Bug Fixes

- **@clayui/drop-down:** fixes error when not moving focus to element in menu when renderMenuOnClick property is set ([2daac65](https://github.com/liferay/clay/commit/2daac65928b9f9d4c9503bc7ba1163173b530ff5))

# [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)

**Note:** Version bump only for package @clayui/drop-down
Expand Down
2 changes: 1 addition & 1 deletion 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.71.0",
"version": "3.72.0",
"description": "ClayDropDown component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
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.72.0](https://github.com/liferay/clay/compare/v3.71.0...v3.72.0) (2022-09-05)

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

# [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)

**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.71.0",
"version": "3.72.0",
"description": "ClayList component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -26,7 +26,7 @@
"react"
],
"dependencies": {
"@clayui/drop-down": "^3.71.0",
"@clayui/drop-down": "^3.72.0",
"@clayui/form": "^3.71.0",
"@clayui/icon": "^3.56.0",
"@clayui/label": "^3.56.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.72.0](https://github.com/liferay/clay/compare/v3.71.0...v3.72.0) (2022-09-05)

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

# [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)

**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.71.0",
"version": "3.72.0",
"description": "ClayLocalizedInput component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@clayui/button": "^3.65.0",
"@clayui/drop-down": "^3.71.0",
"@clayui/drop-down": "^3.72.0",
"@clayui/form": "^3.71.0",
"@clayui/icon": "^3.56.0",
"@clayui/label": "^3.56.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.72.0](https://github.com/liferay/clay/compare/v3.71.0...v3.72.0) (2022-09-05)

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

# [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)

**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.71.0",
"version": "3.72.0",
"description": "ClayMultiSelect component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -26,9 +26,9 @@
"react"
],
"dependencies": {
"@clayui/autocomplete": "^3.71.0",
"@clayui/autocomplete": "^3.72.0",
"@clayui/button": "^3.65.0",
"@clayui/drop-down": "^3.71.0",
"@clayui/drop-down": "^3.72.0",
"@clayui/form": "^3.71.0",
"@clayui/label": "^3.56.0",
"@clayui/loading-indicator": "^3.60.0",
Expand Down
Loading

0 comments on commit 2cb4508

Please sign in to comment.