Skip to content

Commit

Permalink
chore(release): publish v3.103.1 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 15, 2023
1 parent adf3b8b commit cd95e9b
Show file tree
Hide file tree
Showing 60 changed files with 249 additions and 109 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)

### Bug Fixes

- **@clayui/core:** fix error not having forwardRef for list ([fc5aaca](https://github.com/liferay/clay/commit/fc5aaca12f249389b82cbf6d0f78f8336431a584))
- **@clayui/core:** Implements the use of cursor to reference unique items to move items in the tree ([51294c2](https://github.com/liferay/clay/commit/51294c2a7f122f51bcf50c542e451e131e00a1ed))
- **@clayui/css:** log() errors on dart-sass 1.65.1, use error instead ([eafa6f1](https://github.com/liferay/clay/commit/eafa6f109f235251f942d801cd6760c2a6eacef4))
- **@clayui/drop-down:** adds throttle to handle contextual menu visibility ([7d51b7a](https://github.com/liferay/clay/commit/7d51b7aa96dcd86c9e8c70cd97dec5c7c9279b73))
- **@clayui/drop-down:** update test threshold ([4ed8469](https://github.com/liferay/clay/commit/4ed8469873835ecd2f219df1df9e1bbbca2aaa3a))

# [3.103.0](https://github.com/liferay/clay/compare/v3.102.0...v3.103.0) (2023-08-08)

### Features
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.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)

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

# [3.103.0](https://github.com/liferay/clay/compare/v3.102.0...v3.103.0) (2023-08-08)

**Note:** Version bump only for package clayui.com
Expand Down
44 changes: 22 additions & 22 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.103.0",
"version": "3.103.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,35 +13,35 @@
"serve": "gatsby serve"
},
"dependencies": {
"@clayui/autocomplete": "^3.101.1",
"@clayui/autocomplete": "^3.103.1",
"@clayui/breadcrumb": "^3.101.0",
"@clayui/button": "^3.100.0",
"@clayui/card": "^3.101.0",
"@clayui/card": "^3.103.1",
"@clayui/charts": "^3.65.0",
"@clayui/color-picker": "^3.101.0",
"@clayui/css": "^3.102.0",
"@clayui/data-provider": "^3.101.0",
"@clayui/date-picker": "^3.101.0",
"@clayui/drop-down": "^3.101.0",
"@clayui/form": "^3.101.0",
"@clayui/color-picker": "^3.103.1",
"@clayui/css": "^3.103.1",
"@clayui/data-provider": "^3.103.1",
"@clayui/date-picker": "^3.103.1",
"@clayui/drop-down": "^3.103.1",
"@clayui/form": "^3.103.1",
"@clayui/icon": "^3.56.0",
"@clayui/label": "^3.88.0",
"@clayui/layout": "^3.93.0",
"@clayui/link": "^3.88.0",
"@clayui/list": "^3.101.0",
"@clayui/modal": "^3.101.0",
"@clayui/multi-select": "^3.101.1",
"@clayui/multi-step-nav": "^3.101.0",
"@clayui/nav": "^3.101.0",
"@clayui/navigation-bar": "^3.103.0",
"@clayui/pagination": "^3.101.0",
"@clayui/pagination-bar": "^3.101.0",
"@clayui/panel": "^3.102.0",
"@clayui/popover": "^3.101.0",
"@clayui/list": "^3.103.1",
"@clayui/modal": "^3.103.1",
"@clayui/multi-select": "^3.103.1",
"@clayui/multi-step-nav": "^3.103.1",
"@clayui/nav": "^3.103.1",
"@clayui/navigation-bar": "^3.103.1",
"@clayui/pagination": "^3.103.1",
"@clayui/pagination-bar": "^3.103.1",
"@clayui/panel": "^3.103.1",
"@clayui/popover": "^3.103.1",
"@clayui/sticker": "^3.65.0",
"@clayui/time-picker": "^3.101.0",
"@clayui/tooltip": "^3.101.0",
"@clayui/upper-toolbar": "^3.101.0",
"@clayui/time-picker": "^3.103.1",
"@clayui/tooltip": "^3.103.1",
"@clayui/upper-toolbar": "^3.103.1",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@reach/router": "1.3.4",
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.103.0",
"version": "3.103.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.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)

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

## [3.101.1](https://github.com/liferay/clay/compare/v3.101.0...v3.101.1) (2023-07-28)

### Bug Fixes
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.101.1",
"version": "3.103.1",
"description": "ClayAutocomplete component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -26,11 +26,11 @@
"react"
],
"dependencies": {
"@clayui/core": "^3.101.0",
"@clayui/drop-down": "^3.101.0",
"@clayui/form": "^3.101.0",
"@clayui/core": "^3.103.1",
"@clayui/drop-down": "^3.103.1",
"@clayui/form": "^3.103.1",
"@clayui/loading-indicator": "^3.60.0",
"@clayui/shared": "^3.101.0",
"@clayui/shared": "^3.103.1",
"classnames": "^2.2.6",
"fuzzy": "^0.1.3"
},
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.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)

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

# [3.101.0](https://github.com/liferay/clay/compare/v3.100.0...v3.101.0) (2023-07-28)

**Note:** Version bump only for package @clayui/card
Expand Down
8 changes: 4 additions & 4 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.101.0",
"version": "3.103.1",
"description": "ClayCard component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,13 +27,13 @@
],
"dependencies": {
"@clayui/button": "^3.100.0",
"@clayui/drop-down": "^3.101.0",
"@clayui/form": "^3.101.0",
"@clayui/drop-down": "^3.103.1",
"@clayui/form": "^3.103.1",
"@clayui/icon": "^3.56.0",
"@clayui/label": "^3.88.0",
"@clayui/layout": "^3.93.0",
"@clayui/link": "^3.88.0",
"@clayui/shared": "^3.101.0",
"@clayui/shared": "^3.103.1",
"@clayui/sticker": "^3.65.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.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)

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

# [3.101.0](https://github.com/liferay/clay/compare/v3.100.0...v3.101.0) (2023-07-28)

**Note:** Version bump only for package @clayui/color-picker
Expand Down
8 changes: 4 additions & 4 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.101.0",
"version": "3.103.1",
"description": "ClayColorPicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,10 +27,10 @@
],
"dependencies": {
"@clayui/button": "^3.100.0",
"@clayui/drop-down": "^3.101.0",
"@clayui/form": "^3.101.0",
"@clayui/drop-down": "^3.103.1",
"@clayui/form": "^3.103.1",
"@clayui/icon": "^3.56.0",
"@clayui/shared": "^3.101.0",
"@clayui/shared": "^3.103.1",
"classnames": "^2.2.6",
"tinycolor2": "^1.4.2"
},
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.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)

### Bug Fixes

- **@clayui/core:** fix error not having forwardRef for list ([fc5aaca](https://github.com/liferay/clay/commit/fc5aaca12f249389b82cbf6d0f78f8336431a584))
- **@clayui/core:** Implements the use of cursor to reference unique items to move items in the tree ([51294c2](https://github.com/liferay/clay/commit/51294c2a7f122f51bcf50c542e451e131e00a1ed))

# [3.101.0](https://github.com/liferay/clay/compare/v3.100.0...v3.101.0) (2023-07-28)

**Note:** Version bump only for package @clayui/core
Expand Down
6 changes: 3 additions & 3 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.101.0",
"version": "3.103.1",
"description": "Clay UI components in React",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand Down Expand Up @@ -30,9 +30,9 @@
"@clayui/icon": "^3.56.0",
"@clayui/layout": "^3.93.0",
"@clayui/loading-indicator": "^3.60.0",
"@clayui/modal": "^3.101.0",
"@clayui/modal": "^3.103.1",
"@clayui/provider": "^3.93.0",
"@clayui/shared": "^3.101.0",
"@clayui/shared": "^3.103.1",
"@tanstack/react-virtual": "3.0.0-beta.54",
"aria-hidden": "^1.2.2",
"classnames": "^2.2.6",
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.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)


### Bug Fixes

* **@clayui/css:** log() errors on dart-sass 1.65.1, use error instead ([eafa6f1](https://github.com/liferay/clay/commit/eafa6f109f235251f942d801cd6760c2a6eacef4))





# [3.102.0](https://github.com/liferay/clay/compare/v3.101.1...v3.102.0) (2023-08-01)


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.102.0",
"version": "3.103.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-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.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)

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

# [3.101.0](https://github.com/liferay/clay/compare/v3.100.0...v3.101.0) (2023-07-28)

**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.101.0",
"version": "3.103.1",
"description": "ClayDataProvider component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@clayui/provider": "^3.93.0",
"@clayui/shared": "^3.101.0",
"@clayui/shared": "^3.103.1",
"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.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)

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

# [3.101.0](https://github.com/liferay/clay/compare/v3.100.0...v3.101.0) (2023-07-28)

**Note:** Version bump only for package @clayui/date-picker
Expand Down
12 changes: 6 additions & 6 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.101.0",
"version": "3.103.1",
"description": "ClayDatePicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -23,12 +23,12 @@
],
"dependencies": {
"@clayui/button": "^3.100.0",
"@clayui/core": "^3.101.0",
"@clayui/drop-down": "^3.101.0",
"@clayui/form": "^3.101.0",
"@clayui/core": "^3.103.1",
"@clayui/drop-down": "^3.103.1",
"@clayui/form": "^3.103.1",
"@clayui/icon": "^3.56.0",
"@clayui/shared": "^3.101.0",
"@clayui/time-picker": "^3.101.0",
"@clayui/shared": "^3.103.1",
"@clayui/time-picker": "^3.103.1",
"classnames": "^2.2.6",
"date-fns": "^2.14.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.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)

### Bug Fixes

- **@clayui/drop-down:** adds throttle to handle contextual menu visibility ([7d51b7a](https://github.com/liferay/clay/commit/7d51b7aa96dcd86c9e8c70cd97dec5c7c9279b73))

# [3.101.0](https://github.com/liferay/clay/compare/v3.100.0...v3.101.0) (2023-07-28)

**Note:** Version bump only for package @clayui/drop-down
Expand Down
8 changes: 4 additions & 4 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.101.0",
"version": "3.103.1",
"description": "ClayDropDown component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,11 +27,11 @@
],
"dependencies": {
"@clayui/button": "^3.100.0",
"@clayui/core": "^3.101.0",
"@clayui/form": "^3.101.0",
"@clayui/core": "^3.103.1",
"@clayui/form": "^3.103.1",
"@clayui/icon": "^3.56.0",
"@clayui/link": "^3.88.0",
"@clayui/shared": "^3.101.0",
"@clayui/shared": "^3.103.1",
"classnames": "^2.2.6",
"react-transition-group": "^4.4.1",
"warning": "^4.0.3"
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-form/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.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)

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

# [3.101.0](https://github.com/liferay/clay/compare/v3.100.0...v3.101.0) (2023-07-28)

**Note:** Version bump only for package @clayui/form
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/form",
"version": "3.101.0",
"version": "3.103.1",
"description": "ClayForm component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@clayui/button": "^3.100.0",
"@clayui/icon": "^3.56.0",
"@clayui/shared": "^3.101.0",
"@clayui/shared": "^3.103.1",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit cd95e9b

Please sign in to comment.