From 257e29d7b9c4107486205c3659439cf415aa86b2 Mon Sep 17 00:00:00 2001 From: Declan zou Date: Wed, 9 Mar 2022 18:19:59 +0800 Subject: [PATCH] chore(release): [juno-core] release 2.1.0 --- packages/juno-core/CHANGELOG.md | 12 ++++++++++++ packages/juno-core/package.json | 2 +- packages/juno-storybook/src/docs/CHANGELOG.story.mdx | 12 ++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/packages/juno-core/CHANGELOG.md b/packages/juno-core/CHANGELOG.md index 9dc4e82d..3281c916 100644 --- a/packages/juno-core/CHANGELOG.md +++ b/packages/juno-core/CHANGELOG.md @@ -1,4 +1,16 @@ +## [2.1.0](https://github.com/ringcentral/juno/compare/juno-core-v2.0.3...juno-core-v2.1.0) (2022-03-09) + + +### Features + +* **Chip:** support outlined variant ([d3f6308](https://github.com/ringcentral/juno/commit/d3f630851600faa5d633355a410204b9d57fd65b)) + + +### Bug Fixes + +* **juno-core:** [Menu] re-export RcMenuOnCloseReasonsType ([fd78631](https://github.com/ringcentral/juno/commit/fd786310a284725ccd4e47209e6e0d6de5df71cb)) + ### [2.0.3](https://github.com/ringcentral/juno/compare/juno-core-v2.0.1...juno-core-v2.0.3) (2022-02-28) diff --git a/packages/juno-core/package.json b/packages/juno-core/package.json index a0f09826..5ac8cbb7 100644 --- a/packages/juno-core/package.json +++ b/packages/juno-core/package.json @@ -1,6 +1,6 @@ { "name": "@ringcentral/juno", - "version": "2.0.4", + "version": "2.1.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 16bbc5c6..69342848 100644 --- a/packages/juno-storybook/src/docs/CHANGELOG.story.mdx +++ b/packages/juno-storybook/src/docs/CHANGELOG.story.mdx @@ -7,6 +7,18 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
+## [2.1.0](https://github.com/ringcentral/juno/compare/juno-core-v2.0.3...juno-core-v2.1.0) (2022-03-09) + + +### Features + +* **Chip:** support outlined variant ([d3f6308](https://github.com/ringcentral/juno/commit/d3f630851600faa5d633355a410204b9d57fd65b)) + + +### Bug Fixes + +* **juno-core:** [Menu] re-export RcMenuOnCloseReasonsType ([fd78631](https://github.com/ringcentral/juno/commit/fd786310a284725ccd4e47209e6e0d6de5df71cb)) + ### [2.0.3](https://github.com/ringcentral/juno/compare/juno-core-v2.0.1...juno-core-v2.0.3) (2022-02-28)