Skip to content

Commit

Permalink
chore(release): publish v3.26.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Apr 21, 2021
1 parent b894ece commit 009e8b7
Show file tree
Hide file tree
Showing 11 changed files with 73 additions and 8 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.26.0](https://github.com/liferay/clay/compare/v3.25.4...v3.26.0) (2021-04-21)

### Bug Fixes

- **@clayui/date-picker:** Adjusts the behaviour of date range when clicking on the dot button ([f6db982](https://github.com/liferay/clay/commit/f6db982)), closes [/github.com/liferay/clay/pull/4008#issuecomment-819244473](https://github.com//github.com/liferay/clay/pull/4008/issues/issuecomment-819244473)
- **@clayui/date-picker:** fixes error when not selecting date when the time is invalid ([861de91](https://github.com/liferay/clay/commit/861de91))
- **@clayui/date-picker:** fixes error when reflecting the time without having selected the date ([80409f5](https://github.com/liferay/clay/commit/80409f5))
- **@clayui/date-picker:** fixes normalization error for the day selected and button to change to the current day ([a058e7f](https://github.com/liferay/clay/commit/a058e7f))
- **@clayui/date-picker:** fixes normalization of the date ([cdbad89](https://github.com/liferay/clay/commit/cdbad89))
- **@clayui/date-picker:** resets the range when selecting a new date ([639d2af](https://github.com/liferay/clay/commit/639d2af))
- **@clayui/date-picker:** Small tweaks ([d6ead55](https://github.com/liferay/clay/commit/d6ead55))
- **@clayui/date-picker:** Use `toDateString` instead of `toLocaleDateString` on Day button ([2710760](https://github.com/liferay/clay/commit/2710760))
- **@clayui/date-picker:** When having a range and clicking on end date again the start date will be the same as the end date ([4e1cd07](https://github.com/liferay/clay/commit/4e1cd07)), closes [/github.com/liferay/clay/pull/4008#issuecomment-819244473](https://github.com//github.com/liferay/clay/pull/4008/issues/issuecomment-819244473)
- **@clayui/date-picker:** When using `fromStringToRange` function, when not finding a endDate, just use the startDate ([a6c1d00](https://github.com/liferay/clay/commit/a6c1d00))
- **@clayui/date-picker:** Wrap day and weekdays in `<div class="date-picker-col">` to prep for Date Range feature ([512c2a4](https://github.com/liferay/clay/commit/512c2a4))

### Features

- **@clayui/alert:** Adds the new feedback variant ([1e0a65a](https://github.com/liferay/clay/commit/1e0a65a))
- **@clayui/css:** Alerts adds `alert-feedback` modifier ([51b57e6](https://github.com/liferay/clay/commit/51b57e6)), closes [#3968](https://github.com/liferay/clay/issues/3968)
- **@clayui/css:** Date Picker adds Date Range styles ([a385e6a](https://github.com/liferay/clay/commit/a385e6a))
- **@clayui/date-picker:** Adds ClayDatePicker Range variation ([eee769d](https://github.com/liferay/clay/commit/eee769d))

## [3.25.4](https://github.com/liferay/clay/compare/v3.25.3...v3.25.4) (2021-04-07)

### 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.26.0](https://github.com/bryceosterhaus/clay/compare/v3.25.4...v3.26.0) (2021-04-21)

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

## [3.25.4](https://github.com/ambrinchaudhary/clay/compare/v3.25.3...v3.25.4) (2021-04-07)

**Note:** Version bump only for package clayui.com
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "3.26.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,9 +19,9 @@
"@clayui/card": "^3.25.1",
"@clayui/charts": "^3.25.1",
"@clayui/color-picker": "^3.25.1",
"@clayui/css": "^3.25.3",
"@clayui/css": "^3.26.0",
"@clayui/data-provider": "^3.3.10",
"@clayui/date-picker": "^3.25.4",
"@clayui/date-picker": "^3.26.0",
"@clayui/drop-down": "^3.25.1",
"@clayui/form": "^3.14.4",
"@clayui/icon": "^3.1.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.25.4",
"version": "3.26.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 6 additions & 0 deletions packages/clay-alert/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.26.0](https://github.com/liferay/clay/compare/v3.25.4...v3.26.0) (2021-04-21)

### Features

- **@clayui/alert:** Adds the new feedback variant ([1e0a65a](https://github.com/liferay/clay/commit/1e0a65a))

## [3.5.1](https://github.com/liferay/clay/compare/@clayui/alert@3.5.0...@clayui/alert@3.5.1) (2021-01-13)

**Note:** Version bump only for package @clayui/alert
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/alert",
"version": "3.5.1",
"version": "3.26.0",
"description": "ClayAlert component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
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.26.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.25.4...v3.26.0) (2021-04-21)


### Features

* **@clayui/css:** Alerts adds `alert-feedback` modifier ([51b57e6](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/51b57e6)), closes [#3968](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3968)
* **@clayui/css:** Date Picker adds Date Range styles ([a385e6a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a385e6a))





## [3.25.3](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.25.2...v3.25.3) (2021-03-24)


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.3",
"version": "3.26.0",
"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.3
* Clay 3.26.0
*
* 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
20 changes: 20 additions & 0 deletions packages/clay-date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.26.0](https://github.com/liferay/clay/compare/v3.25.4...v3.26.0) (2021-04-21)

### Bug Fixes

- **@clayui/date-picker:** Adjusts the behaviour of date range when clicking on the dot button ([f6db982](https://github.com/liferay/clay/commit/f6db982)), closes [/github.com/liferay/clay/pull/4008#issuecomment-819244473](https://github.com//github.com/liferay/clay/pull/4008/issues/issuecomment-819244473)
- **@clayui/date-picker:** fixes error when not selecting date when the time is invalid ([861de91](https://github.com/liferay/clay/commit/861de91))
- **@clayui/date-picker:** fixes error when reflecting the time without having selected the date ([80409f5](https://github.com/liferay/clay/commit/80409f5))
- **@clayui/date-picker:** fixes normalization error for the day selected and button to change to the current day ([a058e7f](https://github.com/liferay/clay/commit/a058e7f))
- **@clayui/date-picker:** fixes normalization of the date ([cdbad89](https://github.com/liferay/clay/commit/cdbad89))
- **@clayui/date-picker:** resets the range when selecting a new date ([639d2af](https://github.com/liferay/clay/commit/639d2af))
- **@clayui/date-picker:** Small tweaks ([d6ead55](https://github.com/liferay/clay/commit/d6ead55))
- **@clayui/date-picker:** Use `toDateString` instead of `toLocaleDateString` on Day button ([2710760](https://github.com/liferay/clay/commit/2710760))
- **@clayui/date-picker:** When having a range and clicking on end date again the start date will be the same as the end date ([4e1cd07](https://github.com/liferay/clay/commit/4e1cd07)), closes [/github.com/liferay/clay/pull/4008#issuecomment-819244473](https://github.com//github.com/liferay/clay/pull/4008/issues/issuecomment-819244473)
- **@clayui/date-picker:** When using `fromStringToRange` function, when not finding a endDate, just use the startDate ([a6c1d00](https://github.com/liferay/clay/commit/a6c1d00))
- **@clayui/date-picker:** Wrap day and weekdays in `<div class="date-picker-col">` to prep for Date Range feature ([512c2a4](https://github.com/liferay/clay/commit/512c2a4))

### Features

- **@clayui/date-picker:** Adds ClayDatePicker Range variation ([eee769d](https://github.com/liferay/clay/commit/eee769d))

## [3.25.4](https://github.com/liferay/clay/compare/v3.25.3...v3.25.4) (2021-04-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/date-picker",
"version": "3.25.4",
"version": "3.26.0",
"description": "ClayDatePicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand Down

0 comments on commit 009e8b7

Please sign in to comment.