diff --git a/packages/juno-core/CHANGELOG.md b/packages/juno-core/CHANGELOG.md index dbe0cd9f..2bb795b1 100644 --- a/packages/juno-core/CHANGELOG.md +++ b/packages/juno-core/CHANGELOG.md @@ -1,4 +1,12 @@ +### [2.42.3](https://github.com/ringcentral/juno/compare/juno-core-v2.42.2...juno-core-v2.42.3) (2024-09-12) + + +### Bug Fixes + +* **List, Menu:** [juno-core] fix list item focus inside issue with mui focus-visible issue ([985231b](https://github.com/ringcentral/juno/commit/985231bce9fc05873f0bb6554babcbc9e1c1826a)) +* **List, Menu:** [juno-core] remove not need class ([4b4a8b9](https://github.com/ringcentral/juno/commit/4b4a8b9fb7392e1f8bfa995c1223a572284d2d2c)) + ### [2.42.2](https://github.com/ringcentral/juno/compare/juno-core-v2.42.0...juno-core-v2.42.2) (2024-07-11) diff --git a/packages/juno-storybook/src/docs/CHANGELOG.story.mdx b/packages/juno-storybook/src/docs/CHANGELOG.story.mdx index 4dc737a5..8ee70af4 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.42.3](https://github.com/ringcentral/juno/compare/juno-core-v2.42.2...juno-core-v2.42.3) (2024-09-12) + + +### Bug Fixes + +* **List, Menu:** [juno-core] fix list item focus inside issue with mui focus-visible issue ([985231b](https://github.com/ringcentral/juno/commit/985231bce9fc05873f0bb6554babcbc9e1c1826a)) +* **List, Menu:** [juno-core] remove not need class ([4b4a8b9](https://github.com/ringcentral/juno/commit/4b4a8b9fb7392e1f8bfa995c1223a572284d2d2c)) + ### [2.42.2](https://github.com/ringcentral/juno/compare/juno-core-v2.42.0...juno-core-v2.42.2) (2024-07-11)