diff --git a/packages/juno-icon/CHANGELOG.md b/packages/juno-icon/CHANGELOG.md index c4500320..30cd5d7b 100644 --- a/packages/juno-icon/CHANGELOG.md +++ b/packages/juno-icon/CHANGELOG.md @@ -1,4 +1,11 @@ +## [1.78.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.77.0...juno-icon-v1.78.0) (2024-09-18) + + +### Features + +* **Icon:** add new icons AiSparkle, ThumbUpSp, ThumbDownSp, ThumbUpBorderSp, ThumbDownBorderSp ([dcbbbae](https://github.com/ringcentral/juno/commit/dcbbbaef0cd8494a0a0ae21d87a376a779203f91)) + ## [1.77.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.76.0...juno-icon-v1.77.0) (2024-07-25) diff --git a/packages/juno-icon/package.json b/packages/juno-icon/package.json index 845c2681..a0f59204 100644 --- a/packages/juno-icon/package.json +++ b/packages/juno-icon/package.json @@ -1,6 +1,6 @@ { "name": "@ringcentral/juno-icon", - "version": "1.77.1", + "version": "1.78.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 2c3a3f67..6193be53 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.78.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.77.0...juno-icon-v1.78.0) (2024-09-18) + + +### Features + +* **Icon:** add new icons AiSparkle, ThumbUpSp, ThumbDownSp, ThumbUpBorderSp, ThumbDownBorderSp ([dcbbbae](https://github.com/ringcentral/juno/commit/dcbbbaef0cd8494a0a0ae21d87a376a779203f91)) + ## [1.77.0](https://github.com/ringcentral/juno/compare/juno-icon-v1.76.0...juno-icon-v1.77.0) (2024-07-25)