From 5ec1f2a3c8209659727949436e75a91458e475b0 Mon Sep 17 00:00:00 2001 From: "mervin.lin" Date: Wed, 25 May 2022 17:07:26 +0800 Subject: [PATCH] chore(release): [juno-core] release 2.13.0 --- packages/juno-core/CHANGELOG.md | 13 +++++++++++++ packages/juno-core/package.json | 2 +- .../juno-storybook/src/docs/CHANGELOG.story.mdx | 13 +++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/packages/juno-core/CHANGELOG.md b/packages/juno-core/CHANGELOG.md index 5ec051f9..d9635d6d 100644 --- a/packages/juno-core/CHANGELOG.md +++ b/packages/juno-core/CHANGELOG.md @@ -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) diff --git a/packages/juno-core/package.json b/packages/juno-core/package.json index 6399fc5d..8ecdc3d8 100644 --- a/packages/juno-core/package.json +++ b/packages/juno-core/package.json @@ -1,6 +1,6 @@ { "name": "@ringcentral/juno", - "version": "2.12.5", + "version": "2.13.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 ce8b3c2e..518af264 100644 --- a/packages/juno-storybook/src/docs/CHANGELOG.story.mdx +++ b/packages/juno-storybook/src/docs/CHANGELOG.story.mdx @@ -7,6 +7,19 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
+## [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)