Skip to content

Commit

Permalink
chore(release): [juno-core] release 2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
233mawile-rc committed Sep 8, 2023
1 parent 3cde316 commit 162b330
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/juno-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

## [2.38.0](https://github.com/ringcentral/juno/compare/juno-core-v2.37.0...juno-core-v2.38.0) (2023-09-08)


### ⚠ BREAKING CHANGES

* **update-typography:** update fontSize of body1 and body2 to 14px; update lineHight of body1 and body2 to 20px

### Features

* **update-typography:** [Theme] update typography body1 and body2 ([bcd0d64](https://github.com/ringcentral/juno/commit/bcd0d64c507cd5f04dac7f05c4cf8030acd95ad4))

## [2.37.0](https://github.com/ringcentral/juno/compare/juno-core-v2.36.5...juno-core-v2.37.0) (2023-08-10)


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


## [2.38.0](https://github.com/ringcentral/juno/compare/juno-core-v2.37.0...juno-core-v2.38.0) (2023-09-08)


### ⚠ BREAKING CHANGES

* **update-typography:** update fontSize of body1 and body2 to 14px; update lineHight of body1 and body2 to 20px

### Features

* **update-typography:** [Theme] update typography body1 and body2 ([bcd0d64](https://github.com/ringcentral/juno/commit/bcd0d64c507cd5f04dac7f05c4cf8030acd95ad4))

## [2.37.0](https://github.com/ringcentral/juno/compare/juno-core-v2.36.5...juno-core-v2.37.0) (2023-08-10)


Expand Down

0 comments on commit 162b330

Please sign in to comment.