Skip to content

Commit

Permalink
chore(release): [juno-core] release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
233mawile-rc committed Apr 28, 2022
1 parent 46f77fb commit 58ecf7f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/juno-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

## [2.11.0](https://github.com/ringcentral/juno/compare/juno-core-v2.10.0...juno-core-v2.11.0) (2022-04-28)


### Features

* **FIJI-50006:** [virtuoso] upgrade virtuoso version to v2.10.1 ([ad9cdf7](https://github.com/ringcentral/juno/commit/ad9cdf7e17b39ba664727be1406144022e85d2ab))
* **Tabs:** support updateAllTabsSize in computeWhetherToUseMoreMode ([622264f](https://github.com/ringcentral/juno/commit/622264f5f3d6a0f6636e427abf48d578ac40fb03))


### Bug Fixes

* **FIJI-50006:** [PortalHost] fix issue about nested components that support portalManager ([dba0426](https://github.com/ringcentral/juno/commit/dba042698bd7adc1f12fb577198b7f704b031037))
* **FIJI-50006:** [TextField] fix issue about clear button lost when TextField is uncontrolled ([2707280](https://github.com/ringcentral/juno/commit/270728012ffaae1110e72f921a2294c572ff3c2f))
* **FIJI-50006:** [VirtualizedMenu] change vl menu animation to fade ([d4d2864](https://github.com/ringcentral/juno/commit/d4d28642ef48ce071a86d8d5b79310c43d061051))

## [2.9.0](https://github.com/ringcentral/juno/compare/juno-core-v2.8.1...juno-core-v2.9.0) (2022-04-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/juno-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ringcentral/juno",
"version": "2.10.1",
"version": "2.11.0",
"license": "MIT",
"author": "RingCentral",
"bugs": {
Expand Down
15 changes: 15 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,21 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
<br />


## [2.11.0](https://github.com/ringcentral/juno/compare/juno-core-v2.10.0...juno-core-v2.11.0) (2022-04-28)


### Features

* **FIJI-50006:** [virtuoso] upgrade virtuoso version to v2.10.1 ([ad9cdf7](https://github.com/ringcentral/juno/commit/ad9cdf7e17b39ba664727be1406144022e85d2ab))
* **Tabs:** support updateAllTabsSize in computeWhetherToUseMoreMode ([622264f](https://github.com/ringcentral/juno/commit/622264f5f3d6a0f6636e427abf48d578ac40fb03))


### Bug Fixes

* **FIJI-50006:** [PortalHost] fix issue about nested components that support portalManager ([dba0426](https://github.com/ringcentral/juno/commit/dba042698bd7adc1f12fb577198b7f704b031037))
* **FIJI-50006:** [TextField] fix issue about clear button lost when TextField is uncontrolled ([2707280](https://github.com/ringcentral/juno/commit/270728012ffaae1110e72f921a2294c572ff3c2f))
* **FIJI-50006:** [VirtualizedMenu] change vl menu animation to fade ([d4d2864](https://github.com/ringcentral/juno/commit/d4d28642ef48ce071a86d8d5b79310c43d061051))

## [2.9.0](https://github.com/ringcentral/juno/compare/juno-core-v2.8.1...juno-core-v2.9.0) (2022-04-21)


Expand Down

0 comments on commit 58ecf7f

Please sign in to comment.