Skip to content

Commit

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

## [2.7.0](https://github.com/ringcentral/juno/compare/juno-core-v2.6.0...juno-core-v2.7.0) (2022-04-19)


### ⚠ BREAKING CHANGES

* **fix-iconButton-contained:** By default, RcIcon color will inherit RcIconButton color when variant of IconButton is contained. No more set RcIcon color directly

### Features

* **DialPad:** [DialPad] support `autoSize` prop for use can custom dialpad style ([747a7f7](https://github.com/ringcentral/juno/commit/747a7f750840816a3966c6f3254d60fd74d1b6d6))


### Bug Fixes

* **fix-iconButton-contained:** [IconButton] fix custom icon color issue when variant of IconButton is contained ([e9506a5](https://github.com/ringcentral/juno/commit/e9506a50bba5c7a2241c554a3ac67e51aac4c28e))

## [2.6.0](https://github.com/ringcentral/juno/compare/juno-core-v2.5.0...juno-core-v2.6.0) (2022-04-18)


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.6.1",
"version": "2.7.0",
"license": "MIT",
"author": "RingCentral",
"bugs": {
Expand Down
16 changes: 16 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,22 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
<br />


## [2.7.0](https://github.com/ringcentral/juno/compare/juno-core-v2.6.0...juno-core-v2.7.0) (2022-04-19)


### ⚠ BREAKING CHANGES

* **fix-iconButton-contained:** By default, RcIcon color will inherit RcIconButton color when variant of IconButton is contained. No more set RcIcon color directly

### Features

* **DialPad:** [DialPad] support `autoSize` prop for use can custom dialpad style ([747a7f7](https://github.com/ringcentral/juno/commit/747a7f750840816a3966c6f3254d60fd74d1b6d6))


### Bug Fixes

* **fix-iconButton-contained:** [IconButton] fix custom icon color issue when variant of IconButton is contained ([e9506a5](https://github.com/ringcentral/juno/commit/e9506a50bba5c7a2241c554a3ac67e51aac4c28e))

## [2.6.0](https://github.com/ringcentral/juno/compare/juno-core-v2.5.0...juno-core-v2.6.0) (2022-04-18)


Expand Down

0 comments on commit 78264f8

Please sign in to comment.