Skip to content

Commit

Permalink
chore(release): publish v3.64.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 4, 2022
1 parent efbdb3f commit e8eac1a
Show file tree
Hide file tree
Showing 34 changed files with 149 additions and 47 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)

### Bug Fixes

- **@clayui/css:** Cadmin Multi Select form text should have the same spacing as it's form-control counter part ([3728ff9](https://github.com/liferay/clay/commit/3728ff95bc491254a0b81751e2e388b15b5576a7))
- **@clayui/css:** Multi Select form text should have the same spacing as it's form-control counter part ([80d1ebd](https://github.com/liferay/clay/commit/80d1ebd438a216130c951b92be23504f054cd112))

### Features

- **@clayui/core:** add new `noHover` property to remove item hover ([cf52960](https://github.com/liferay/clay/commit/cf52960b79272fa90702854d05e0f3eb48c87494))
- **@clayui/core:** adds new `active` property to TreeView.Item ([9c3cc1c](https://github.com/liferay/clay/commit/9c3cc1ceb7b874f963f23eab0cb621ffa87265bd))
- **@clayui/core:** adds new API to control node expand state in TreeView ([216fc36](https://github.com/liferay/clay/commit/216fc36524b2d01bd61d4a3a7e7e9c34ad094ffc))
- **@clayui/css:** (cadmin) add support class to remove hover from treeview link ([53bd134](https://github.com/liferay/clay/commit/53bd1347b7b5b89f9934875487fdfcc511c995f7))
- **@clayui/css:** add new `hierarchy` icon ([b66c092](https://github.com/liferay/clay/commit/b66c092665ae6d06bb4f59e2bbf8526c74847b80))
- **@clayui/css:** add support class to remove hover from treeview link ([a41c831](https://github.com/liferay/clay/commit/a41c83122690a1fb229fb3e89f8e65c9d89498b5))
- **@clayui/drop-down:** Allow setting a default selected value for the radiogroup ([f159071](https://github.com/liferay/clay/commit/f159071adaf2b092152f6c35392dae9387be5797))

# [3.63.0](https://github.com/liferay/clay/compare/v3.62.0...v3.63.0) (2022-06-27)

### 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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)

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

# [3.63.0](https://github.com/liferay/clay/compare/v3.62.0...v3.63.0) (2022-06-27)

**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.63.0",
"version": "3.64.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.62.0",
"@clayui/breadcrumb": "^3.62.0",
"@clayui/autocomplete": "^3.64.0",
"@clayui/breadcrumb": "^3.64.0",
"@clayui/button": "^3.56.0",
"@clayui/card": "^3.62.0",
"@clayui/card": "^3.64.0",
"@clayui/charts": "^3.56.0",
"@clayui/color-picker": "^3.63.0",
"@clayui/css": "^3.63.0",
"@clayui/color-picker": "^3.64.0",
"@clayui/css": "^3.64.0",
"@clayui/data-provider": "^3.58.0",
"@clayui/date-picker": "^3.62.0",
"@clayui/drop-down": "^3.62.0",
"@clayui/date-picker": "^3.64.0",
"@clayui/drop-down": "^3.64.0",
"@clayui/form": "^3.58.0",
"@clayui/icon": "^3.56.0",
"@clayui/label": "^3.56.0",
"@clayui/layout": "^3.56.0",
"@clayui/link": "^3.56.0",
"@clayui/list": "^3.62.0",
"@clayui/list": "^3.64.0",
"@clayui/modal": "^3.58.1",
"@clayui/multi-select": "^3.62.0",
"@clayui/multi-step-nav": "^3.62.0",
"@clayui/multi-select": "^3.64.0",
"@clayui/multi-step-nav": "^3.64.0",
"@clayui/nav": "^3.58.0",
"@clayui/navigation-bar": "^3.58.0",
"@clayui/pagination": "^3.62.0",
"@clayui/pagination-bar": "^3.62.0",
"@clayui/pagination": "^3.64.0",
"@clayui/pagination-bar": "^3.64.0",
"@clayui/panel": "^3.58.0",
"@clayui/popover": "^3.58.0",
"@clayui/sticker": "^3.56.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.63.0",
"version": "3.64.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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)

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

# [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20)

### Features
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.62.0",
"version": "3.64.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.62.0",
"@clayui/drop-down": "^3.64.0",
"@clayui/form": "^3.58.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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)

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

# [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20)

**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.62.0",
"version": "3.64.0",
"description": "ClayBreadcrumb component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@clayui/button": "^3.56.0",
"@clayui/drop-down": "^3.62.0",
"@clayui/drop-down": "^3.64.0",
"@clayui/icon": "^3.56.0",
"@clayui/link": "^3.56.0",
"@clayui/shared": "^3.58.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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)

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

# [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20)

**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.62.0",
"version": "3.64.0",
"description": "ClayCard component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@clayui/button": "^3.56.0",
"@clayui/drop-down": "^3.62.0",
"@clayui/drop-down": "^3.64.0",
"@clayui/form": "^3.58.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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)

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

# [3.63.0](https://github.com/liferay/clay/compare/v3.62.0...v3.63.0) (2022-06-27)

**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.63.0",
"version": "3.64.0",
"description": "ClayColorPicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@clayui/button": "^3.56.0",
"@clayui/drop-down": "^3.62.0",
"@clayui/drop-down": "^3.64.0",
"@clayui/form": "^3.58.0",
"@clayui/icon": "^3.56.0",
"@clayui/shared": "^3.58.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/clay-core/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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)

### Features

- **@clayui/core:** add new `noHover` property to remove item hover ([cf52960](https://github.com/liferay/clay/commit/cf52960b79272fa90702854d05e0f3eb48c87494))
- **@clayui/core:** adds new `active` property to TreeView.Item ([9c3cc1c](https://github.com/liferay/clay/commit/9c3cc1ceb7b874f963f23eab0cb621ffa87265bd))
- **@clayui/core:** adds new API to control node expand state in TreeView ([216fc36](https://github.com/liferay/clay/commit/216fc36524b2d01bd61d4a3a7e7e9c34ad094ffc))

# [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20)

**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.62.0",
"version": "3.64.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.56.0",
"@clayui/drop-down": "^3.62.0",
"@clayui/drop-down": "^3.64.0",
"@clayui/icon": "^3.56.0",
"@clayui/layout": "^3.56.0",
"@clayui/loading-indicator": "^3.60.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/clay-css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)


### Bug Fixes

* **@clayui/css:** Cadmin Multi Select form text should have the same spacing as it's form-control counter part ([3728ff9](https://github.com/liferay/clay/commit/3728ff95bc491254a0b81751e2e388b15b5576a7))
* **@clayui/css:** Multi Select form text should have the same spacing as it's form-control counter part ([80d1ebd](https://github.com/liferay/clay/commit/80d1ebd438a216130c951b92be23504f054cd112))


### Features

* **@clayui/css:** (cadmin) add support class to remove hover from treeview link ([53bd134](https://github.com/liferay/clay/commit/53bd1347b7b5b89f9934875487fdfcc511c995f7))
* **@clayui/css:** add new `hierarchy` icon ([b66c092](https://github.com/liferay/clay/commit/b66c092665ae6d06bb4f59e2bbf8526c74847b80))
* **@clayui/css:** add support class to remove hover from treeview link ([a41c831](https://github.com/liferay/clay/commit/a41c83122690a1fb229fb3e89f8e65c9d89498b5))





# [3.63.0](https://github.com/liferay/clay/compare/v3.62.0...v3.63.0) (2022-06-27)


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.63.0",
"version": "3.64.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-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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)

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

# [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20)

**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.62.0",
"version": "3.64.0",
"description": "ClayDatePicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"@clayui/button": "^3.56.0",
"@clayui/drop-down": "^3.62.0",
"@clayui/drop-down": "^3.64.0",
"@clayui/form": "^3.58.0",
"@clayui/icon": "^3.56.0",
"@clayui/shared": "^3.58.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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)

### Features

- **@clayui/drop-down:** Allow setting a default selected value for the radiogroup ([f159071](https://github.com/liferay/clay/commit/f159071adaf2b092152f6c35392dae9387be5797))

# [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20)

### Bug Fixes
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.62.0",
"version": "3.64.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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)

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

# [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20)

**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.62.0",
"version": "3.64.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.62.0",
"@clayui/drop-down": "^3.64.0",
"@clayui/form": "^3.58.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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)

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

# [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20)

**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.62.0",
"version": "3.64.0",
"description": "ClayLocalizedInput component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@clayui/button": "^3.56.0",
"@clayui/drop-down": "^3.62.0",
"@clayui/drop-down": "^3.64.0",
"@clayui/form": "^3.58.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.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)

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

# [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20)

### Bug Fixes
Expand Down

0 comments on commit e8eac1a

Please sign in to comment.