Skip to content

Commit

Permalink
chore(release): publish v3.111.1 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 20, 2024
1 parent 09ecafc commit 624f173
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
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.111.1](https://github.com/liferay/clay/compare/v3.111.0...v3.111.1) (2024-02-20)

### Bug Fixes

- **@clayui/pagination:** LPD-17368 Add aria-label on pagination picker to ideentify the combobox ([7df8b4c](https://github.com/liferay/clay/commit/7df8b4ce7bcf3502c162c29d842b44cf8e6e2e6c))
- **@clayui/pagination:** LPD-17368 Update snapshot ([74f3f21](https://github.com/liferay/clay/commit/74f3f21bcaa53c53566fa81a2bb977afa064365f))

# [3.111.0](https://github.com/liferay/clay/compare/v3.110.0...v3.111.0) (2024-02-15)

### 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.111.1](https://github.com/liferay/clay/compare/v3.111.0...v3.111.1) (2024-02-20)

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

# [3.111.0](https://github.com/liferay/clay/compare/v3.110.0...v3.111.0) (2024-02-15)

### Features
Expand Down
4 changes: 2 additions & 2 deletions clayui.com/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "clayui.com",
"version": "3.111.0",
"version": "3.111.1",
"license": "MIT",
"scripts": {
"copy:clay-css": "yarn copy:clay-css-js && yarn copy:clay-css-site-images && yarn copy:clay-css-images",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@clayui/nav": "^3.111.0",
"@clayui/navigation-bar": "^3.111.0",
"@clayui/pagination": "^3.111.0",
"@clayui/pagination-bar": "^3.111.0",
"@clayui/pagination-bar": "^3.111.1",
"@clayui/panel": "^3.111.0",
"@clayui/popover": "^3.111.0",
"@clayui/sticker": "^3.111.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "3.4.0",
"version": "3.111.0",
"version": "3.111.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
7 changes: 7 additions & 0 deletions packages/clay-pagination-bar/CHANGELOG.md
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.111.1](https://github.com/liferay/clay/compare/v3.111.0...v3.111.1) (2024-02-20)

### Bug Fixes

- **@clayui/pagination:** LPD-17368 Add aria-label on pagination picker to ideentify the combobox ([7df8b4c](https://github.com/liferay/clay/commit/7df8b4ce7bcf3502c162c29d842b44cf8e6e2e6c))
- **@clayui/pagination:** LPD-17368 Update snapshot ([74f3f21](https://github.com/liferay/clay/commit/74f3f21bcaa53c53566fa81a2bb977afa064365f))

# [3.111.0](https://github.com/liferay/clay/compare/v3.110.0...v3.111.0) (2024-02-15)

**Note:** Version bump only for package @clayui/pagination-bar
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-pagination-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@clayui/pagination-bar",
"version": "3.111.0",
"version": "3.111.1",
"description": "ClayPaginationBar 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.111.1](https://github.com/liferay/clay/compare/v3.111.0...v3.111.1) (2024-02-20)

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

# [3.111.0](https://github.com/liferay/clay/compare/v3.110.0...v3.111.0) (2024-02-15)

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

0 comments on commit 624f173

Please sign in to comment.