Skip to content

Commit

Permalink
chore(release): publish v3.25.2 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrinchaudhary committed Mar 10, 2021
1 parent 02a8623 commit c11d542
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 5 deletions.
7 changes: 7 additions & 0 deletions 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.25.2](https://github.com/liferay/clay/compare/v3.25.1...v3.25.2) (2021-03-10)

### Bug Fixes

- **@clayui/css:** Dual List Box `form-control-inset` is too narrow caused by [#3972](https://github.com/liferay/clay/issues/3972) ([637e65b](https://github.com/liferay/clay/commit/637e65b)), closes [#3976](https://github.com/liferay/clay/issues/3976)
- **@clayui/css:** Forms `.col-form-label-*` should use `$input-border-bottom-width` or `$input-border-top-width` to avoid invalid property value ([ade3649](https://github.com/liferay/clay/commit/ade3649)), closes [#3946](https://github.com/liferay/clay/issues/3946)

## [3.25.1](https://github.com/liferay/clay/compare/v3.25.0...v3.25.1) (2021-03-05)

### 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.25.2](https://github.com/ambrinchaudhary/clay/compare/v3.25.1...v3.25.2) (2021-03-10)

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

## [3.25.1](https://github.com/ambrinchaudhary/clay/compare/v3.25.0...v3.25.1) (2021-03-05)

**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.25.1",
"version": "3.25.2",
"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.25.1",
"@clayui/charts": "^3.25.1",
"@clayui/color-picker": "^3.25.1",
"@clayui/css": "^3.25.1",
"@clayui/css": "^3.25.2",
"@clayui/data-provider": "^3.3.10",
"@clayui/date-picker": "^3.25.1",
"@clayui/drop-down": "^3.25.1",
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.25.1",
"version": "3.25.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
12 changes: 12 additions & 0 deletions packages/clay-css/CHANGELOG.md
Original file line number Diff line number Diff line change
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.25.2](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.25.1...v3.25.2) (2021-03-10)


### Bug Fixes

* **@clayui/css:** Dual List Box `form-control-inset` is too narrow caused by [#3972](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3972) ([637e65b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/637e65b)), closes [#3976](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3976)
* **@clayui/css:** Forms `.col-form-label-*` should use `$input-border-bottom-width` or `$input-border-top-width` to avoid invalid property value ([ade3649](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ade3649)), closes [#3946](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3946)





## [3.25.1](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.25.0...v3.25.1) (2021-03-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/clay-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/css",
"version": "3.25.1",
"version": "3.25.2",
"description": "Liferay's web implementation of the Lexicon Design Language",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-css/src/scss/_license-text.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Clay 3.25.1
* Clay 3.25.2
*
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
Expand Down

0 comments on commit c11d542

Please sign in to comment.