Skip to content

Commit

Permalink
chore(release): publish v3.109.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 22, 2024
1 parent ee6c810 commit b750f3c
Show file tree
Hide file tree
Showing 60 changed files with 299 additions and 112 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
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.109.0](https://github.com/liferay/clay/compare/v3.108.0...v3.109.0) (2024-01-22)

### Bug Fixes

- **@clayui/core:** fixes error when not navigating through the head with sortable enabled and fixes error when expanding unnecessarily ([dbe7aff](https://github.com/liferay/clay/commit/dbe7aff9edb13a338f30a78e0a52f82c0eacd123))
- **@clayui/core:** Table move table-sort to table element ([ce7acf2](https://github.com/liferay/clay/commit/ce7acf2330e2ec0d410ddd002bdadd47cfe4792b))
- **@clayui/core:** updates the sort icon for table ([fda0727](https://github.com/liferay/clay/commit/fda0727922e0dd0b5bc16a59b3c6d25fdc7b679e))
- **@clayui/css:** modal-body-iframe should have no padding on screens sm and below ([00dde4e](https://github.com/liferay/clay/commit/00dde4e2a4fc2787962c7518d0d31677e4ca75ab))
- **@clayui/css:** SVG Icons update bookmarks and bookmarks-full icons to be centered ([d0b8c38](https://github.com/liferay/clay/commit/d0b8c382c49c3cab4904ba9e2ab1061d9c854688))
- **@clayui/css:** Tables adds variant table-sort ([427430b](https://github.com/liferay/clay/commit/427430b99fc2591a05e25963fa9938bddad3b84f))
- **@clayui/css:** video-streaming icon should have copyright text and SF ([686475b](https://github.com/liferay/clay/commit/686475b9d272d923bc67d77170f5f65a4a5f22ff))
- **@clayui/drop-down:** Fix Dropdown doesnt close when click outside ([f5beaf9](https://github.com/liferay/clay/commit/f5beaf9cf012a0a81c7a2bcc1a440c6143ba37bc))
- **@clayui/pagination:** Fix select pages from ellipsis dropdown ([8b73a6d](https://github.com/liferay/clay/commit/8b73a6da1f10f00acfe1d8137ffac00a04ff9a21))
- **@clayui/picker:** Update snapshot ([c6e38b1](https://github.com/liferay/clay/commit/c6e38b1223c42348080b466fab64acbf3556723a))
- **@clayui/picker:** Update Picker markup with aria-controls ([c2b6b83](https://github.com/liferay/clay/commit/c2b6b8308f23e3d1b5792054d7afcfd103034824))
- **@clayui/vertical-nav:** Add aria-controls on vertical navbar itens and change role to menuitem ([7e2a35b](https://github.com/liferay/clay/commit/7e2a35b95912b44a47fe159658dae8bc568466e8))
- **@clayui/vertical-nav:** Update tests and snapshots ([714281d](https://github.com/liferay/clay/commit/714281ddce37d70fcb6cf716bfdaf2f1bbe142cc))

### Features

- **@clayui/core:** Adds attribute sortAriaLabel on Cell for custom aria-label on sort button ([c5675c0](https://github.com/liferay/clay/commit/c5675c0443b4ec25273a4172589e3656cdaabfd7))
- **@clayui/core:** adds column visibility feature ([65a07d0](https://github.com/liferay/clay/commit/65a07d00d3db7b1e36c1594c3c43dc8379d2f9cb))
- **@clayui/css:** Add new video-streaming icon ([9a088ba](https://github.com/liferay/clay/commit/9a088bad000a62395e58402b908937d75445e412))
- **@clayui/css:** add table-sort to change icon appearance ([4a92472](https://github.com/liferay/clay/commit/4a92472fdfa58112221810297e5c83c73ebd4557))
- **@clayui/css:** Toggle Switch adds toggle-switch-sm modifier ([ea5fdc5](https://github.com/liferay/clay/commit/ea5fdc55f7f0728827f86952512fdacba7a90720))
- **@clayui/form:** Toggle Switch adds sizing attribute ([d29270b](https://github.com/liferay/clay/commit/d29270b6209f3880d3737fd06e778b5c8e9466e8))
- **@clayui/shared:** adds support for closing the overlay when clicking outside the body ([0a720b1](https://github.com/liferay/clay/commit/0a720b11ffe1e4d3a5fa02762c5be780093b87e2))

# [3.108.0](https://github.com/liferay/clay/compare/v3.107.1...v3.108.0) (2023-12-12)

### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions clayui.com/CHANGELOG.md
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.109.0](https://github.com/liferay/clay/compare/v3.108.0...v3.109.0) (2024-01-22)

### Features

- **@clayui/css:** Add new video-streaming icon ([9a088ba](https://github.com/liferay/clay/commit/9a088bad000a62395e58402b908937d75445e412))

# [3.108.0](https://github.com/liferay/clay/compare/v3.107.1...v3.108.0) (2023-12-12)

### Bug Fixes
Expand Down
44 changes: 22 additions & 22 deletions clayui.com/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "clayui.com",
"version": "3.108.0",
"version": "3.109.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.108.0",
"@clayui/autocomplete": "^3.109.0",
"@clayui/breadcrumb": "^3.107.0",
"@clayui/button": "^3.107.0",
"@clayui/card": "^3.108.0",
"@clayui/card": "^3.109.0",
"@clayui/charts": "^3.106.1",
"@clayui/color-picker": "^3.108.0",
"@clayui/css": "^3.108.0",
"@clayui/data-provider": "^3.107.0",
"@clayui/date-picker": "^3.108.0",
"@clayui/drop-down": "^3.108.0",
"@clayui/form": "^3.107.0",
"@clayui/color-picker": "^3.109.0",
"@clayui/css": "^3.109.0",
"@clayui/data-provider": "^3.109.0",
"@clayui/date-picker": "^3.109.0",
"@clayui/drop-down": "^3.109.0",
"@clayui/form": "^3.109.0",
"@clayui/icon": "^3.106.1",
"@clayui/label": "^3.106.1",
"@clayui/layout": "^3.106.1",
"@clayui/link": "^3.106.1",
"@clayui/list": "^3.108.0",
"@clayui/modal": "^3.107.0",
"@clayui/multi-select": "^3.108.0",
"@clayui/multi-step-nav": "^3.108.0",
"@clayui/nav": "^3.108.0",
"@clayui/navigation-bar": "^3.107.0",
"@clayui/pagination": "^3.108.0",
"@clayui/pagination-bar": "^3.108.0",
"@clayui/panel": "^3.108.0",
"@clayui/popover": "^3.107.0",
"@clayui/list": "^3.109.0",
"@clayui/modal": "^3.109.0",
"@clayui/multi-select": "^3.109.0",
"@clayui/multi-step-nav": "^3.109.0",
"@clayui/nav": "^3.109.0",
"@clayui/navigation-bar": "^3.109.0",
"@clayui/pagination": "^3.109.0",
"@clayui/pagination-bar": "^3.109.0",
"@clayui/panel": "^3.109.0",
"@clayui/popover": "^3.109.0",
"@clayui/sticker": "^3.106.1",
"@clayui/time-picker": "^3.107.0",
"@clayui/tooltip": "^3.108.0",
"@clayui/upper-toolbar": "^3.107.0",
"@clayui/time-picker": "^3.109.0",
"@clayui/tooltip": "^3.109.0",
"@clayui/upper-toolbar": "^3.109.0",
"@docsearch/react": "3",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "3.4.0",
"version": "3.108.0",
"version": "3.109.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-autocomplete/CHANGELOG.md
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.109.0](https://github.com/liferay/clay/compare/v3.108.0...v3.109.0) (2024-01-22)

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

# [3.108.0](https://github.com/liferay/clay/compare/v3.107.1...v3.108.0) (2023-12-12)

**Note:** Version bump only for package @clayui/autocomplete
Expand Down
10 changes: 5 additions & 5 deletions packages/clay-autocomplete/package.json
@@ -1,6 +1,6 @@
{
"name": "@clayui/autocomplete",
"version": "3.108.0",
"version": "3.109.0",
"description": "ClayAutocomplete component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -25,11 +25,11 @@
"react"
],
"dependencies": {
"@clayui/core": "^3.108.0",
"@clayui/drop-down": "^3.108.0",
"@clayui/form": "^3.107.0",
"@clayui/core": "^3.109.0",
"@clayui/drop-down": "^3.109.0",
"@clayui/form": "^3.109.0",
"@clayui/loading-indicator": "^3.106.1",
"@clayui/shared": "^3.107.0",
"@clayui/shared": "^3.109.0",
"classnames": "^2.2.6",
"fuzzy": "^0.1.3"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-card/CHANGELOG.md
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.109.0](https://github.com/liferay/clay/compare/v3.108.0...v3.109.0) (2024-01-22)

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

# [3.108.0](https://github.com/liferay/clay/compare/v3.107.1...v3.108.0) (2023-12-12)

**Note:** Version bump only for package @clayui/card
Expand Down
8 changes: 4 additions & 4 deletions packages/clay-card/package.json
@@ -1,6 +1,6 @@
{
"name": "@clayui/card",
"version": "3.108.0",
"version": "3.109.0",
"description": "ClayCard component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -26,13 +26,13 @@
],
"dependencies": {
"@clayui/button": "^3.107.0",
"@clayui/drop-down": "^3.108.0",
"@clayui/form": "^3.107.0",
"@clayui/drop-down": "^3.109.0",
"@clayui/form": "^3.109.0",
"@clayui/icon": "^3.106.1",
"@clayui/label": "^3.106.1",
"@clayui/layout": "^3.106.1",
"@clayui/link": "^3.106.1",
"@clayui/shared": "^3.107.0",
"@clayui/shared": "^3.109.0",
"@clayui/sticker": "^3.106.1",
"classnames": "^2.2.6"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-color-picker/CHANGELOG.md
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.109.0](https://github.com/liferay/clay/compare/v3.108.0...v3.109.0) (2024-01-22)

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

# [3.108.0](https://github.com/liferay/clay/compare/v3.107.1...v3.108.0) (2023-12-12)

**Note:** Version bump only for package @clayui/color-picker
Expand Down
10 changes: 5 additions & 5 deletions packages/clay-color-picker/package.json
@@ -1,6 +1,6 @@
{
"name": "@clayui/color-picker",
"version": "3.108.0",
"version": "3.109.0",
"description": "ClayColorPicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -26,11 +26,11 @@
],
"dependencies": {
"@clayui/button": "^3.107.0",
"@clayui/drop-down": "^3.108.0",
"@clayui/form": "^3.107.0",
"@clayui/drop-down": "^3.109.0",
"@clayui/form": "^3.109.0",
"@clayui/icon": "^3.106.1",
"@clayui/shared": "^3.107.0",
"@clayui/slider": "^3.107.0",
"@clayui/shared": "^3.109.0",
"@clayui/slider": "^3.109.0",
"classnames": "^2.2.6",
"tinycolor2": "^1.4.2"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/clay-core/CHANGELOG.md
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.109.0](https://github.com/liferay/clay/compare/v3.108.0...v3.109.0) (2024-01-22)

### Bug Fixes

- **@clayui/core:** fixes error when not navigating through the head with sortable enabled and fixes error when expanding unnecessarily ([dbe7aff](https://github.com/liferay/clay/commit/dbe7aff9edb13a338f30a78e0a52f82c0eacd123))
- **@clayui/core:** Table move table-sort to table element ([ce7acf2](https://github.com/liferay/clay/commit/ce7acf2330e2ec0d410ddd002bdadd47cfe4792b))
- **@clayui/core:** updates the sort icon for table ([fda0727](https://github.com/liferay/clay/commit/fda0727922e0dd0b5bc16a59b3c6d25fdc7b679e))
- **@clayui/pagination:** Fix select pages from ellipsis dropdown ([8b73a6d](https://github.com/liferay/clay/commit/8b73a6da1f10f00acfe1d8137ffac00a04ff9a21))
- **@clayui/picker:** Update snapshot ([c6e38b1](https://github.com/liferay/clay/commit/c6e38b1223c42348080b466fab64acbf3556723a))
- **@clayui/picker:** Update Picker markup with aria-controls ([c2b6b83](https://github.com/liferay/clay/commit/c2b6b8308f23e3d1b5792054d7afcfd103034824))
- **@clayui/vertical-nav:** Add aria-controls on vertical navbar itens and change role to menuitem ([7e2a35b](https://github.com/liferay/clay/commit/7e2a35b95912b44a47fe159658dae8bc568466e8))
- **@clayui/vertical-nav:** Update tests and snapshots ([714281d](https://github.com/liferay/clay/commit/714281ddce37d70fcb6cf716bfdaf2f1bbe142cc))

### Features

- **@clayui/core:** Adds attribute sortAriaLabel on Cell for custom aria-label on sort button ([c5675c0](https://github.com/liferay/clay/commit/c5675c0443b4ec25273a4172589e3656cdaabfd7))
- **@clayui/core:** adds column visibility feature ([65a07d0](https://github.com/liferay/clay/commit/65a07d00d3db7b1e36c1594c3c43dc8379d2f9cb))

# [3.108.0](https://github.com/liferay/clay/compare/v3.107.1...v3.108.0) (2023-12-12)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/clay-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@clayui/core",
"version": "3.108.0",
"version": "3.109.0",
"description": "Clay UI components in React",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -26,15 +26,15 @@
],
"dependencies": {
"@clayui/button": "^3.107.0",
"@clayui/form": "^3.109.0",
"@clayui/icon": "^3.106.1",
"@clayui/layout": "^3.106.1",
"@clayui/link": "^3.106.1",
"@clayui/loading-indicator": "^3.106.1",
"@clayui/modal": "^3.107.0",
"@clayui/modal": "^3.109.0",
"@clayui/provider": "^3.106.1",
"@clayui/shared": "^3.107.0",
"@clayui/shared": "^3.109.0",
"@clayui/table": "^3.108.0",
"@clayui/form": "^3.107.0",
"@tanstack/react-virtual": "3.0.0-beta.54",
"aria-hidden": "^1.2.2",
"classnames": "^2.2.6",
Expand Down
21 changes: 21 additions & 0 deletions packages/clay-css/CHANGELOG.md
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.109.0](https://github.com/liferay/clay/compare/v3.108.0...v3.109.0) (2024-01-22)


### Bug Fixes

* **@clayui/css:** modal-body-iframe should have no padding on screens sm and below ([00dde4e](https://github.com/liferay/clay/commit/00dde4e2a4fc2787962c7518d0d31677e4ca75ab))
* **@clayui/css:** SVG Icons update bookmarks and bookmarks-full icons to be centered ([d0b8c38](https://github.com/liferay/clay/commit/d0b8c382c49c3cab4904ba9e2ab1061d9c854688))
* **@clayui/css:** Tables adds variant table-sort ([427430b](https://github.com/liferay/clay/commit/427430b99fc2591a05e25963fa9938bddad3b84f))
* **@clayui/css:** video-streaming icon should have copyright text and SF ([686475b](https://github.com/liferay/clay/commit/686475b9d272d923bc67d77170f5f65a4a5f22ff))


### Features

* **@clayui/css:** Add new video-streaming icon ([9a088ba](https://github.com/liferay/clay/commit/9a088bad000a62395e58402b908937d75445e412))
* **@clayui/css:** add table-sort to change icon appearance ([4a92472](https://github.com/liferay/clay/commit/4a92472fdfa58112221810297e5c83c73ebd4557))
* **@clayui/css:** Toggle Switch adds toggle-switch-sm modifier ([ea5fdc5](https://github.com/liferay/clay/commit/ea5fdc55f7f0728827f86952512fdacba7a90720))





# [3.108.0](https://github.com/liferay/clay/compare/v3.107.1...v3.108.0) (2023-12-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/clay-css/package.json
@@ -1,6 +1,6 @@
{
"name": "@clayui/css",
"version": "3.108.0",
"version": "3.109.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
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.109.0](https://github.com/liferay/clay/compare/v3.108.0...v3.109.0) (2024-01-22)

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

# [3.107.0](https://github.com/liferay/clay/compare/v3.106.1...v3.107.0) (2023-11-27)

**Note:** Version bump only for package @clayui/data-provider
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-data-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@clayui/data-provider",
"version": "3.107.0",
"version": "3.109.0",
"description": "ClayDataProvider component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -26,7 +26,7 @@
],
"dependencies": {
"@clayui/provider": "^3.106.1",
"@clayui/shared": "^3.107.0",
"@clayui/shared": "^3.109.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
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.109.0](https://github.com/liferay/clay/compare/v3.108.0...v3.109.0) (2024-01-22)

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

# [3.108.0](https://github.com/liferay/clay/compare/v3.107.1...v3.108.0) (2023-12-12)

**Note:** Version bump only for package @clayui/date-picker
Expand Down
12 changes: 6 additions & 6 deletions packages/clay-date-picker/package.json
@@ -1,6 +1,6 @@
{
"name": "@clayui/date-picker",
"version": "3.108.0",
"version": "3.109.0",
"description": "ClayDatePicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -22,12 +22,12 @@
],
"dependencies": {
"@clayui/button": "^3.107.0",
"@clayui/core": "^3.108.0",
"@clayui/drop-down": "^3.108.0",
"@clayui/form": "^3.107.0",
"@clayui/core": "^3.109.0",
"@clayui/drop-down": "^3.109.0",
"@clayui/form": "^3.109.0",
"@clayui/icon": "^3.106.1",
"@clayui/shared": "^3.107.0",
"@clayui/time-picker": "^3.107.0",
"@clayui/shared": "^3.109.0",
"@clayui/time-picker": "^3.109.0",
"classnames": "^2.2.6",
"date-fns": "^2.14.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-drop-down/CHANGELOG.md
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.109.0](https://github.com/liferay/clay/compare/v3.108.0...v3.109.0) (2024-01-22)

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

# [3.108.0](https://github.com/liferay/clay/compare/v3.107.1...v3.108.0) (2023-12-12)

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

0 comments on commit b750f3c

Please sign in to comment.