Skip to content

Commit

Permalink
chore(release): publish updated packages
Browse files Browse the repository at this point in the history
 - clayui.com@3.7.1
 - @clayui/card@3.5.1
 - @clayui/css@3.20.0
  • Loading branch information
bryceosterhaus committed Nov 16, 2020
1 parent f7b5522 commit 3b2f7de
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 5 deletions.
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.7.1](https://github.com/bryceosterhaus/clay/compare/clayui.com@3.7.0...clayui.com@3.7.1) (2020-11-16)

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

# [3.7.0](https://github.com/bryceosterhaus/clay/compare/clayui.com@3.6.0...clayui.com@3.7.0) (2020-10-22)

### Bug Fixes
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.7.0",
"version": "3.7.1",
"license": "MIT",
"scripts": {
"copy:clay-css": "yarn copy:clay-css-js && yarn copy:clay-css-site-images && yarn copy:clay-css-images",
Expand All @@ -16,10 +16,10 @@
"@clayui/autocomplete": "^3.2.0",
"@clayui/breadcrumb": "^3.3.0",
"@clayui/button": "^3.5.0",
"@clayui/card": "^3.5.0",
"@clayui/card": "^3.5.1",
"@clayui/charts": "^3.2.0",
"@clayui/color-picker": "^3.4.0",
"@clayui/css": "^3.19.0",
"@clayui/css": "^3.20.0",
"@clayui/data-provider": "^3.3.5",
"@clayui/date-picker": "^3.6.0",
"@clayui/drop-down": "^3.8.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/clay-card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.1](https://github.com/liferay/clay/compare/@clayui/card@3.5.0...@clayui/card@3.5.1) (2020-11-16)

### Bug Fixes

- **@clayui/card:** Add dependency ([6796038](https://github.com/liferay/clay/commit/6796038))
- **@clayui/card:** Avoid setting `href` on `span` element ([a0d9cf4](https://github.com/liferay/clay/commit/a0d9cf4)), closes [#3779](https://github.com/liferay/clay/issues/3779)
- **@clayui/card:** stops adding unnecessary classes when the component is not selectable ([2c91fc6](https://github.com/liferay/clay/commit/2c91fc6))
- **@clayui/card:** Use <ClayButtonWithIcon> instead of vanilla <button>. It sets type='button' that prevents form submission. ([03d8ff7](https://github.com/liferay/clay/commit/03d8ff7))
- **@clayui/card:** Use ClayButtonWithIcon instead of vanilla button in clay-card ([57b5a8f](https://github.com/liferay/clay/commit/57b5a8f))

# [3.5.0](https://github.com/liferay/clay/compare/@clayui/card@3.4.0...@clayui/card@3.5.0) (2020-10-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/clay-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/card",
"version": "3.5.0",
"version": "3.5.1",
"description": "ClayCard component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand Down
18 changes: 18 additions & 0 deletions packages/clay-css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.20.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.19.0...@clayui/css@3.20.0) (2020-11-16)


### Bug Fixes

* **@clayui/css:** Time Picker `clay-time-edit` use `display: flex` and don't rely on white-space for spacing ([e4ab83d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e4ab83d)), closes [#3783](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3783)


### Features

* **@clayui/css:** Absorb Bootstrap 4 mixins into Clay CSS ([27032c4](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/27032c4))
* **@clayui/css:** Dropdown adds `.dropdown-menu-width-full`, `.dropdown-menu-width-sm`, `dropdown-menu-height-auto` modifier classes for larger dropdown menus with the Clay Drop Down plugin ([bab438c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/bab438c)), closes [#3790](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3790)
* **@clayui/css:** Removes Bootstrap 4 mixins and functions imports ([cba11d0](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/cba11d0))





# [3.19.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.18.2...@clayui/css@3.19.0) (2020-10-22)


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.19.0",
"version": "3.20.0",
"description": "Liferay's web implementation of the Lexicon Design Language",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 3b2f7de

Please sign in to comment.