From 773588925f7e8ee5b420dd1515c7ecd702f46141 Mon Sep 17 00:00:00 2001 From: Alan Zou Date: Wed, 13 Apr 2022 15:24:47 +0800 Subject: [PATCH] chore(release): [juno-core] release 2.4.1 --- packages/juno-core/CHANGELOG.md | 8 ++++++++ packages/juno-storybook/src/docs/CHANGELOG.story.mdx | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/packages/juno-core/CHANGELOG.md b/packages/juno-core/CHANGELOG.md index 20ca953e..1b82e8f4 100644 --- a/packages/juno-core/CHANGELOG.md +++ b/packages/juno-core/CHANGELOG.md @@ -1,4 +1,12 @@ +### [2.4.1](https://github.com/ringcentral/juno/compare/juno-core-v2.4.0...juno-core-v2.4.1) (2022-04-13) + + +### Bug Fixes + +* **ThemeProvider:** add more check with iPhone, iPad ([00de83a](https://github.com/ringcentral/juno/commit/00de83ae67e8421057e69d11c89d08fcc26d910f)) +* **ThemeProvider:** support outside custom should enable `fixSafari154` style fix ([935bc0e](https://github.com/ringcentral/juno/commit/935bc0ed124d7a40efa06fd51596543755e33330)) + ## [2.4.0](https://github.com/ringcentral/juno/compare/juno-core-v2.3.7...juno-core-v2.4.0) (2022-04-12) diff --git a/packages/juno-storybook/src/docs/CHANGELOG.story.mdx b/packages/juno-storybook/src/docs/CHANGELOG.story.mdx index 63da3010..2e25ee0c 100644 --- a/packages/juno-storybook/src/docs/CHANGELOG.story.mdx +++ b/packages/juno-storybook/src/docs/CHANGELOG.story.mdx @@ -7,6 +7,14 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
+### [2.4.1](https://github.com/ringcentral/juno/compare/juno-core-v2.4.0...juno-core-v2.4.1) (2022-04-13) + + +### Bug Fixes + +* **ThemeProvider:** add more check with iPhone, iPad ([00de83a](https://github.com/ringcentral/juno/commit/00de83ae67e8421057e69d11c89d08fcc26d910f)) +* **ThemeProvider:** support outside custom should enable `fixSafari154` style fix ([935bc0e](https://github.com/ringcentral/juno/commit/935bc0ed124d7a40efa06fd51596543755e33330)) + ## [2.4.0](https://github.com/ringcentral/juno/compare/juno-core-v2.3.7...juno-core-v2.4.0) (2022-04-12)