From 815626bcffc95dc3a5d481f909e9dc472d935573 Mon Sep 17 00:00:00 2001 From: "mervin.lin" Date: Thu, 10 Aug 2023 09:29:02 +0800 Subject: [PATCH] chore(release): [juno-core] release 2.36.5 --- 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 73c9d69a..6a2a1d73 100644 --- a/packages/juno-core/CHANGELOG.md +++ b/packages/juno-core/CHANGELOG.md @@ -1,4 +1,11 @@ +### [2.36.5](https://github.com/ringcentral/juno/compare/juno-core-v2.36.4...juno-core-v2.36.5) (2023-08-10) + + +### Bug Fixes + +* **Tooltip:** Fix tooltip position when it is near the edge of the screen ([62580df](https://github.com/ringcentral/juno/commit/62580dfb9589e7a03926fca5dfcb3cbf7747227b)) + ### [2.36.4](https://github.com/ringcentral/juno/compare/juno-core-v2.36.3...juno-core-v2.36.4) (2023-08-03) diff --git a/packages/juno-storybook/src/docs/CHANGELOG.story.mdx b/packages/juno-storybook/src/docs/CHANGELOG.story.mdx index c9d7fc0c..ffcc7781 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.5](https://github.com/ringcentral/juno/compare/juno-core-v2.36.4...juno-core-v2.36.5) (2023-08-10) + + +### Bug Fixes + +* **Tooltip:** Fix tooltip position when it is near the edge of the screen ([62580df](https://github.com/ringcentral/juno/commit/62580dfb9589e7a03926fca5dfcb3cbf7747227b)) + ### [2.36.4](https://github.com/ringcentral/juno/compare/juno-core-v2.36.3...juno-core-v2.36.4) (2023-08-03)