diff --git a/packages/juno-core/CHANGELOG.md b/packages/juno-core/CHANGELOG.md index e5123ee8..86599c8f 100644 --- a/packages/juno-core/CHANGELOG.md +++ b/packages/juno-core/CHANGELOG.md @@ -1,4 +1,16 @@ +## [2.20.0](https://github.com/ringcentral/juno/compare/juno-core-v2.19.2...juno-core-v2.20.0) (2022-08-30) + + +### Features + +* **Downshift:** support toggleWithInput with autocomplete variant ([6f55077](https://github.com/ringcentral/juno/commit/6f550774d4a97a6585bc14d775d42e65466547ec)) + + +### Bug Fixes + +* **Downshift:** not focus again when toggle with input ([d030c70](https://github.com/ringcentral/juno/commit/d030c707b503dbb45443d4f84b2528c7c953ba5b)) + ### [2.19.2](https://github.com/ringcentral/juno/compare/juno-core-v2.19.0...juno-core-v2.19.2) (2022-08-26) diff --git a/packages/juno-core/package.json b/packages/juno-core/package.json index c81d7411..e0ca6940 100644 --- a/packages/juno-core/package.json +++ b/packages/juno-core/package.json @@ -1,6 +1,6 @@ { "name": "@ringcentral/juno", - "version": "2.19.3", + "version": "2.20.0", "license": "MIT", "author": "RingCentral", "bugs": { diff --git a/packages/juno-storybook/src/docs/CHANGELOG.story.mdx b/packages/juno-storybook/src/docs/CHANGELOG.story.mdx index c1b4bdb6..4532c0e0 100644 --- a/packages/juno-storybook/src/docs/CHANGELOG.story.mdx +++ b/packages/juno-storybook/src/docs/CHANGELOG.story.mdx @@ -7,6 +7,18 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
+## [2.20.0](https://github.com/ringcentral/juno/compare/juno-core-v2.19.2...juno-core-v2.20.0) (2022-08-30) + + +### Features + +* **Downshift:** support toggleWithInput with autocomplete variant ([6f55077](https://github.com/ringcentral/juno/commit/6f550774d4a97a6585bc14d775d42e65466547ec)) + + +### Bug Fixes + +* **Downshift:** not focus again when toggle with input ([d030c70](https://github.com/ringcentral/juno/commit/d030c707b503dbb45443d4f84b2528c7c953ba5b)) + ### [2.19.2](https://github.com/ringcentral/juno/compare/juno-core-v2.19.0...juno-core-v2.19.2) (2022-08-26)