Skip to content

Commit

Permalink
chore(release): publish updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Jan 20, 2020
1 parent 0e0f9a0 commit c57d995
Show file tree
Hide file tree
Showing 70 changed files with 380 additions and 133 deletions.
9 changes: 9 additions & 0 deletions clayui.com/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-alpha.6](https://github.com/matuzalemsteles/clay/compare/[email protected]@3.0.0-alpha.6) (2020-01-20)

### Features

- **clayui.com:** Add ability to copy React code examples ([f82c53c](https://github.com/matuzalemsteles/clay/commit/f82c53c))
- **clayui.com:** Collapsible code in Markup/CSS tab ([3fb3531](https://github.com/matuzalemsteles/clay/commit/3fb3531))
- **clayui.com:** Collapsible code in React tab ([8801e43](https://github.com/matuzalemsteles/clay/commit/8801e43))
- **clayui.com:** Styles for collapsible code ([9b490e9](https://github.com/matuzalemsteles/clay/commit/9b490e9))

# [3.0.0-alpha.5](https://github.com/matuzalemsteles/clay/compare/[email protected]@3.0.0-alpha.5) (2019-12-05)

**Note:** Version bump only for package clayui.com
Expand Down
56 changes: 28 additions & 28 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.0.0-alpha.5",
"version": "3.0.0-alpha.6",
"license": "MIT",
"scripts": {
"copy:clay-css": "yarn copy:clay-css-css && yarn copy:clay-css-icons && yarn copy:clay-css-js && yarn copy:clay-css-site-images",
Expand All @@ -15,33 +15,33 @@
"serve": "gatsby serve"
},
"dependencies": {
"@clayui/autocomplete": "^3.0.4",
"@clayui/breadcrumb": "^3.0.4",
"@clayui/button": "^3.0.3",
"@clayui/card": "^3.0.4",
"@clayui/charts": "^3.0.2",
"@clayui/color-picker": "^3.1.3",
"@clayui/css": "^3.3.0",
"@clayui/data-provider": "^3.0.4",
"@clayui/date-picker": "^3.0.4",
"@clayui/drop-down": "^3.1.2",
"@clayui/form": "^3.2.1",
"@clayui/icon": "^3.0.1",
"@clayui/label": "^3.0.1",
"@clayui/link": "^3.0.1",
"@clayui/list": "^3.0.4",
"@clayui/modal": "^3.1.3",
"@clayui/multi-select": "^3.2.0",
"@clayui/multi-step-nav": "^3.0.4",
"@clayui/nav": "^3.0.4",
"@clayui/navigation-bar": "^3.0.4",
"@clayui/pagination": "^3.0.4",
"@clayui/pagination-bar": "^3.0.4",
"@clayui/panel": "^3.0.5",
"@clayui/popover": "^3.0.0",
"@clayui/sticker": "^3.0.3",
"@clayui/time-picker": "^3.0.4",
"@clayui/tooltip": "^3.0.5",
"@clayui/autocomplete": "^3.0.5",
"@clayui/breadcrumb": "^3.0.5",
"@clayui/button": "^3.1.0",
"@clayui/card": "^3.0.5",
"@clayui/charts": "^3.0.3",
"@clayui/color-picker": "^3.1.4",
"@clayui/css": "^3.4.0",
"@clayui/data-provider": "^3.0.5",
"@clayui/date-picker": "^3.0.5",
"@clayui/drop-down": "^3.1.3",
"@clayui/form": "^3.3.0",
"@clayui/icon": "^3.0.2",
"@clayui/label": "^3.0.2",
"@clayui/link": "^3.0.2",
"@clayui/list": "^3.0.5",
"@clayui/modal": "^3.1.4",
"@clayui/multi-select": "^3.3.0",
"@clayui/multi-step-nav": "^3.0.5",
"@clayui/nav": "^3.0.5",
"@clayui/navigation-bar": "^3.0.5",
"@clayui/pagination": "^3.0.5",
"@clayui/pagination-bar": "^3.0.5",
"@clayui/panel": "^3.0.6",
"@clayui/popover": "^3.1.0",
"@clayui/sticker": "^3.0.4",
"@clayui/time-picker": "^3.0.5",
"@clayui/tooltip": "^3.0.6",
"@mdx-js/mdx": "^1.0.20",
"@mdx-js/react": "^1.0.20",
"@mdx-js/tag": "^0.20.3",
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.1.0](https://github.com/liferay/clay/tree/master/packages/clay-alert/compare/@clayui/[email protected]...@clayui/[email protected]) (2020-01-20)

### Features

- **alert:** add ability to put a button within an alert ([09f20e0](https://github.com/liferay/clay/tree/master/packages/clay-alert/commit/09f20e0))

## [3.0.1](https://github.com/liferay/clay/tree/master/packages/clay-alert/compare/@clayui/[email protected]...@clayui/[email protected]) (2019-10-28)

**Note:** Version bump only for package @clayui/alert
4 changes: 2 additions & 2 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.0.1",
"version": "3.1.0",
"description": "ClayAlert component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay/tree/master/packages/clay-alert",
Expand All @@ -26,7 +26,7 @@
"react"
],
"dependencies": {
"@clayui/icon": "^3.0.1",
"@clayui/icon": "^3.0.2",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/clay-autocomplete/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.0.5](https://github.com/liferay/clay/tree/master/packages/clay-autocomplete/compare/@clayui/[email protected]...@clayui/[email protected]) (2020-01-20)

### Bug Fixes

- **@clayui/button:** fix error when using private name when generating declaration files ([e8d8027](https://github.com/liferay/clay/tree/master/packages/clay-autocomplete/commit/e8d8027)), closes [/github.com/Microsoft/TypeScript/issues/6307#issuecomment-360182089](https://github.com/liferay/clay/tree/master/packages/clay-autocomplete/issues/issuecomment-360182089)

## [3.0.4](https://github.com/liferay/clay/tree/master/packages/clay-autocomplete/compare/@clayui/[email protected]...@clayui/[email protected]) (2019-12-05)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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.0.4",
"version": "3.0.5",
"description": "ClayAutocomplete component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay/tree/master/packages/clay-autocomplete",
Expand All @@ -26,8 +26,8 @@
"react"
],
"dependencies": {
"@clayui/drop-down": "^3.1.2",
"@clayui/form": "^3.2.1",
"@clayui/drop-down": "^3.1.3",
"@clayui/form": "^3.3.0",
"@clayui/loading-indicator": "^3.0.0",
"fuzzy": "^0.1.3"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/clay-breadcrumb/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.0.5](https://github.com/liferay/clay/tree/master/packages/clay-breadcrumb/compare/@clayui/[email protected]...@clayui/[email protected]) (2020-01-20)

### Bug Fixes

- add missing dependency declarations ([c591e2f](https://github.com/liferay/clay/tree/master/packages/clay-breadcrumb/commit/c591e2f))
- **drop-down:** use dom-align instead of metal-position ([335ff38](https://github.com/liferay/clay/tree/master/packages/clay-breadcrumb/commit/335ff38))

## [3.0.4](https://github.com/liferay/clay/tree/master/packages/clay-breadcrumb/compare/@clayui/[email protected]...@clayui/[email protected]) (2019-12-05)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 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.0.4",
"version": "3.0.5",
"description": "ClayBreadcrumb component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay/tree/master/packages/clay-breadcrumb",
Expand All @@ -26,10 +26,10 @@
"react"
],
"dependencies": {
"@clayui/button": "^3.0.3",
"@clayui/drop-down": "^3.1.2",
"@clayui/icon": "^3.0.1",
"@clayui/shared": "^3.0.5",
"@clayui/button": "^3.1.0",
"@clayui/drop-down": "^3.1.3",
"@clayui/icon": "^3.0.2",
"@clayui/shared": "^3.0.6",
"classnames": "^2.2.6",
"warning": "^4.0.3"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/clay-button/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.1.0](https://github.com/liferay/clay/tree/master/packages/clay-button/compare/@clayui/[email protected]...@clayui/[email protected]) (2020-01-20)

### Bug Fixes

- **@clayui/button:** fix error when using private name when generating declaration files ([e8d8027](https://github.com/liferay/clay/tree/master/packages/clay-button/commit/e8d8027)), closes [/github.com/Microsoft/TypeScript/issues/6307#issuecomment-360182089](https://github.com/liferay/clay/tree/master/packages/clay-button/issues/issuecomment-360182089)

### Features

- **alert:** add ability to put a button within an alert ([09f20e0](https://github.com/liferay/clay/tree/master/packages/clay-button/commit/09f20e0))

## [3.0.3](https://github.com/liferay/clay/tree/master/packages/clay-button/compare/@clayui/[email protected]...@clayui/[email protected]) (2019-12-05)

### Bug Fixes
Expand Down
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.0.3",
"version": "3.1.0",
"description": "ClayButton component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay/tree/master/packages/clay-button",
Expand All @@ -26,7 +26,7 @@
"react"
],
"dependencies": {
"@clayui/icon": "^3.0.1",
"@clayui/icon": "^3.0.2",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-card/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.0.5](https://github.com/liferay/clay/tree/master/packages/clay-card/compare/@clayui/[email protected]...@clayui/[email protected]) (2020-01-20)

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

## [3.0.4](https://github.com/liferay/clay/tree/master/packages/clay-card/compare/@clayui/[email protected]...@clayui/[email protected]) (2019-12-05)

**Note:** Version bump only for package @clayui/card
Expand Down
12 changes: 6 additions & 6 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.0.4",
"version": "3.0.5",
"description": "ClayCard component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay/tree/master/packages/clay-card",
Expand All @@ -26,11 +26,11 @@
"react"
],
"dependencies": {
"@clayui/drop-down": "^3.1.2",
"@clayui/form": "^3.2.1",
"@clayui/icon": "^3.0.1",
"@clayui/label": "^3.0.1",
"@clayui/sticker": "^3.0.3",
"@clayui/drop-down": "^3.1.3",
"@clayui/form": "^3.3.0",
"@clayui/icon": "^3.0.2",
"@clayui/label": "^3.0.2",
"@clayui/sticker": "^3.0.4",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-charts/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.0.3](https://github.com/matuzalemsteles/clay/compare/@clayui/[email protected]...@clayui/[email protected]) (2020-01-20)

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

## [3.0.2](https://github.com/matuzalemsteles/clay/compare/@clayui/[email protected]...@clayui/[email protected]) (2019-11-07)

**Note:** Version bump only for package @clayui/charts
Expand Down
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.0.2",
"version": "3.0.3",
"description": "React.js wrapper for D3 and billboard.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/clay-color-picker/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.1.4](https://github.com/liferay/clay/tree/master/packages/clay-color-picker/compare/@clayui/[email protected]...@clayui/[email protected]) (2020-01-20)

### Bug Fixes

- **drop-down:** use dom-align instead of metal-position ([335ff38](https://github.com/liferay/clay/tree/master/packages/clay-color-picker/commit/335ff38))

## [3.1.3](https://github.com/liferay/clay/tree/master/packages/clay-color-picker/compare/@clayui/[email protected]...@clayui/[email protected]) (2019-12-05)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 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.1.3",
"version": "3.1.4",
"description": "ClayColorPicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay/tree/master/packages/clay-color-picker",
Expand All @@ -26,10 +26,10 @@
"react"
],
"dependencies": {
"@clayui/drop-down": "^3.1.2",
"@clayui/form": "^3.2.1",
"@clayui/icon": "^3.0.1",
"@clayui/shared": "^3.0.5",
"@clayui/drop-down": "^3.1.3",
"@clayui/form": "^3.3.0",
"@clayui/icon": "^3.0.2",
"@clayui/shared": "^3.0.6",
"tinycolor2": "^1.4.1"
},
"peerDependencies": {
Expand Down
41 changes: 41 additions & 0 deletions packages/clay-css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/[email protected]...@clayui/[email protected]) (2020-01-20)


### Bug Fixes

* **clay-css:** Atlas Custom Control disabled label color should be the same as `$input-label-disabled-color` ([a160132](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a160132)), closes [#2811](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2811)
* **clay-css:** Atlas Dropdown change `.dropdown-header` and `.dropdown-subheader` color to [#272833](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/272833) ([f901ce8](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f901ce8)), closes [#2812](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2812)
* **clay-css:** Atlas Globals tweak `$success`, `$success-d1`, `$success-l1`, `$danger-d` hex values to match Lexicon exactly ([5b50860](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5b50860)), closes [#2820](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2820)
* **clay-css:** Custom Control add Sass maps `$custom-control-label`, `$custom-control-label-disabled`, `$custom-control-label-text` and map deprecated `$custom-control-description-*` to them so our namespace matches Bootstrap's. It was renamed toward end of Bootstrap beta in 6a54b4a ([e41dcf5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e41dcf5)), closes [#2813](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2813)
* **clay-css:** Deprecate `.sheet-lg` and `$sheet-lg-max-width` in favor of `.container .sheet` pattern ([2e1e82c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2e1e82c)), closes [#2655](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2655)
* **clay-css:** Dropdown Item `.disabled` should have `cursor: not-allowed` and move `pointer-events: none` to `.disabled:active` ([28cb857](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/28cb857)), closes [#2811](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2811)
* **clay-css:** List Group double borders in `list-group-item-flex` caused by Bootstrap 4.4.1 22f6b37 ([1221279](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/1221279)), closes [#2785](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2785)
* **css:** allow newline characters to display properly for tooltips ([2265d10](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2265d10))


### Features

* **clay-css:** Alert adds `.alert-btn`, `.alert-autofit-row`, `.alert-footer`, and `.alert .btn-group-item` ([5212f50](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5212f50)), closes [#2765](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2765)
* **clay-css:** Atlas Form Validation add styles for readonly input success, error, and warning states ([faf5748](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/faf5748)), closes [#2715](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2715)
* **clay-css:** Atlas Global Variables make `h1` - `h6` font sizes the same as 2.x ([0e0f9a0](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0e0f9a0)), closes [#2864](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2864)
* **clay-css:** Atlas Globals adds `$enable-lexicon-flat-colors` to change base colors to match Lexicon Flat Color palette, set to `false` to revert back to old colors ([69fcdb2](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/69fcdb2)), closes [#E83E8](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/E83E8) [#2726](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2726)
* **clay-css:** Custom Control added `.custom-control-primary` to help increase visual hierarchy of a `custom-control` ([cc0275d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/cc0275d)), closes [#2813](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2813)
* **clay-css:** Custom Control adds `$custom-control-description-font-weight` and sets font-weight to normal in Atlas ([3d2af5c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3d2af5c)), closes [#2813](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2813)
* **clay-css:** Dropdown Section add specific styles for nested `custom-control`s ([573a860](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/573a860)), closes [#2811](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2811)
* **clay-css:** Forms support `label` element without `for` attribute. `label` needs the class `.form-control-label` and text must be wrapped in an element with class `.form-control-label-text` ([d0fff7f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d0fff7f)), closes [#2242](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2242)
* **clay-css:** Menubar added `.menubar-vertical-expand-md.menubar-decorated` and `.menubar-vertical-expand-lg.menubar-decorated` ([e46b52c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e46b52c)), closes [#2822](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2822)
* **clay-css:** Mixins added `clay-autofit-row` for custom `.autofit-row` and `.autofit-col` spacing ([cf3bafa](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/cf3bafa)), closes [#2765](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2765)
* **clay-css:** Mixins added `mixins/_globals.scss` file and mixin `clay-css` for outputting any css property ([af0da9f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/af0da9f)), closes [#2822](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2822)
* **clay-css:** Mixins clay-container adds option to configure cursor ([6f6fb78](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6f6fb78))
* **clay-css:** SVG Icon added `device-check` ([80396b4](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/80396b4)), closes [#2757](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2757)
* **clay-css:** SVG Icons added `credit-card` and `catalog` ([0d8e359](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0d8e359)), closes [#2739](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2739)
* **clay-css:** SVG Icons added `liferay-ac` ([6c76834](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6c76834)), closes [#2727](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2727)
* **clay-css:** SVG Icons added cloud ([001e644](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/001e644)), closes [#2742](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2742)
* **clay-css:** SVG Icons adds `document-pending` ([24067d8](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/24067d8)), closes [#2724](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2724)
* **clay-css:** Update Bootstrap CSS to 4.4.1, Bootstrap JS 4.4.0, Popper.js 1.16.0 ([491620d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/491620d)), closes [#2785](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2785)
* **clay-css:** Utilities add duplicate of Bootstrap's spacing utilities prefixed with `c-` and without the `!important` flag ([e12e7b4](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e12e7b4)), closes [#2725](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2725)





# [3.3.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/[email protected]...@clayui/[email protected]) (2019-12-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.3.0",
"version": "3.4.0",
"description": "Liferay's web implementation of the Lexicon Design Language",
"main": "index.js",
"files": [
Expand Down
Loading

0 comments on commit c57d995

Please sign in to comment.