Skip to content

Commit

Permalink
chore(release): publish v3.32.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Jul 28, 2021
1 parent 053a448 commit b3d1b17
Showing 93 changed files with 451 additions and 198 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28)

### Bug Fixes

- **@clayui/autocomplete:** fixes a potential XSS vulnerability in autocomplete by removing the use of `dangerouslySetInnerHTML` ([675910c](https://github.com/liferay/clay/commit/675910c))
- **@clayui/color-picker:** fix error of "hidden" input add extra margin ([f4d8aa0](https://github.com/liferay/clay/commit/f4d8aa0))
- **@clayui/css:** Cadmin Links adds `component-text` and `component-icon`, generic names for reuse in other components ([ae49f03](https://github.com/liferay/clay/commit/ae49f03))
- **@clayui/css:** Cadmin Treeview new component ([ea1568e](https://github.com/liferay/clay/commit/ea1568e))
- **@clayui/css:** Forms `form-group-sm div.form-control` should be 32px tall and grow to fix content inside, similar to a textarea element ([eb987a1](https://github.com/liferay/clay/commit/eb987a1)), closes [#4164](https://github.com/liferay/clay/issues/4164)
- **@clayui/css:** Grid generating `container-max-width-*` classes should work with Custom Properties ([b12dbf5](https://github.com/liferay/clay/commit/b12dbf5))
- **@clayui/css:** Mixins update `clay-loading-animation-variant` to use `clay-css` pattern ([4280c6f](https://github.com/liferay/clay/commit/4280c6f)), closes [#3987](https://github.com/liferay/clay/issues/3987)
- **@clayui/css:** Mixins update `sheet-footer-btn-block` to use `clay-css` pattern ([5523b67](https://github.com/liferay/clay/commit/5523b67)), closes [#3987](https://github.com/liferay/clay/issues/3987)
- **@clayui/css:** Sheet `$sheet-lg-max-width` should use fixed number instead of generating based on a `$container-max-widths` value ([5968bd5](https://github.com/liferay/clay/commit/5968bd5))
- **@clayui/css:** Utilities remove duplicate rounded utilities ([6687624](https://github.com/liferay/clay/commit/6687624))
- **@clayui/shared:** fixes error when getting stuck in an input masked as hidden ([4c0c5cb](https://github.com/liferay/clay/commit/4c0c5cb))
- **@clayui/tooltip:** Hide tooltip on `dragstart` ([70d78da](https://github.com/liferay/clay/commit/70d78da))
- **clayui.com:** fixes error when generating slugs for documents inside packages ([5e00f5a](https://github.com/liferay/clay/commit/5e00f5a))

### Features

- **@clayui/core:** Add Provider component and the new `@clayui/core` package ([1d4e4b3](https://github.com/liferay/clay/commit/1d4e4b3))
- **@clayui/core:** adds `theme` API to Provider ([e7bae7d](https://github.com/liferay/clay/commit/e7bae7d))
- **@clayui/css:** \$container-max-widths Sass map should accept CSS Custom Properties ([3a8ffe2](https://github.com/liferay/clay/commit/3a8ffe2))
- **@clayui/css:** Buttons use nested property names in variables to stay as close as possible to the way our CSS is written ([89e3360](https://github.com/liferay/clay/commit/89e3360)), closes [#4176](https://github.com/liferay/clay/issues/4176)
- **@clayui/css:** Functions adds `map-deep-get` for getting values of deeply nested Sass map items ([2b80302](https://github.com/liferay/clay/commit/2b80302))
- **@clayui/pagination-bar:** Add the `showDeltasDropDown` prop ([6c65f43](https://github.com/liferay/clay/commit/6c65f43)), closes [#4175](https://github.com/liferay/clay/issues/4175)

# [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30)

### Bug Fixes
6 changes: 6 additions & 0 deletions clayui.com/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.32.0](https://github.com/matuzalemsteles/clay/compare/v3.31.0...v3.32.0) (2021-07-28)

### Bug Fixes

- **clayui.com:** fixes error when generating slugs for documents inside packages ([5e00f5a](https://github.com/matuzalemsteles/clay/commit/5e00f5a))

# [3.31.0](https://github.com/matuzalemsteles/clay/compare/v3.30.0...v3.31.0) (2021-06-30)

**Note:** Version bump only for package clayui.com
60 changes: 30 additions & 30 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.31.0",
"version": "3.32.0",
"license": "MIT",
"scripts": {
"copy:clay-css": "yarn copy:clay-css-js && yarn copy:clay-css-site-images && yarn copy:clay-css-images",
@@ -13,35 +13,35 @@
"serve": "gatsby serve"
},
"dependencies": {
"@clayui/autocomplete": "^3.30.0",
"@clayui/breadcrumb": "^3.30.0",
"@clayui/button": "^3.6.0",
"@clayui/card": "^3.31.0",
"@clayui/charts": "^3.25.1",
"@clayui/color-picker": "^3.31.0",
"@clayui/css": "^3.31.0",
"@clayui/data-provider": "^3.29.0",
"@clayui/date-picker": "^3.30.0",
"@clayui/drop-down": "^3.30.0",
"@clayui/form": "^3.29.0",
"@clayui/icon": "^3.1.0",
"@clayui/label": "^3.4.1",
"@clayui/layout": "^3.31.0",
"@clayui/link": "^3.2.0",
"@clayui/list": "^3.31.0",
"@clayui/modal": "^3.29.0",
"@clayui/multi-select": "^3.30.0",
"@clayui/multi-step-nav": "^3.30.0",
"@clayui/nav": "^3.30.0",
"@clayui/navigation-bar": "^3.31.0",
"@clayui/pagination": "^3.30.0",
"@clayui/pagination-bar": "^3.31.0",
"@clayui/panel": "^3.29.0",
"@clayui/popover": "^3.29.0",
"@clayui/sticker": "^3.3.0",
"@clayui/time-picker": "^3.29.0",
"@clayui/tooltip": "^3.29.0",
"@clayui/upper-toolbar": "^3.31.0",
"@clayui/autocomplete": "^3.32.0",
"@clayui/breadcrumb": "^3.32.0",
"@clayui/button": "^3.32.0",
"@clayui/card": "^3.32.0",
"@clayui/charts": "^3.32.0",
"@clayui/color-picker": "^3.32.0",
"@clayui/css": "^3.32.0",
"@clayui/data-provider": "^3.32.0",
"@clayui/date-picker": "^3.32.0",
"@clayui/drop-down": "^3.32.0",
"@clayui/form": "^3.32.0",
"@clayui/icon": "^3.32.0",
"@clayui/label": "^3.32.0",
"@clayui/layout": "^3.32.0",
"@clayui/link": "^3.32.0",
"@clayui/list": "^3.32.0",
"@clayui/modal": "^3.32.0",
"@clayui/multi-select": "^3.32.0",
"@clayui/multi-step-nav": "^3.32.0",
"@clayui/nav": "^3.32.0",
"@clayui/navigation-bar": "^3.32.0",
"@clayui/pagination": "^3.32.0",
"@clayui/pagination-bar": "^3.32.0",
"@clayui/panel": "^3.32.0",
"@clayui/popover": "^3.32.0",
"@clayui/sticker": "^3.32.0",
"@clayui/time-picker": "^3.32.0",
"@clayui/tooltip": "^3.32.0",
"@clayui/upper-toolbar": "^3.32.0",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@mdx-js/tag": "^0.20.3",
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.31.0",
"version": "3.32.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
4 changes: 4 additions & 0 deletions packages/clay-alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28)

**Note:** Version bump only for package @clayui/alert

# [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30)

**Note:** Version bump only for package @clayui/alert
6 changes: 3 additions & 3 deletions packages/clay-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/alert",
"version": "3.31.0",
"version": "3.32.0",
"description": "ClayAlert component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
@@ -26,8 +26,8 @@
"react"
],
"dependencies": {
"@clayui/icon": "^3.1.0",
"@clayui/layout": "^3.31.0",
"@clayui/icon": "^3.32.0",
"@clayui/layout": "^3.32.0",
"classnames": "^2.2.6"
},
"peerDependencies": {
6 changes: 6 additions & 0 deletions packages/clay-autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28)

### Bug Fixes

- **@clayui/autocomplete:** fixes a potential XSS vulnerability in autocomplete by removing the use of `dangerouslySetInnerHTML` ([675910c](https://github.com/liferay/clay/commit/675910c))

# [3.30.0](https://github.com/liferay/clay/compare/v3.29.0...v3.30.0) (2021-06-16)

**Note:** Version bump only for package @clayui/autocomplete
8 changes: 4 additions & 4 deletions packages/clay-autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/autocomplete",
"version": "3.30.0",
"version": "3.32.0",
"description": "ClayAutocomplete component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
@@ -26,9 +26,9 @@
"react"
],
"dependencies": {
"@clayui/drop-down": "^3.30.0",
"@clayui/form": "^3.29.0",
"@clayui/loading-indicator": "^3.2.0",
"@clayui/drop-down": "^3.32.0",
"@clayui/form": "^3.32.0",
"@clayui/loading-indicator": "^3.32.0",
"fuzzy": "^0.1.3"
},
"peerDependencies": {
4 changes: 4 additions & 0 deletions packages/clay-badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28)

**Note:** Version bump only for package @clayui/badge

# [3.2.0](https://github.com/liferay/clay/compare/@clayui/badge@3.1.0...@clayui/badge@3.2.0) (2020-10-01)

### Features
2 changes: 1 addition & 1 deletion packages/clay-badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/badge",
"version": "3.2.0",
"version": "3.32.0",
"description": "ClayBadge component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
4 changes: 4 additions & 0 deletions packages/clay-breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28)

**Note:** Version bump only for package @clayui/breadcrumb

# [3.30.0](https://github.com/liferay/clay/compare/v3.29.0...v3.30.0) (2021-06-16)

**Note:** Version bump only for package @clayui/breadcrumb
12 changes: 6 additions & 6 deletions packages/clay-breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/breadcrumb",
"version": "3.30.0",
"version": "3.32.0",
"description": "ClayBreadcrumb component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
@@ -26,11 +26,11 @@
"react"
],
"dependencies": {
"@clayui/button": "^3.6.0",
"@clayui/drop-down": "^3.30.0",
"@clayui/icon": "^3.1.0",
"@clayui/link": "^3.2.0",
"@clayui/shared": "^3.29.0",
"@clayui/button": "^3.32.0",
"@clayui/drop-down": "^3.32.0",
"@clayui/icon": "^3.32.0",
"@clayui/link": "^3.32.0",
"@clayui/shared": "^3.32.0",
"classnames": "^2.2.6",
"warning": "^4.0.3"
},
4 changes: 4 additions & 0 deletions packages/clay-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28)

**Note:** Version bump only for package @clayui/button

# [3.6.0](https://github.com/liferay/clay/compare/@clayui/button@3.5.0...@clayui/button@3.6.0) (2021-01-27)

### Features
4 changes: 2 additions & 2 deletions packages/clay-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/button",
"version": "3.6.0",
"version": "3.32.0",
"description": "ClayButton component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
@@ -26,7 +26,7 @@
"react"
],
"dependencies": {
"@clayui/icon": "^3.1.0",
"@clayui/icon": "^3.32.0",
"classnames": "^2.2.6"
},
"peerDependencies": {
4 changes: 4 additions & 0 deletions packages/clay-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28)

**Note:** Version bump only for package @clayui/card

# [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30)

### Bug Fixes
20 changes: 10 additions & 10 deletions packages/clay-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/card",
"version": "3.31.0",
"version": "3.32.0",
"description": "ClayCard component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
@@ -26,15 +26,15 @@
"react"
],
"dependencies": {
"@clayui/button": "^3.6.0",
"@clayui/drop-down": "^3.30.0",
"@clayui/form": "^3.29.0",
"@clayui/icon": "^3.1.0",
"@clayui/label": "^3.4.1",
"@clayui/layout": "^3.31.0",
"@clayui/link": "^3.2.0",
"@clayui/shared": "^3.29.0",
"@clayui/sticker": "^3.3.0",
"@clayui/button": "^3.32.0",
"@clayui/drop-down": "^3.32.0",
"@clayui/form": "^3.32.0",
"@clayui/icon": "^3.32.0",
"@clayui/label": "^3.32.0",
"@clayui/layout": "^3.32.0",
"@clayui/link": "^3.32.0",
"@clayui/shared": "^3.32.0",
"@clayui/sticker": "^3.32.0",
"classnames": "^2.2.6"
},
"peerDependencies": {
4 changes: 4 additions & 0 deletions packages/clay-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.32.0](https://github.com/matuzalemsteles/clay/compare/v3.31.0...v3.32.0) (2021-07-28)

**Note:** Version bump only for package @clayui/charts

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

### Bug Fixes
2 changes: 1 addition & 1 deletion packages/clay-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/charts",
"version": "3.25.1",
"version": "3.32.0",
"description": "React.js wrapper for D3 and billboard.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
6 changes: 6 additions & 0 deletions packages/clay-color-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28)

### Bug Fixes

- **@clayui/color-picker:** fix error of "hidden" input add extra margin ([f4d8aa0](https://github.com/liferay/clay/commit/f4d8aa0))

# [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30)

**Note:** Version bump only for package @clayui/color-picker
12 changes: 6 additions & 6 deletions packages/clay-color-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/color-picker",
"version": "3.31.0",
"version": "3.32.0",
"description": "ClayColorPicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
@@ -26,11 +26,11 @@
"react"
],
"dependencies": {
"@clayui/button": "^3.6.0",
"@clayui/drop-down": "^3.30.0",
"@clayui/form": "^3.29.0",
"@clayui/icon": "^3.1.0",
"@clayui/shared": "^3.29.0",
"@clayui/button": "^3.32.0",
"@clayui/drop-down": "^3.32.0",
"@clayui/form": "^3.32.0",
"@clayui/icon": "^3.32.0",
"@clayui/shared": "^3.32.0",
"classnames": "^2.2.6",
"tinycolor2": "^1.4.2"
},
12 changes: 12 additions & 0 deletions packages/clay-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28)

### Features

- **@clayui/core:** Add Provider component and the new `@clayui/core` package ([1d4e4b3](https://github.com/liferay/clay/commit/1d4e4b3))
- **@clayui/core:** adds `theme` API to Provider ([e7bae7d](https://github.com/liferay/clay/commit/e7bae7d))

# Change Log
Loading

0 comments on commit b3d1b17

Please sign in to comment.