Skip to content

Commit

Permalink
chore(release): publish v3.103.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 8, 2023
1 parent c940e7f commit 30607d0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
6 changes: 6 additions & 0 deletions 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.103.0](https://github.com/liferay/clay/compare/v3.102.0...v3.103.0) (2023-08-08)

### Features

- **@clayui/navigation-bar:** Adds fluidSize prop to customize container-fluid width ([5787c1d](https://github.com/liferay/clay/commit/5787c1de07b7129bc9059832d7bde1b411835c7b))

# [3.102.0](https://github.com/liferay/clay/compare/v3.101.1...v3.102.0) (2023-08-01)

### Features
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.103.0](https://github.com/liferay/clay/compare/v3.102.0...v3.103.0) (2023-08-08)

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

# [3.102.0](https://github.com/liferay/clay/compare/v3.101.1...v3.102.0) (2023-08-01)

**Note:** Version bump only for package clayui.com
Expand Down
4 changes: 2 additions & 2 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.102.0",
"version": "3.103.0",
"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 @@ -33,7 +33,7 @@
"@clayui/multi-select": "^3.101.1",
"@clayui/multi-step-nav": "^3.101.0",
"@clayui/nav": "^3.101.0",
"@clayui/navigation-bar": "^3.101.0",
"@clayui/navigation-bar": "^3.103.0",
"@clayui/pagination": "^3.101.0",
"@clayui/pagination-bar": "^3.101.0",
"@clayui/panel": "^3.102.0",
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.102.0",
"version": "3.103.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 6 additions & 0 deletions packages/clay-navigation-bar/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.103.0](https://github.com/liferay/clay/compare/v3.102.0...v3.103.0) (2023-08-08)

### Features

- **@clayui/navigation-bar:** Adds fluidSize prop to customize container-fluid width ([5787c1d](https://github.com/liferay/clay/commit/5787c1de07b7129bc9059832d7bde1b411835c7b))

# [3.101.0](https://github.com/liferay/clay/compare/v3.100.0...v3.101.0) (2023-07-28)

**Note:** Version bump only for package @clayui/navigation-bar
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-navigation-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/navigation-bar",
"version": "3.101.0",
"version": "3.103.0",
"description": "ClayNavigationBar component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand Down

0 comments on commit 30607d0

Please sign in to comment.