diff --git a/packages/juno-core/CHANGELOG.md b/packages/juno-core/CHANGELOG.md index 9b2fce0b..d7739b87 100644 --- a/packages/juno-core/CHANGELOG.md +++ b/packages/juno-core/CHANGELOG.md @@ -1,4 +1,15 @@ +## [2.14.0](https://github.com/ringcentral/juno/compare/juno-core-v2.13.1...juno-core-v2.14.0) (2022-06-22) + + +### ⚠ BREAKING CHANGES + +* **Select:** [Select] when add title in `RcSelet` title will move to root element not in input element + +### Bug Fixes + +* **Select:** [Select] fix select title prop pass in incorrect dom ([4bd94f9](https://github.com/ringcentral/juno/commit/4bd94f9b110593753e32ddcbca72cd10a0f46549)) + ### [2.13.1](https://github.com/ringcentral/juno/compare/juno-core-v2.13.0...juno-core-v2.13.1) (2022-05-26) diff --git a/packages/juno-core/package.json b/packages/juno-core/package.json index c77becd2..6e897959 100644 --- a/packages/juno-core/package.json +++ b/packages/juno-core/package.json @@ -1,6 +1,6 @@ { "name": "@ringcentral/juno", - "version": "2.13.2", + "version": "2.14.0", "license": "MIT", "author": "RingCentral", "bugs": { diff --git a/packages/juno-storybook/src/docs/CHANGELOG.story.mdx b/packages/juno-storybook/src/docs/CHANGELOG.story.mdx index 25432394..8bafe33e 100644 --- a/packages/juno-storybook/src/docs/CHANGELOG.story.mdx +++ b/packages/juno-storybook/src/docs/CHANGELOG.story.mdx @@ -7,6 +7,17 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
+## [2.14.0](https://github.com/ringcentral/juno/compare/juno-core-v2.13.1...juno-core-v2.14.0) (2022-06-22) + + +### ⚠ BREAKING CHANGES + +* **Select:** [Select] when add title in `RcSelet` title will move to root element not in input element + +### Bug Fixes + +* **Select:** [Select] fix select title prop pass in incorrect dom ([4bd94f9](https://github.com/ringcentral/juno/commit/4bd94f9b110593753e32ddcbca72cd10a0f46549)) + ### [2.13.1](https://github.com/ringcentral/juno/compare/juno-core-v2.13.0...juno-core-v2.13.1) (2022-05-26)