Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish updated packages #3269

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions clayui.com/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0](https://github.com/bryceosterhaus/clay/compare/clayui.com@3.0.0...clayui.com@3.1.0) (2020-05-21)

### Bug Fixes

- **clayui.com:** explicitly specify that dependency path is to a file ([757eeba](https://github.com/bryceosterhaus/clay/commit/757eeba))
- **clayui.com:** Fix missing Icon Markup/CSS page ([b5d22b5](https://github.com/bryceosterhaus/clay/commit/b5d22b5))
- **clayui.com:** update clay-css dependencies ([41c42ec](https://github.com/bryceosterhaus/clay/commit/41c42ec))
- **clayui.com:** update empty-state docs ([fc618c6](https://github.com/bryceosterhaus/clay/commit/fc618c6))
- apply @clayui/layout to other components ([e8a6d0e](https://github.com/bryceosterhaus/clay/commit/e8a6d0e))

### Features

- **clayui.com:** Adapt Link generation to fit with the parent pages being proper links ([961cdb7](https://github.com/bryceosterhaus/clay/commit/961cdb7))
- **clayui.com:** Add a custom 404 page ([ce0bddf](https://github.com/bryceosterhaus/clay/commit/ce0bddf))
- **clayui.com:** Add documentation for Empty State ([6eedb36](https://github.com/bryceosterhaus/clay/commit/6eedb36))
- **clayui.com:** Add images used by Empty State ([d6d13e8](https://github.com/bryceosterhaus/clay/commit/d6d13e8))
- **clayui.com:** Custom 404 page Markup/CSS fixes as suggested by Patrick ([4a45b29](https://github.com/bryceosterhaus/clay/commit/4a45b29))
- **clayui.com:** Fix inconsistency in active links ([df77dc8](https://github.com/bryceosterhaus/clay/commit/df77dc8))
- **clayui.com:** Improve component docs by updating content - Badge, Breadcrumb, Dual List Box, Loading Indicator, Localized Input & Multi Step Nav ([c4ad126](https://github.com/bryceosterhaus/clay/commit/c4ad126))
- **clayui.com:** Put alwaysActive back on Components ([6c41400](https://github.com/bryceosterhaus/clay/commit/6c41400))
- **clayui.com:** Reorganize some docs pages, adapt redirections and add some content for the parent pages ([35ad288](https://github.com/bryceosterhaus/clay/commit/35ad288))
- **clayui.com:** Revert the change made to headings used, rename stickers and tables to sticker and table respectively, also change some wording ([791dabe](https://github.com/bryceosterhaus/clay/commit/791dabe))
- **clayui.com:** Update API table to show false for optional props ([3837d2c](https://github.com/bryceosterhaus/clay/commit/3837d2c))
- **clayui.com:** Update content structure: Checkbox, Management Toolbar, Select Box, Sticker, Table & Tabs ([0fcd54a](https://github.com/bryceosterhaus/clay/commit/0fcd54a))
- **clayui.com:** Update Navigation docs ([d2bf07e](https://github.com/bryceosterhaus/clay/commit/d2bf07e))
- **clayui.com:** Update Navigation docs - Revert naming back to Nav and remove docs for Pills and Justified ([5b6007a](https://github.com/bryceosterhaus/clay/commit/5b6007a))

# [3.0.0](https://github.com/bryceosterhaus/clay/compare/clayui.com@3.0.0-alpha.12...clayui.com@3.0.0) (2020-04-24)

### Bug Fixes
Expand Down
40 changes: 20 additions & 20 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",
"version": "3.1.0",
"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 && yarn copy:clay-css-images",
Expand All @@ -15,35 +15,35 @@
"serve": "gatsby serve"
},
"dependencies": {
"@clayui/autocomplete": "^3.1.3",
"@clayui/breadcrumb": "^3.1.3",
"@clayui/autocomplete": "^3.1.4",
"@clayui/breadcrumb": "^3.2.0",
"@clayui/button": "^3.3.1",
"@clayui/card": "^3.2.0",
"@clayui/card": "^3.2.1",
"@clayui/charts": "^3.1.1",
"@clayui/color-picker": "^3.2.3",
"@clayui/css": "^3.10.0",
"@clayui/color-picker": "^3.2.4",
"@clayui/css": "^3.11.0",
"@clayui/data-provider": "^3.1.1",
"@clayui/date-picker": "^3.2.1",
"@clayui/drop-down": "^3.4.2",
"@clayui/form": "^3.7.1",
"@clayui/date-picker": "^3.3.0",
"@clayui/drop-down": "^3.4.3",
"@clayui/form": "^3.8.0",
"@clayui/icon": "^3.0.5",
"@clayui/label": "^3.3.0",
"@clayui/layout": "^3.0.0",
"@clayui/layout": "^3.0.1",
"@clayui/link": "^3.1.1",
"@clayui/list": "^3.2.3",
"@clayui/list": "^3.2.4",
"@clayui/modal": "^3.5.0",
"@clayui/multi-select": "^3.5.3",
"@clayui/multi-step-nav": "^3.1.3",
"@clayui/multi-select": "^3.5.4",
"@clayui/multi-step-nav": "^3.2.0",
"@clayui/nav": "^3.1.1",
"@clayui/navigation-bar": "^3.1.1",
"@clayui/pagination": "^3.1.3",
"@clayui/pagination-bar": "^3.1.3",
"@clayui/navigation-bar": "^3.1.2",
"@clayui/pagination": "^3.2.0",
"@clayui/pagination-bar": "^3.1.4",
"@clayui/panel": "^3.2.0",
"@clayui/popover": "^3.3.1",
"@clayui/popover": "^3.4.0",
"@clayui/sticker": "^3.1.1",
"@clayui/time-picker": "^3.1.2",
"@clayui/tooltip": "^3.2.3",
"@clayui/upper-toolbar": "^3.0.2",
"@clayui/time-picker": "^3.1.3",
"@clayui/tooltip": "^3.3.0",
"@clayui/upper-toolbar": "^3.1.0",
"@mdx-js/mdx": "^1.0.20",
"@mdx-js/react": "^1.0.20",
"@mdx-js/tag": "^0.20.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/clay-alert/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.3.2](https://github.com/liferay/clay/compare/@clayui/alert@3.3.1...@clayui/alert@3.3.2) (2020-05-21)

### Bug Fixes

- **@clayui/alert:** fix inaccurate padding ([c1781f0](https://github.com/liferay/clay/commit/c1781f0))
- apply @clayui/layout to other components ([e8a6d0e](https://github.com/liferay/clay/commit/e8a6d0e))

## [3.3.1](https://github.com/liferay/clay/compare/@clayui/alert@3.3.0...@clayui/alert@3.3.1) (2020-04-24)

**Note:** Version bump only for package @clayui/alert
Expand Down
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.3.1",
"version": "3.3.2",
"description": "ClayAlert component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@clayui/icon": "^3.0.5",
"@clayui/layout": "^3.0.0",
"@clayui/layout": "^3.0.1",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-autocomplete/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.1.4](https://github.com/liferay/clay/compare/@clayui/autocomplete@3.1.3...@clayui/autocomplete@3.1.4) (2020-05-21)

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

## [3.1.3](https://github.com/liferay/clay/compare/@clayui/autocomplete@3.1.2...@clayui/autocomplete@3.1.3) (2020-04-24)

**Note:** Version bump only for package @clayui/autocomplete
Expand Down
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.1.3",
"version": "3.1.4",
"description": "ClayAutocomplete component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -26,9 +26,9 @@
"react"
],
"dependencies": {
"@clayui/drop-down": "^3.4.2",
"@clayui/form": "^3.7.1",
"@clayui/loading-indicator": "^3.0.2",
"@clayui/drop-down": "^3.4.3",
"@clayui/form": "^3.8.0",
"@clayui/loading-indicator": "^3.1.0",
"fuzzy": "^0.1.3"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/clay-badge/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/compare/@clayui/badge@3.0.2...@clayui/badge@3.1.0) (2020-05-21)

### Features

- **clayui.com:** Improve component docs by updating content - Badge, Breadcrumb, Dual List Box, Loading Indicator, Localized Input & Multi Step Nav ([c4ad126](https://github.com/liferay/clay/commit/c4ad126))

## [3.0.2](https://github.com/liferay/clay/compare/@clayui/badge@3.0.1...@clayui/badge@3.0.2) (2020-04-24)

**Note:** Version bump only for package @clayui/badge
Expand Down
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.0.2",
"version": "3.1.0",
"description": "ClayBadge component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand Down
6 changes: 6 additions & 0 deletions packages/clay-breadcrumb/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.2.0](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.1.3...@clayui/breadcrumb@3.2.0) (2020-05-21)

### Features

- **clayui.com:** Improve component docs by updating content - Badge, Breadcrumb, Dual List Box, Loading Indicator, Localized Input & Multi Step Nav ([c4ad126](https://github.com/liferay/clay/commit/c4ad126))

## [3.1.3](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.1.2...@clayui/breadcrumb@3.1.3) (2020-04-24)

**Note:** Version bump only for package @clayui/breadcrumb
Expand Down
4 changes: 2 additions & 2 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.1.3",
"version": "3.2.0",
"description": "ClayBreadcrumb component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@clayui/button": "^3.3.1",
"@clayui/drop-down": "^3.4.2",
"@clayui/drop-down": "^3.4.3",
"@clayui/icon": "^3.0.5",
"@clayui/link": "^3.1.1",
"@clayui/shared": "^3.1.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/clay-card/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.2.1](https://github.com/liferay/clay/compare/@clayui/card@3.2.0...@clayui/card@3.2.1) (2020-05-21)

### Bug Fixes

- **@clayui/card:** check for values before rendering container elements ([a732a8e](https://github.com/liferay/clay/commit/a732a8e))
- apply @clayui/layout to other components ([e8a6d0e](https://github.com/liferay/clay/commit/e8a6d0e))

# [3.2.0](https://github.com/liferay/clay/compare/@clayui/card@3.1.2...@clayui/card@3.2.0) (2020-04-24)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 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.2.0",
"version": "3.2.1",
"description": "ClayCard component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -26,11 +26,11 @@
"react"
],
"dependencies": {
"@clayui/drop-down": "^3.4.2",
"@clayui/form": "^3.7.1",
"@clayui/drop-down": "^3.4.3",
"@clayui/form": "^3.8.0",
"@clayui/icon": "^3.0.5",
"@clayui/label": "^3.3.0",
"@clayui/layout": "^3.0.0",
"@clayui/layout": "^3.0.1",
"@clayui/link": "^3.1.1",
"@clayui/sticker": "^3.1.1",
"classnames": "^2.2.6"
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-color-picker/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.2.4](https://github.com/liferay/clay/compare/@clayui/color-picker@3.2.3...@clayui/color-picker@3.2.4) (2020-05-21)

**Note:** Version bump only for package @clayui/color-picker

## [3.2.3](https://github.com/liferay/clay/compare/@clayui/color-picker@3.2.2...@clayui/color-picker@3.2.3) (2020-04-24)

**Note:** Version bump only for package @clayui/color-picker
Expand Down
6 changes: 3 additions & 3 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.2.3",
"version": "3.2.4",
"description": "ClayColorPicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -26,8 +26,8 @@
"react"
],
"dependencies": {
"@clayui/drop-down": "^3.4.2",
"@clayui/form": "^3.7.1",
"@clayui/drop-down": "^3.4.3",
"@clayui/form": "^3.8.0",
"@clayui/icon": "^3.0.5",
"@clayui/shared": "^3.1.1",
"tinycolor2": "^1.4.1"
Expand Down
33 changes: 33 additions & 0 deletions packages/clay-css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.11.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.10.0...@clayui/css@3.11.0) (2020-05-21)


### Bug Fixes

* **@clayui/card:** check for values before rendering container elements ([a732a8e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a732a8e))
* **@clayui/css:** `_global-functions` should be accessible to Portal's `_clay_variables.scss` without having to import it manually ([e76d56a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e76d56a)), closes [#3193](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3193)
* **@clayui/css:** Buttons unset Bootstrap's `pointer-events: none;` on `a.btn.disabled` and set it on `.btn.disabled:active` ([63cfa7d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/63cfa7d)), closes [#3096](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3096)
* **@clayui/css:** Cards `card-interactive-primary` Chrome 81/83 hover transition artifact. Use any `transition-timing-function` other than `ease-in` or `ease-in-out` ([d7aa102](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d7aa102)), closes [#3233](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3233)
* **@clayui/css:** Forms `input[type="range"].form-control` shadow in Chrome 81 caused by https://github.com/liferay/clay/issues/1179 and Chrome update ([101d566](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/101d566)), closes [#3249](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3249)
* **@clayui/css:** Links `link-outline` and `component-action` `.disabled` should have `cursor: not-allowed` and `.disabled:active` should have `pointer-events: none;` ([0f132a5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0f132a5)), closes [#3096](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3096)
* **@clayui/css:** Mixin `clay-autofit-float` undeprecate `.autofit-col-end` ([9da6aa8](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9da6aa8)), closes [#3230](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3230)
* **@clayui/css:** Mixin `clay-close` deprecated keys should win to preserve backward compatibility ([3e3407e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3e3407e)), closes [#3164](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3164)
* **@clayui/css:** Mixin `clay-sticker-variant` deprecated keys should win to preserve backward compatibility ([281696a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/281696a)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
* **@clayui/css:** Mixins `clay-css` should output the `content` CSS property without having to double quote ([dbc5260](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/dbc5260)), closes [#3233](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3233)
* **@clayui/css:** Prettier should format `_global-functions.scss` but ignore autogenerated svgs ([a796cf4](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a796cf4)), closes [#3250](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3250)
* **@clayui/css:** SVG Icons `thumbs-up` and `thumbs-down` reduce anchor points ([a03bfef](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a03bfef)), closes [#3203](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3203)
* **@clayui/css:** SVG Icons deprecate `desktop` and add `display-content` ([66c5ef7](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/66c5ef7)), closes [#3200](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3200)
* **@clayui/css:** Utilities `.close` should have `cursor: not-allowed` and `.disabled:active` should have `pointer-events: none` ([92100aa](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/92100aa)), closes [#3096](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3096)


### Features

* **@clayui/css:** Create file `_bs4.scss` that imports Bootstrap 4 files separately so we can remove imports as we absorb BS4 components into Clay CSS ([f59c90c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f59c90c)), closes [#3192](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3192)
* **@clayui/css:** Mixin `clay-sticker-variant` should use `clay-css` mixin to generate properties ([ae2648d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ae2648d)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
* **@clayui/css:** SVG Icons adds `angle-down-small`, `angle-up-small`, `angle-left-small`, and `angle-right-small` ([4e55feb](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4e55feb)), closes [#3156](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3156)
* **@clayui/css:** SVG Icons adds `thumbs-up-full` and `thumbs-down-full` ([55086ae](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/55086ae)), closes [#3208](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3208)
* **@clayui/css:** SVG Icons adds icon `display` ([2d0dac9](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2d0dac9)), closes [#3200](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3200)





# [3.10.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.9.0...@clayui/css@3.10.0) (2020-04-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.10.0",
"version": "3.11.0",
"description": "Liferay's web implementation of the Lexicon Design Language",
"main": "index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/clay-date-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.3.0](https://github.com/liferay/clay/compare/@clayui/date-picker@3.2.1...@clayui/date-picker@3.3.0) (2020-05-21)

### Features

- **@clayui/date-picker:** add props to control expand functionality ([1ec1255](https://github.com/liferay/clay/commit/1ec1255))

## [3.2.1](https://github.com/liferay/clay/compare/@clayui/date-picker@3.2.0...@clayui/date-picker@3.2.1) (2020-04-24)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions 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.2.1",
"version": "3.3.0",
"description": "ClayDatePicker component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -23,10 +23,10 @@
],
"dependencies": {
"@clayui/button": "^3.3.1",
"@clayui/drop-down": "^3.4.2",
"@clayui/form": "^3.7.1",
"@clayui/drop-down": "^3.4.3",
"@clayui/form": "^3.8.0",
"@clayui/icon": "^3.0.5",
"@clayui/time-picker": "^3.1.2",
"@clayui/time-picker": "^3.1.3",
"classnames": "^2.2.6",
"moment": "^2.22.2"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/clay-drop-down/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.4.3](https://github.com/liferay/clay/compare/@clayui/drop-down@3.4.2...@clayui/drop-down@3.4.3) (2020-05-21)

**Note:** Version bump only for package @clayui/drop-down

## [3.4.2](https://github.com/liferay/clay/compare/@clayui/drop-down@3.4.1...@clayui/drop-down@3.4.2) (2020-04-24)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/clay-drop-down/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clayui/drop-down",
"version": "3.4.2",
"version": "3.4.3",
"description": "ClayDropDown component",
"license": "BSD-3-Clause",
"repository": "https://github.com/liferay/clay",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@clayui/button": "^3.3.1",
"@clayui/form": "^3.7.1",
"@clayui/form": "^3.8.0",
"@clayui/icon": "^3.0.5",
"@clayui/link": "^3.1.1",
"@clayui/shared": "^3.1.1",
Expand Down
Loading