diff --git a/packages/juno-icon/CHANGELOG.md b/packages/juno-icon/CHANGELOG.md index 62048810..c4500320 100644 --- a/packages/juno-icon/CHANGELOG.md +++ b/packages/juno-icon/CHANGELOG.md @@ -1,4 +1,11 @@ +## [1.77.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.76.0...juno-icon-v1.77.0) (2024-07-25) + + +### Features + +* **Icon:** add new icon HomeBorder ([af9902b](https://github.com/ringcentral/juno/commit/af9902bb917aabac40e72cb7a77b0033300aa730)) + ## [1.76.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.75.0...juno-icon-v1.76.0) (2024-07-15) ## [1.75.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.74.0...juno-icon-v1.75.0) (2024-07-11) diff --git a/packages/juno-icon/package.json b/packages/juno-icon/package.json index 6a0f1974..8b038c05 100644 --- a/packages/juno-icon/package.json +++ b/packages/juno-icon/package.json @@ -1,6 +1,6 @@ { "name": "@ringcentral/juno-icon", - "version": "1.76.1", + "version": "1.77.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 aeafd47b..2c3a3f67 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.77.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.76.0...juno-icon-v1.77.0) (2024-07-25) + + +### Features + +* **Icon:** add new icon HomeBorder ([af9902b](https://github.com/ringcentral/juno/commit/af9902bb917aabac40e72cb7a77b0033300aa730)) + ## [1.76.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.75.0...juno-icon-v1.76.0) (2024-07-15) ## [1.75.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.74.0...juno-icon-v1.75.0) (2024-07-11)