Skip to content

Commit

Permalink
chore(release): publish v3.106.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 25, 2023
1 parent c703f3b commit ccc1b9d
Show file tree
Hide file tree
Showing 92 changed files with 619 additions and 212 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,48 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)

### Bug Fixes

- **@clayui/core:** does not render the child items of an unexpanded item ([e308365](https://github.com/liferay/clay/commit/e30836554f424480e443c07342eb8f987f2b8428))
- **@clayui/core:** fixes nested focus error ([e8e339c](https://github.com/liferay/clay/commit/e8e339c1f83b7a9f94a75a5f36baf9fc482e628c))
- **@clayui/css:** [href] CSS selector shouldn't target `<use href=""/>` element in svg ([02a2d19](https://github.com/liferay/clay/commit/02a2d190aed91991fcf94c973bc63abb9b04e678))
- **@clayui/css:** Atlas range input map should use newer key value pattern to match better with the css selector ([eebde0f](https://github.com/liferay/clay/commit/eebde0f73cdda7849af5fccdadd079538f4e79f5))
- **@clayui/css:** Cadmin nav-tabs remove deprecated styles ([c2ce6dc](https://github.com/liferay/clay/commit/c2ce6dc8798043ee0e81e4821d3495e20bb91686))
- **@clayui/css:** Checkbox and Radio text should be vertically aligned at the start ([5ed8cb0](https://github.com/liferay/clay/commit/5ed8cb0e9e090aad61ea6b6f4dfa50c419a5dfab))
- **@clayui/css:** Mixins clay-range-input-variant should accept new key value pattern for clay-range-thumb ([5b9199b](https://github.com/liferay/clay/commit/5b9199b1c7b288941a3c982b7e348c17208b0469))
- **@clayui/css:** SVG Icons bookmarks and bookmarks-full should be centered ([46b51d7](https://github.com/liferay/clay/commit/46b51d7043db35e30f5ccec0c751602a6be29206))
- add proper location for linting ([e221837](https://github.com/liferay/clay/commit/e22183712190cbf72f41d796c7e0729abfca607f))
- override paths when generating d.ts files ([2ef177f](https://github.com/liferay/clay/commit/2ef177f8bb9772bf4d1191e6894a87df6dea7fca))
- remove 'src' dir from being packaged with npm ([9383e8d](https://github.com/liferay/clay/commit/9383e8d8abb25ca3396e7c6e4dfa53bbc72691c5))
- use package's directory for baseDir when generating type ([0a5c710](https://github.com/liferay/clay/commit/0a5c710092f36243bc8d5487f70e831295715072))

### Features

- **@clayui/core:** add hook to handle tree navigation ([1331f57](https://github.com/liferay/clay/commit/1331f578f438a565c2d762d71f342b0f8753d289))
- **@clayui/core:** adds base implementation for rendering a table tree into an accessible list ([1fb9d6e](https://github.com/liferay/clay/commit/1fb9d6ecd8887b105f272bdaa972bd7e47cd420c))
- **@clayui/core:** adds controlled and uncontrolled expandable state ([56f3d8f](https://github.com/liferay/clay/commit/56f3d8f8c1afa43d8ca66973890948f9a78ab413))
- **@clayui/core:** adds keyboard interaction for the Home and End keys ([d2224ed](https://github.com/liferay/clay/commit/d2224ed9d70b1eed37cc4fa5870e8853f64ed211))
- **@clayui/core:** adds keyboard navigation interactions to row ([4a7f290](https://github.com/liferay/clay/commit/4a7f2909a95b674ae84f657c980a0295fb16e7b3))
- **@clayui/core:** adds new API to handle column sorting with accessibility support ([4a13361](https://github.com/liferay/clay/commit/4a13361065b710453c336bc10cc3c5c6b9858aac))
- **@clayui/core:** adds the implementation of the new data-oriented composition for Table ([d68bcaa](https://github.com/liferay/clay/commit/d68bcaa2efc725eac7e57d7fd1bf20f10e64aaa3))
- **@clayui/core:** makes the new table component public ([f2a686e](https://github.com/liferay/clay/commit/f2a686ed2a940e9d0378586671b4543be8c5773e))
- **@clayui/css:** Mixins `clay-sidebar-variant` adds more sub-components ([efe43c3](https://github.com/liferay/clay/commit/efe43c39b4a4574881d215998b4d81aed96d2ea9))
- **@clayui/css:** Sidebar adds sidebar-sm ([dbc35d3](https://github.com/liferay/clay/commit/dbc35d3878bd0af109b73d893bc3ee0809d08a09))
- **@clayui/css:** Tables adds table-nested-rows ([5bcc318](https://github.com/liferay/clay/commit/5bcc3189512e8dd8f231a17b8825945ef60060ac))
- **@clayui/data-provider:** adds sortable support ([a202306](https://github.com/liferay/clay/commit/a202306426b6bc5fa1d6b41bf3418d0a6f489b38))
- **@clayui/form:** Checkbox and Radio should use modifier class custom-control-outside if a label is present ([e2b6335](https://github.com/liferay/clay/commit/e2b633546c55ed1b266f92c277a14f278bf9c22e))

### Reverts

- Revert "chore(@clayui/drop-down): Update storybook with examples of long text in checkbox and radio" ([432ec99](https://github.com/liferay/clay/commit/432ec99b8d6d35687747b71d22b7c766a83e36e2))
- Revert "docs(@clayui/drop-down): Add checkbox and radio examples with long text" ([0fa8402](https://github.com/liferay/clay/commit/0fa840252786d5487a6a01ca1be355e4cef883e0))
- Revert "fix(@clayui/drop-down): Radio buttons should be stacked in dropdown" ([7eac94d](https://github.com/liferay/clay/commit/7eac94d5921591647e06da3e41d767789248219d))
- Revert "fix(@clayui/css): Checkbox and Radio text should be vertically aligned at the start when breaking to new line" ([4d87dc3](https://github.com/liferay/clay/commit/4d87dc30d9fca63d8a0d4633cef9cd5c2ae5dac9))
- Revert "fix(@clayui/css): Checkbox and radio text should be vertically aligned when breaking to a new line" ([d73c22c](https://github.com/liferay/clay/commit/d73c22c888dbf09de21a8e478faf2c854d484412))
- Revert "fix(@clayui/css): Checkbox and Radio with badge breaks to new line" ([01a4411](https://github.com/liferay/clay/commit/01a44115d1cdf73353b98355bf959a452c57fdb7))

# [3.105.0](https://github.com/liferay/clay/compare/v3.104.0...v3.105.0) (2023-09-15)

### 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.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)

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

# [3.105.0](https://github.com/liferay/clay/compare/v3.104.0...v3.105.0) (2023-09-15)

### Features
Expand Down
60 changes: 30 additions & 30 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.105.0",
"version": "3.106.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.105.0",
"@clayui/breadcrumb": "^3.104.0",
"@clayui/button": "^3.100.0",
"@clayui/card": "^3.105.0",
"@clayui/charts": "^3.65.0",
"@clayui/color-picker": "^3.105.0",
"@clayui/css": "^3.105.0",
"@clayui/data-provider": "^3.104.0",
"@clayui/date-picker": "^3.105.0",
"@clayui/drop-down": "^3.105.0",
"@clayui/form": "^3.104.0",
"@clayui/icon": "^3.56.0",
"@clayui/label": "^3.88.0",
"@clayui/layout": "^3.93.0",
"@clayui/link": "^3.88.0",
"@clayui/list": "^3.105.0",
"@clayui/modal": "^3.104.0",
"@clayui/multi-select": "^3.105.0",
"@clayui/multi-step-nav": "^3.105.0",
"@clayui/nav": "^3.104.0",
"@clayui/navigation-bar": "^3.104.0",
"@clayui/pagination": "^3.105.0",
"@clayui/pagination-bar": "^3.105.0",
"@clayui/panel": "^3.104.0",
"@clayui/popover": "^3.104.0",
"@clayui/sticker": "^3.65.0",
"@clayui/time-picker": "^3.105.0",
"@clayui/tooltip": "^3.104.0",
"@clayui/upper-toolbar": "^3.104.0",
"@clayui/autocomplete": "^3.106.0",
"@clayui/breadcrumb": "^3.106.0",
"@clayui/button": "^3.106.0",
"@clayui/card": "^3.106.0",
"@clayui/charts": "^3.106.0",
"@clayui/color-picker": "^3.106.0",
"@clayui/css": "^3.106.0",
"@clayui/data-provider": "^3.106.0",
"@clayui/date-picker": "^3.106.0",
"@clayui/drop-down": "^3.106.0",
"@clayui/form": "^3.106.0",
"@clayui/icon": "^3.106.0",
"@clayui/label": "^3.106.0",
"@clayui/layout": "^3.106.0",
"@clayui/link": "^3.106.0",
"@clayui/list": "^3.106.0",
"@clayui/modal": "^3.106.0",
"@clayui/multi-select": "^3.106.0",
"@clayui/multi-step-nav": "^3.106.0",
"@clayui/nav": "^3.106.0",
"@clayui/navigation-bar": "^3.106.0",
"@clayui/pagination": "^3.106.0",
"@clayui/pagination-bar": "^3.106.0",
"@clayui/panel": "^3.106.0",
"@clayui/popover": "^3.106.0",
"@clayui/sticker": "^3.106.0",
"@clayui/time-picker": "^3.106.0",
"@clayui/tooltip": "^3.106.0",
"@clayui/upper-toolbar": "^3.106.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.4.0",
"version": "3.105.0",
"version": "3.106.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
7 changes: 7 additions & 0 deletions packages/clay-alert/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.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)

### Bug Fixes

- remove 'src' dir from being packaged with npm ([9383e8d](https://github.com/liferay/clay/commit/9383e8d8abb25ca3396e7c6e4dfa53bbc72691c5))
- use package's directory for baseDir when generating type ([0a5c710](https://github.com/liferay/clay/commit/0a5c710092f36243bc8d5487f70e831295715072))

# [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
Expand Down
6 changes: 3 additions & 3 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.93.0",
"version": "3.106.0",
"description": "ClayAlert component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -25,8 +25,8 @@
"react"
],
"dependencies": {
"@clayui/icon": "^3.56.0",
"@clayui/layout": "^3.93.0",
"@clayui/icon": "^3.106.0",
"@clayui/layout": "^3.106.0",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/clay-autocomplete/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.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)

### Bug Fixes

- remove 'src' dir from being packaged with npm ([9383e8d](https://github.com/liferay/clay/commit/9383e8d8abb25ca3396e7c6e4dfa53bbc72691c5))
- use package's directory for baseDir when generating type ([0a5c710](https://github.com/liferay/clay/commit/0a5c710092f36243bc8d5487f70e831295715072))

# [3.105.0](https://github.com/liferay/clay/compare/v3.104.0...v3.105.0) (2023-09-15)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 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.105.0",
"version": "3.106.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.104.0",
"@clayui/drop-down": "^3.105.0",
"@clayui/form": "^3.104.0",
"@clayui/loading-indicator": "^3.60.0",
"@clayui/shared": "^3.104.0",
"@clayui/core": "^3.106.0",
"@clayui/drop-down": "^3.106.0",
"@clayui/form": "^3.106.0",
"@clayui/loading-indicator": "^3.106.0",
"@clayui/shared": "^3.106.0",
"classnames": "^2.2.6",
"fuzzy": "^0.1.3"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/clay-badge/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.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)

### Bug Fixes

- remove 'src' dir from being packaged with npm ([9383e8d](https://github.com/liferay/clay/commit/9383e8d8abb25ca3396e7c6e4dfa53bbc72691c5))
- use package's directory for baseDir when generating type ([0a5c710](https://github.com/liferay/clay/commit/0a5c710092f36243bc8d5487f70e831295715072))

# [3.100.0](https://github.com/liferay/clay/compare/v3.99.4...v3.100.0) (2023-07-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/badge",
"version": "3.100.0",
"version": "3.106.0",
"description": "ClayBadge component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand Down
7 changes: 7 additions & 0 deletions packages/clay-breadcrumb/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.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)

### Bug Fixes

- remove 'src' dir from being packaged with npm ([9383e8d](https://github.com/liferay/clay/commit/9383e8d8abb25ca3396e7c6e4dfa53bbc72691c5))
- use package's directory for baseDir when generating type ([0a5c710](https://github.com/liferay/clay/commit/0a5c710092f36243bc8d5487f70e831295715072))

# [3.104.0](https://github.com/liferay/clay/compare/v3.103.1...v3.104.0) (2023-08-25)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 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.104.0",
"version": "3.106.0",
"description": "ClayBreadcrumb component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -25,9 +25,9 @@
"react"
],
"dependencies": {
"@clayui/button": "^3.100.0",
"@clayui/icon": "^3.56.0",
"@clayui/link": "^3.88.0",
"@clayui/button": "^3.106.0",
"@clayui/icon": "^3.106.0",
"@clayui/link": "^3.106.0",
"classnames": "^2.2.6",
"warning": "^4.0.3"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/clay-button/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.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)

### Bug Fixes

- remove 'src' dir from being packaged with npm ([9383e8d](https://github.com/liferay/clay/commit/9383e8d8abb25ca3396e7c6e4dfa53bbc72691c5))
- use package's directory for baseDir when generating type ([0a5c710](https://github.com/liferay/clay/commit/0a5c710092f36243bc8d5487f70e831295715072))

# [3.100.0](https://github.com/liferay/clay/compare/v3.99.4...v3.100.0) (2023-07-13)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/button",
"version": "3.100.0",
"version": "3.106.0",
"description": "ClayButton component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -25,7 +25,7 @@
"react"
],
"dependencies": {
"@clayui/icon": "^3.56.0",
"@clayui/icon": "^3.106.0",
"classnames": "^2.2.6",
"warning": "^4.0.3"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/clay-card/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.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)

### Bug Fixes

- remove 'src' dir from being packaged with npm ([9383e8d](https://github.com/liferay/clay/commit/9383e8d8abb25ca3396e7c6e4dfa53bbc72691c5))
- use package's directory for baseDir when generating type ([0a5c710](https://github.com/liferay/clay/commit/0a5c710092f36243bc8d5487f70e831295715072))

# [3.105.0](https://github.com/liferay/clay/compare/v3.104.0...v3.105.0) (2023-09-15)

**Note:** Version bump only for package @clayui/card
Expand Down
20 changes: 10 additions & 10 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.105.0",
"version": "3.106.0",
"description": "ClayCard component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -25,15 +25,15 @@
"react"
],
"dependencies": {
"@clayui/button": "^3.100.0",
"@clayui/drop-down": "^3.105.0",
"@clayui/form": "^3.104.0",
"@clayui/icon": "^3.56.0",
"@clayui/label": "^3.88.0",
"@clayui/layout": "^3.93.0",
"@clayui/link": "^3.88.0",
"@clayui/shared": "^3.104.0",
"@clayui/sticker": "^3.65.0",
"@clayui/button": "^3.106.0",
"@clayui/drop-down": "^3.106.0",
"@clayui/form": "^3.106.0",
"@clayui/icon": "^3.106.0",
"@clayui/label": "^3.106.0",
"@clayui/layout": "^3.106.0",
"@clayui/link": "^3.106.0",
"@clayui/shared": "^3.106.0",
"@clayui/sticker": "^3.106.0",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/clay-charts/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.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)

### Bug Fixes

- use package's directory for baseDir when generating type ([0a5c710](https://github.com/liferay/clay/commit/0a5c710092f36243bc8d5487f70e831295715072))

# [3.65.0](https://github.com/liferay/clay/compare/v3.64.0...v3.65.0) (2022-07-11)

**Note:** Version bump only for package @clayui/charts
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/charts",
"version": "3.65.0",
"version": "3.106.0",
"description": "React.js wrapper for D3 and billboard.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/clay-color-picker/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.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)

### Bug Fixes

- remove 'src' dir from being packaged with npm ([9383e8d](https://github.com/liferay/clay/commit/9383e8d8abb25ca3396e7c6e4dfa53bbc72691c5))
- use package's directory for baseDir when generating type ([0a5c710](https://github.com/liferay/clay/commit/0a5c710092f36243bc8d5487f70e831295715072))

# [3.105.0](https://github.com/liferay/clay/compare/v3.104.0...v3.105.0) (2023-09-15)

### Bug Fixes
Expand Down
Loading

0 comments on commit ccc1b9d

Please sign in to comment.