diff --git a/packages/juno-icon/CHANGELOG.md b/packages/juno-icon/CHANGELOG.md index 5a284a67..27552087 100644 --- a/packages/juno-icon/CHANGELOG.md +++ b/packages/juno-icon/CHANGELOG.md @@ -1,4 +1,11 @@ +## [1.9.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.8.0...juno-icon-v1.9.0) (2022-06-21) + + +### Features + +* **FIJI-52441:** [Icon] add icon `JumpTo` ([bdc8123](https://github.com/ringcentral/juno/commit/bdc81238038cc031078f222cf3b63821bdb6528d)) + ## [1.8.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.7.0...juno-icon-v1.8.0) (2022-06-13) diff --git a/packages/juno-icon/package.json b/packages/juno-icon/package.json index cf26e071..bf2e2fa7 100644 --- a/packages/juno-icon/package.json +++ b/packages/juno-icon/package.json @@ -1,6 +1,6 @@ { "name": "@ringcentral/juno-icon", - "version": "1.8.1", + "version": "1.9.0", "license": "MIT", "author": "RingCentral", "bugs": { diff --git a/packages/juno-storybook/src/docs/icon-CHANGELOG.story.mdx b/packages/juno-storybook/src/docs/icon-CHANGELOG.story.mdx index 39544aa5..6834943a 100644 --- a/packages/juno-storybook/src/docs/icon-CHANGELOG.story.mdx +++ b/packages/juno-storybook/src/docs/icon-CHANGELOG.story.mdx @@ -7,6 +7,13 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
+## [1.9.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.8.0...juno-icon-v1.9.0) (2022-06-21) + + +### Features + +* **FIJI-52441:** [Icon] add icon `JumpTo` ([bdc8123](https://github.com/ringcentral/juno/commit/bdc81238038cc031078f222cf3b63821bdb6528d)) + ## [1.8.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.7.0...juno-icon-v1.8.0) (2022-06-13)