Skip to content

Commit

Permalink
chore(release): [juno-core] release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZouYouShun committed Jun 22, 2022
1 parent 8b6bd84 commit 77cf59b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/juno-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/juno-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ringcentral/juno",
"version": "2.13.2",
"version": "2.14.0",
"license": "MIT",
"author": "RingCentral",
"bugs": {
Expand Down
11 changes: 11 additions & 0 deletions packages/juno-storybook/src/docs/CHANGELOG.story.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
<br />


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


Expand Down

0 comments on commit 77cf59b

Please sign in to comment.