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.0
 - @clayui/card@3.5.0
 - @clayui/css@3.19.0
  • Loading branch information
bryceosterhaus committed Oct 22, 2020
1 parent c9f9621 commit 6b00a1e
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 5 deletions.
13 changes: 13 additions & 0 deletions clayui.com/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **@clayui/icon:** Add svg4everybody to docs template to speed up Icon page loading time ([62130f3](https://github.com/bryceosterhaus/clay/commit/62130f3))

### Features

- **clayui.com:** Consume formPackageMember, put those packages under Form, and make Form a folder that's always open ([bc7bd95](https://github.com/bryceosterhaus/clay/commit/bc7bd95))
- **clayui.com:** Generalize navigation section generation for parent packages ([628926b](https://github.com/bryceosterhaus/clay/commit/628926b))
- **clayui.com:** Request formPackageMember from Gatsby and send it to where it needs to go ([caeb9dc](https://github.com/bryceosterhaus/clay/commit/caeb9dc))
- **clayui.com:** update logic for handling navigation ([8186ed0](https://github.com/bryceosterhaus/clay/commit/8186ed0))

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

### 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.6.0",
"version": "3.7.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 @@ -16,10 +16,10 @@
"@clayui/autocomplete": "^3.2.0",
"@clayui/breadcrumb": "^3.3.0",
"@clayui/button": "^3.5.0",
"@clayui/card": "^3.4.0",
"@clayui/card": "^3.5.0",
"@clayui/charts": "^3.2.0",
"@clayui/color-picker": "^3.4.0",
"@clayui/css": "^3.18.2",
"@clayui/css": "^3.19.0",
"@clayui/data-provider": "^3.3.5",
"@clayui/date-picker": "^3.6.0",
"@clayui/drop-down": "^3.8.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/clay-card/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.5.0](https://github.com/liferay/clay/compare/@clayui/card@3.4.0...@clayui/card@3.5.0) (2020-10-22)

### Bug Fixes

- **@clayui/card:** make alt attribute configurable ([8cf0551](https://github.com/liferay/clay/commit/8cf0551))

### Features

- **@clayui/card:** add ability to change symbol for user icon ([057f497](https://github.com/liferay/clay/commit/057f497))
- **@clayui/card:** add API to pass props to the checkbox ([bad0491](https://github.com/liferay/clay/commit/bad0491))
- **@clayui/card:** add support for base HTMLDivElement and HTMLAnchorElement props in high-level components ([9b1a24b](https://github.com/liferay/clay/commit/9b1a24b))

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

### Features
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.4.0",
"version": "3.5.0",
"description": "ClayCard component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand Down
17 changes: 17 additions & 0 deletions packages/clay-css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Bug Fixes

* **@clayui/css:** `drilldown-item-indicator-text-*` click area should be larger ([bc53c65](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/bc53c65)), closes [#3579](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3579)
* **@clayui/css:** Atlas fix custom radio button image, inline radio misaligned in Chrome ([ef1fc95](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ef1fc95))


### Features

* **@clayui/css:** SVG Icons adds shield-check ([5c1760c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5c1760c)), closes [#3755](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3755)





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


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

0 comments on commit 6b00a1e

Please sign in to comment.