Skip to content

Commit

Permalink
chore(release): [juno-core] release 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
233mawile-rc committed May 25, 2022
1 parent 39f9456 commit 5ec1f2a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/juno-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

## [2.13.0](https://github.com/ringcentral/juno/compare/juno-core-v2.12.3...juno-core-v2.13.0) (2022-05-25)


### ⚠ BREAKING CHANGES

* **fix-dialog-size:** change Dialog `max-width` to 400px from 444px when maxWidth=`xs`

### Bug Fixes

* **fix-card-hover-action:** [CardHoverActions] add `z-index` to make sure `CardHoverActions` would not be covered by `CardSelectionArea` ([e4e80bc](https://github.com/ringcentral/juno/commit/e4e80bca4b806fc479ae38f6dcb43eecfcfe67f4))
* **fix-dialog-size:** [Dialog] change Dialog `max-width` to to follow design when maxWidth=`xs` ([c92cec7](https://github.com/ringcentral/juno/commit/c92cec7312f9d45957a3e4c80820f02f19c16bdb))
* **fix-useEventListener-type:** [useEventListener] fix `callback` and `event` type issues ([9a04229](https://github.com/ringcentral/juno/commit/9a04229a2bfd1dfe74ae368c0777be3a64fcb14a))

### [2.12.4](https://github.com/ringcentral/juno/compare/juno-core-v2.12.3...juno-core-v2.12.4) (2022-05-19)


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.12.5",
"version": "2.13.0",
"license": "MIT",
"author": "RingCentral",
"bugs": {
Expand Down
13 changes: 13 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,19 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
<br />


## [2.13.0](https://github.com/ringcentral/juno/compare/juno-core-v2.12.3...juno-core-v2.13.0) (2022-05-25)


### ⚠ BREAKING CHANGES

* **fix-dialog-size:** change Dialog `max-width` to 400px from 444px when maxWidth=`xs`

### Bug Fixes

* **fix-card-hover-action:** [CardHoverActions] add `z-index` to make sure `CardHoverActions` would not be covered by `CardSelectionArea` ([e4e80bc](https://github.com/ringcentral/juno/commit/e4e80bca4b806fc479ae38f6dcb43eecfcfe67f4))
* **fix-dialog-size:** [Dialog] change Dialog `max-width` to to follow design when maxWidth=`xs` ([c92cec7](https://github.com/ringcentral/juno/commit/c92cec7312f9d45957a3e4c80820f02f19c16bdb))
* **fix-useEventListener-type:** [useEventListener] fix `callback` and `event` type issues ([9a04229](https://github.com/ringcentral/juno/commit/9a04229a2bfd1dfe74ae368c0777be3a64fcb14a))

### [2.12.4](https://github.com/ringcentral/juno/compare/juno-core-v2.12.3...juno-core-v2.12.4) (2022-05-19)


Expand Down

0 comments on commit 5ec1f2a

Please sign in to comment.