From 54a85831c234f23d0c8187b58515da7920f80e31 Mon Sep 17 00:00:00 2001 From: "mervin.lin" Date: Mon, 26 Jun 2023 15:36:31 +0800 Subject: [PATCH] chore(release): [juno-core] release 2.36.2 --- packages/juno-core/CHANGELOG.md | 7 +++++++ packages/juno-storybook/src/docs/CHANGELOG.story.mdx | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/packages/juno-core/CHANGELOG.md b/packages/juno-core/CHANGELOG.md index 1b79d2cb..b9d4ae6c 100644 --- a/packages/juno-core/CHANGELOG.md +++ b/packages/juno-core/CHANGELOG.md @@ -1,4 +1,11 @@ +### [2.36.2](https://github.com/ringcentral/juno/compare/juno-core-v2.36.1...juno-core-v2.36.2) (2023-06-26) + + +### Bug Fixes + +* **fix-typography-type:** [Types] improve RcLink, RcText, RcTypography, RcInlineEditable variant type for extension typography token ([67c2763](https://github.com/ringcentral/juno/commit/67c2763af841f8f397c849eafe83a5ec045c9352)) + ### [2.36.1](https://github.com/ringcentral/juno/compare/juno-core-v2.36.0...juno-core-v2.36.1) (2023-06-26) diff --git a/packages/juno-storybook/src/docs/CHANGELOG.story.mdx b/packages/juno-storybook/src/docs/CHANGELOG.story.mdx index dbd7417d..4aa8ab46 100644 --- a/packages/juno-storybook/src/docs/CHANGELOG.story.mdx +++ b/packages/juno-storybook/src/docs/CHANGELOG.story.mdx @@ -7,6 +7,13 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
+### [2.36.2](https://github.com/ringcentral/juno/compare/juno-core-v2.36.1...juno-core-v2.36.2) (2023-06-26) + + +### Bug Fixes + +* **fix-typography-type:** [Types] improve RcLink, RcText, RcTypography, RcInlineEditable variant type for extension typography token ([67c2763](https://github.com/ringcentral/juno/commit/67c2763af841f8f397c849eafe83a5ec045c9352)) + ### [2.36.1](https://github.com/ringcentral/juno/compare/juno-core-v2.36.0...juno-core-v2.36.1) (2023-06-26)