Skip to content

Commit

Permalink
chore(release): [juno-core] release 2.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
233mawile-rc committed Dec 5, 2024
1 parent 7d5c4cf commit 1a0a651
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/juno-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

### [2.43.1](https://github.com/ringcentral/juno/compare/juno-core-v2.43.0...juno-core-v2.43.1) (2024-12-05)


### Features

* **TabList:** fix tabList child memo not working ([e0e5bb9](https://github.com/ringcentral/juno/commit/e0e5bb953abfa869b2dd280183e1a4833c553d9c))
* **TabList:** optimize TabList component with useMemo ([7d5c4cf](https://github.com/ringcentral/juno/commit/7d5c4cf96e982745dbc69a9de30bd5ceb15970b6))
* **TabList:** throw error if idPrefix is missing in TabList ([aa69996](https://github.com/ringcentral/juno/commit/aa6999647635c38876611f5c1ff6b78a879ba6d2))

## [2.43.0](https://github.com/ringcentral/juno/compare/juno-core-v2.42.3...juno-core-v2.43.0) (2024-12-04)


Expand Down
9 changes: 9 additions & 0 deletions packages/juno-storybook/src/docs/CHANGELOG.story.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
<br />


### [2.43.1](https://github.com/ringcentral/juno/compare/juno-core-v2.43.0...juno-core-v2.43.1) (2024-12-05)


### Features

* **TabList:** fix tabList child memo not working ([e0e5bb9](https://github.com/ringcentral/juno/commit/e0e5bb953abfa869b2dd280183e1a4833c553d9c))
* **TabList:** optimize TabList component with useMemo ([7d5c4cf](https://github.com/ringcentral/juno/commit/7d5c4cf96e982745dbc69a9de30bd5ceb15970b6))
* **TabList:** throw error if idPrefix is missing in TabList ([aa69996](https://github.com/ringcentral/juno/commit/aa6999647635c38876611f5c1ff6b78a879ba6d2))

## [2.43.0](https://github.com/ringcentral/juno/compare/juno-core-v2.42.3...juno-core-v2.43.0) (2024-12-04)


Expand Down

0 comments on commit 1a0a651

Please sign in to comment.