Skip to content

Commit

Permalink
chore(release): [juno-core] release 2.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZouYouShun committed Dec 19, 2023
1 parent a9a7fc5 commit ce54c56
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/juno-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

## [2.40.0](https://github.com/ringcentral/juno/compare/juno-core-v2.39.2...juno-core-v2.40.0) (2023-12-19)


### ⚠ BREAKING CHANGES

* **DialerPad:** change default RcDialerPadSounds to MPEG format for better work with most browser, if you need ogg, please import by your self with `import { RcDialerPadSoundsOGG } from @ringcentral/juno;`

### Bug Fixes

* **DialerPad:** [juno-core] add DialerPad mpeg format sound for work with safari ([c64461a](https://github.com/ringcentral/juno/commit/c64461a0ac9d674a68d97b2f4720d6a575d2085d))
* **project:** [juno-core] update miss update dark json in example ([ff1fb7e](https://github.com/ringcentral/juno/commit/ff1fb7e396a6d51167ffb7d52ea0868b50d2d1fe))

### [2.39.2](https://github.com/ringcentral/juno/compare/juno-core-v2.39.1...juno-core-v2.39.2) (2023-12-04)


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


## [2.40.0](https://github.com/ringcentral/juno/compare/juno-core-v2.39.2...juno-core-v2.40.0) (2023-12-19)


### ⚠ BREAKING CHANGES

* **DialerPad:** change default RcDialerPadSounds to MPEG format for better work with most browser, if you need ogg, please import by your self with `import { RcDialerPadSoundsOGG } from @ringcentral/juno;`

### Bug Fixes

* **DialerPad:** [juno-core] add DialerPad mpeg format sound for work with safari ([c64461a](https://github.com/ringcentral/juno/commit/c64461a0ac9d674a68d97b2f4720d6a575d2085d))
* **project:** [juno-core] update miss update dark json in example ([ff1fb7e](https://github.com/ringcentral/juno/commit/ff1fb7e396a6d51167ffb7d52ea0868b50d2d1fe))

### [2.39.2](https://github.com/ringcentral/juno/compare/juno-core-v2.39.1...juno-core-v2.39.2) (2023-12-04)


Expand Down

0 comments on commit ce54c56

Please sign in to comment.