Skip to content

Commit

Permalink
chore(release): publish v3.93.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 19, 2023
1 parent feda2e1 commit 70003b9
Show file tree
Hide file tree
Showing 68 changed files with 330 additions and 127 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.93.0](https://github.com/liferay/clay/compare/v3.92.0...v3.93.0) (2023-04-19)

### Bug Fixes

- **@clayui/css:** c-prefers-reduced-motion should completely remove transitions and animations ([ad58f8e](https://github.com/liferay/clay/commit/ad58f8e5b8fd976644ccf892641b2c6a5c0855c2))
- **@clayui/css:** Exclude variant styles from being output when using c-unset ([59f5716](https://github.com/liferay/clay/commit/59f571657a73edd54141004e402cdf803079c891))
- **@clayui/css:** Global Functions adds clay-is-map-unset ([5c6d168](https://github.com/liferay/clay/commit/5c6d1682ed5c03d4bf10fb0a77dc0bdbee5790c4))
- **@clayui/css:** Mixins clay-button-variant adds ability to style :link and :visited pseudo classes ([639ef02](https://github.com/liferay/clay/commit/639ef026db59a678748450aed768ca62be0a625f))
- **@clayui/css:** Mixins clay-css should remove animations with c-prefers-reduced-motion ([e042a3c](https://github.com/liferay/clay/commit/e042a3cded1bd9832adb998fe76618d65e73ee05))
- **@clayui/focus-trap:** Add display contents to ignore the element itself ([6e772ff](https://github.com/liferay/clay/commit/6e772ffbf4cdbdac1e0ab2aad57bb5427ca44cce))
- **@clayui/focus-trap:** Improve the description of the component ([d5d2786](https://github.com/liferay/clay/commit/d5d27865ec6d86e44a481964c7bcd0d077980de8))
- **@clayui/focus-trap:** Prevent focus if focusableElements is empty ([6b61c4c](https://github.com/liferay/clay/commit/6b61c4c9312aaf9440fd0423bfa76effea8a3354))
- **@clayui/focus-trap:** Update snapshot ([014170f](https://github.com/liferay/clay/commit/014170f5f051730efbe673ff994e3b6344fb58c8))
- **@clayui/tabs:** displayType should output nav-tabs variants ([ff15ca2](https://github.com/liferay/clay/commit/ff15ca25d9d39e9479bacf9a78d5a2af9645ec79))
- **@clayui/tabs:** Output nav-tabs-light only if displayType equals light ([b599225](https://github.com/liferay/clay/commit/b59922542b7edd52750661139422b1df7d2fc1b5)), closes [/github.com/liferay/clay/pull/5463#discussion_r1161986963](https://github.com//github.com/liferay/clay/pull/5463/issues/discussion_r1161986963)
- **clayui.com:** Change tab navigation to navigation bar ([0a4f9a6](https://github.com/liferay/clay/commit/0a4f9a6f4f33591dfb865ad72f87ea9640723bd7))

### Features

- **@clayui/core:** add motion reduction ([509e6dc](https://github.com/liferay/clay/commit/509e6dcac80d0f86a3d581da1e2b47f014dff605))
- **@clayui/css:** Global Functions adds clay-insert-after ([e462c59](https://github.com/liferay/clay/commit/e462c5984cf1e0625b326011e9a12aa52f33d8fa))
- **@clayui/css:** Sheets adds sheet-row for aligning content flush ([9897c65](https://github.com/liferay/clay/commit/9897c650de5baa5dca448c61e570927ff778cc8d))
- **@clayui/layout:** Adds the Sheet Row component ([1271df1](https://github.com/liferay/clay/commit/1271df1d57a169eb7e930428f17f87ac7dee030e))
- **@clayui/navigation-bar:** add motion reduction ([a49132d](https://github.com/liferay/clay/commit/a49132d883d65ce7bc3a2f3db1cfc1e2ffbe7df5))
- **@clayui/panel:** add motion reduction ([cb5c69a](https://github.com/liferay/clay/commit/cb5c69a63e2fd73763b21a708a84aa548bf88d69))
- **@clayui/provider:** add motion reduction config ([fcd2849](https://github.com/liferay/clay/commit/fcd2849a17106ef6f037c5fb5e56d4d0a52e13a5))
- **clayui.com:** updates the look of the page docs header ([c3ef028](https://github.com/liferay/clay/commit/c3ef02880d52192e3643c26fdfef15bb853c71f7))

# [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)

### Bug Fixes
Expand Down
10 changes: 10 additions & 0 deletions clayui.com/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.93.0](https://github.com/liferay/clay/compare/v3.92.0...v3.93.0) (2023-04-19)

### Bug Fixes

- **clayui.com:** Change tab navigation to navigation bar ([0a4f9a6](https://github.com/liferay/clay/commit/0a4f9a6f4f33591dfb865ad72f87ea9640723bd7))

### Features

- **clayui.com:** updates the look of the page docs header ([c3ef028](https://github.com/liferay/clay/commit/c3ef02880d52192e3643c26fdfef15bb853c71f7))

# [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)

**Note:** Version bump only for package clayui.com
Expand Down
46 changes: 23 additions & 23 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.92.0",
"version": "3.93.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.92.0",
"@clayui/autocomplete": "^3.93.0",
"@clayui/breadcrumb": "^3.92.0",
"@clayui/button": "^3.92.0",
"@clayui/card": "^3.92.0",
"@clayui/card": "^3.93.0",
"@clayui/charts": "^3.65.0",
"@clayui/color-picker": "^3.92.0",
"@clayui/css": "^3.92.0",
"@clayui/data-provider": "^3.92.0",
"@clayui/date-picker": "^3.92.0",
"@clayui/drop-down": "^3.92.0",
"@clayui/form": "^3.92.0",
"@clayui/color-picker": "^3.93.0",
"@clayui/css": "^3.93.0",
"@clayui/data-provider": "^3.93.0",
"@clayui/date-picker": "^3.93.0",
"@clayui/drop-down": "^3.93.0",
"@clayui/form": "^3.93.0",
"@clayui/icon": "^3.56.0",
"@clayui/label": "^3.88.0",
"@clayui/layout": "^3.65.1",
"@clayui/layout": "^3.93.0",
"@clayui/link": "^3.88.0",
"@clayui/list": "^3.92.0",
"@clayui/modal": "^3.92.0",
"@clayui/multi-select": "^3.92.0",
"@clayui/multi-step-nav": "^3.92.0",
"@clayui/nav": "^3.92.0",
"@clayui/navigation-bar": "^3.92.0",
"@clayui/pagination": "^3.92.0",
"@clayui/pagination-bar": "^3.92.0",
"@clayui/panel": "^3.92.0",
"@clayui/popover": "^3.92.0",
"@clayui/list": "^3.93.0",
"@clayui/modal": "^3.93.0",
"@clayui/multi-select": "^3.93.0",
"@clayui/multi-step-nav": "^3.93.0",
"@clayui/nav": "^3.93.0",
"@clayui/navigation-bar": "^3.93.0",
"@clayui/pagination": "^3.93.0",
"@clayui/pagination-bar": "^3.93.0",
"@clayui/panel": "^3.93.0",
"@clayui/popover": "^3.93.0",
"@clayui/sticker": "^3.65.0",
"@clayui/time-picker": "^3.92.0",
"@clayui/tooltip": "^3.92.0",
"@clayui/upper-toolbar": "^3.92.0",
"@clayui/time-picker": "^3.93.0",
"@clayui/tooltip": "^3.93.0",
"@clayui/upper-toolbar": "^3.93.0",
"@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.92.0",
"version": "3.93.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-alert/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.93.0](https://github.com/liferay/clay/compare/v3.92.0...v3.93.0) (2023-04-19)

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

# [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/alert",
"version": "3.92.0",
"version": "3.93.0",
"description": "ClayAlert component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@clayui/icon": "^3.56.0",
"@clayui/layout": "^3.65.1",
"@clayui/layout": "^3.93.0",
"classnames": "^2.2.6"
},
"peerDependencies": {
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.93.0](https://github.com/liferay/clay/compare/v3.92.0...v3.93.0) (2023-04-19)

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

# [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)

**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.92.0",
"version": "3.93.0",
"description": "ClayAutocomplete component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -26,11 +26,11 @@
"react"
],
"dependencies": {
"@clayui/core": "^3.92.0",
"@clayui/drop-down": "^3.92.0",
"@clayui/form": "^3.92.0",
"@clayui/core": "^3.93.0",
"@clayui/drop-down": "^3.93.0",
"@clayui/form": "^3.93.0",
"@clayui/loading-indicator": "^3.60.0",
"@clayui/shared": "^3.92.0",
"@clayui/shared": "^3.93.0",
"fuzzy": "^0.1.3"
},
"peerDependencies": {
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.93.0](https://github.com/liferay/clay/compare/v3.92.0...v3.93.0) (2023-04-19)

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

# [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)

**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.92.0",
"version": "3.93.0",
"description": "ClayCard component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,13 +27,13 @@
],
"dependencies": {
"@clayui/button": "^3.92.0",
"@clayui/drop-down": "^3.92.0",
"@clayui/form": "^3.92.0",
"@clayui/drop-down": "^3.93.0",
"@clayui/form": "^3.93.0",
"@clayui/icon": "^3.56.0",
"@clayui/label": "^3.88.0",
"@clayui/layout": "^3.65.1",
"@clayui/layout": "^3.93.0",
"@clayui/link": "^3.88.0",
"@clayui/shared": "^3.92.0",
"@clayui/shared": "^3.93.0",
"@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.93.0](https://github.com/liferay/clay/compare/v3.92.0...v3.93.0) (2023-04-19)

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

# [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)

**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.92.0",
"version": "3.93.0",
"description": "ClayColorPicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,10 +27,10 @@
],
"dependencies": {
"@clayui/button": "^3.92.0",
"@clayui/drop-down": "^3.92.0",
"@clayui/form": "^3.92.0",
"@clayui/drop-down": "^3.93.0",
"@clayui/form": "^3.93.0",
"@clayui/icon": "^3.56.0",
"@clayui/shared": "^3.92.0",
"@clayui/shared": "^3.93.0",
"classnames": "^2.2.6",
"tinycolor2": "^1.4.2"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/clay-core/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.93.0](https://github.com/liferay/clay/compare/v3.92.0...v3.93.0) (2023-04-19)

### Bug Fixes

- **@clayui/focus-trap:** Add display contents to ignore the element itself ([6e772ff](https://github.com/liferay/clay/commit/6e772ffbf4cdbdac1e0ab2aad57bb5427ca44cce))
- **@clayui/focus-trap:** Improve the description of the component ([d5d2786](https://github.com/liferay/clay/commit/d5d27865ec6d86e44a481964c7bcd0d077980de8))
- **@clayui/focus-trap:** Prevent focus if focusableElements is empty ([6b61c4c](https://github.com/liferay/clay/commit/6b61c4c9312aaf9440fd0423bfa76effea8a3354))
- **@clayui/focus-trap:** Update snapshot ([014170f](https://github.com/liferay/clay/commit/014170f5f051730efbe673ff994e3b6344fb58c8))

### Features

- **@clayui/core:** add motion reduction ([509e6dc](https://github.com/liferay/clay/commit/509e6dcac80d0f86a3d581da1e2b47f014dff605))

# [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)

### 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.92.0",
"version": "3.93.0",
"description": "Clay UI components in React",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand Down Expand Up @@ -28,11 +28,11 @@
"dependencies": {
"@clayui/button": "^3.92.0",
"@clayui/icon": "^3.56.0",
"@clayui/layout": "^3.65.1",
"@clayui/layout": "^3.93.0",
"@clayui/loading-indicator": "^3.60.0",
"@clayui/modal": "^3.92.0",
"@clayui/provider": "^3.77.0",
"@clayui/shared": "^3.92.0",
"@clayui/modal": "^3.93.0",
"@clayui/provider": "^3.93.0",
"@clayui/shared": "^3.93.0",
"@tanstack/react-virtual": "3.0.0-beta.18",
"aria-hidden": "^1.2.2",
"classnames": "^2.2.6",
Expand Down
21 changes: 21 additions & 0 deletions packages/clay-css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.93.0](https://github.com/liferay/clay/compare/v3.92.0...v3.93.0) (2023-04-19)


### Bug Fixes

* **@clayui/css:** c-prefers-reduced-motion should completely remove transitions and animations ([ad58f8e](https://github.com/liferay/clay/commit/ad58f8e5b8fd976644ccf892641b2c6a5c0855c2))
* **@clayui/css:** Exclude variant styles from being output when using c-unset ([59f5716](https://github.com/liferay/clay/commit/59f571657a73edd54141004e402cdf803079c891))
* **@clayui/css:** Global Functions adds clay-is-map-unset ([5c6d168](https://github.com/liferay/clay/commit/5c6d1682ed5c03d4bf10fb0a77dc0bdbee5790c4))
* **@clayui/css:** Mixins clay-button-variant adds ability to style :link and :visited pseudo classes ([639ef02](https://github.com/liferay/clay/commit/639ef026db59a678748450aed768ca62be0a625f))
* **@clayui/css:** Mixins clay-css should remove animations with c-prefers-reduced-motion ([e042a3c](https://github.com/liferay/clay/commit/e042a3cded1bd9832adb998fe76618d65e73ee05))


### Features

* **@clayui/css:** Global Functions adds clay-insert-after ([e462c59](https://github.com/liferay/clay/commit/e462c5984cf1e0625b326011e9a12aa52f33d8fa))
* **@clayui/css:** Sheets adds sheet-row for aligning content flush ([9897c65](https://github.com/liferay/clay/commit/9897c650de5baa5dca448c61e570927ff778cc8d))





# [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)


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.92.0",
"version": "3.93.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.93.0](https://github.com/liferay/clay/compare/v3.92.0...v3.93.0) (2023-04-19)

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

# [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)

**Note:** Version bump only for package @clayui/data-provider
Expand Down
6 changes: 3 additions & 3 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.92.0",
"version": "3.93.0",
"description": "ClayDataProvider component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -26,8 +26,8 @@
"react"
],
"dependencies": {
"@clayui/provider": "^3.77.0",
"@clayui/shared": "^3.92.0",
"@clayui/provider": "^3.93.0",
"@clayui/shared": "^3.93.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.93.0](https://github.com/liferay/clay/compare/v3.92.0...v3.93.0) (2023-04-19)

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

# [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)

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

0 comments on commit 70003b9

Please sign in to comment.