Skip to content

Commit

Permalink
chore(release): publish v3.110.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 25, 2024
1 parent a180c9f commit 4deb9ab
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.110.0](https://github.com/liferay/clay/compare/v3.109.0...v3.110.0) (2024-01-25)

### Bug Fixes

- **@clayui/css:** Fix text behaviour in Vertical Navigation component ([f363cc5](https://github.com/liferay/clay/commit/f363cc521118a275286fb565dc7170112fcedb9b))
- **@clayui/css:** LPS-205556 Reduce padding on dropdown-menu-select (picker) ([ac93749](https://github.com/liferay/clay/commit/ac93749f075be022afe77ec0e0b29c2913f1f141))

### Features

- **@clayui/css:** Panels adds new variants and sizes ([35412b5](https://github.com/liferay/clay/commit/35412b51b488ff416e369419eb3092110c63bf38))
- **@clayui/panel:** Update displayType and size props (LPS-202818) ([cda77e2](https://github.com/liferay/clay/commit/cda77e25e440876235ea3cec4c3cd8909eb66a96))

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

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

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

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

### Features
Expand Down
6 changes: 3 additions & 3 deletions clayui.com/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "clayui.com",
"version": "3.109.0",
"version": "3.110.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 @@ -19,7 +19,7 @@
"@clayui/card": "^3.109.0",
"@clayui/charts": "^3.106.1",
"@clayui/color-picker": "^3.109.0",
"@clayui/css": "^3.109.0",
"@clayui/css": "^3.110.0",
"@clayui/data-provider": "^3.109.0",
"@clayui/date-picker": "^3.109.0",
"@clayui/drop-down": "^3.109.0",
Expand All @@ -36,7 +36,7 @@
"@clayui/navigation-bar": "^3.109.0",
"@clayui/pagination": "^3.109.0",
"@clayui/pagination-bar": "^3.109.0",
"@clayui/panel": "^3.109.0",
"@clayui/panel": "^3.110.0",
"@clayui/popover": "^3.109.0",
"@clayui/sticker": "^3.106.1",
"@clayui/time-picker": "^3.109.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "3.4.0",
"version": "3.109.0",
"version": "3.110.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
17 changes: 17 additions & 0 deletions packages/clay-css/CHANGELOG.md
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.110.0](https://github.com/liferay/clay/compare/v3.109.0...v3.110.0) (2024-01-25)


### Bug Fixes

* **@clayui/css:** Fix text behaviour in Vertical Navigation component ([f363cc5](https://github.com/liferay/clay/commit/f363cc521118a275286fb565dc7170112fcedb9b))
* **@clayui/css:** LPS-205556 Reduce padding on dropdown-menu-select (picker) ([ac93749](https://github.com/liferay/clay/commit/ac93749f075be022afe77ec0e0b29c2913f1f141))


### Features

* **@clayui/css:** Panels adds new variants and sizes ([35412b5](https://github.com/liferay/clay/commit/35412b51b488ff416e369419eb3092110c63bf38))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/clay-css/package.json
@@ -1,6 +1,6 @@
{
"name": "@clayui/css",
"version": "3.109.0",
"version": "3.110.0",
"description": "Liferay's web implementation of the Lexicon Design Language",
"main": "index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/clay-panel/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.110.0](https://github.com/liferay/clay/compare/v3.109.0...v3.110.0) (2024-01-25)

### Features

- **@clayui/panel:** Update displayType and size props (LPS-202818) ([cda77e2](https://github.com/liferay/clay/commit/cda77e25e440876235ea3cec4c3cd8909eb66a96))

# [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/panel
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-panel/package.json
@@ -1,6 +1,6 @@
{
"name": "@clayui/panel",
"version": "3.109.0",
"version": "3.110.0",
"description": "ClayPanel component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand Down
4 changes: 4 additions & 0 deletions packages/demos/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.110.0](https://github.com/liferay/clay/compare/v3.109.0...v3.110.0) (2024-01-25)

**Note:** Version bump only for package demos

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

**Note:** Version bump only for package demos
Expand Down
4 changes: 2 additions & 2 deletions packages/demos/package.json
Expand Up @@ -16,7 +16,7 @@
"@clayui/nav": "^3.109.0",
"@clayui/pagination": "^3.109.0",
"@clayui/pagination-bar": "^3.109.0",
"@clayui/panel": "^3.109.0",
"@clayui/panel": "^3.110.0",
"classnames": "^2.2.6",
"react-dnd": "^11.1.1",
"react-dnd-html5-backend": "^11.1.1",
Expand All @@ -25,5 +25,5 @@
"devDependencies": {
"@types/recharts": "^1.8.23"
},
"version": "3.109.0"
"version": "3.110.0"
}

0 comments on commit 4deb9ab

Please sign in to comment.