Skip to content

Commit 7e8123e

Browse files
chore(release): [juno-core] release 3.0.0-alpha.7
1 parent 80f5b74 commit 7e8123e

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

packages/juno-core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
## [3.0.0-alpha.7](https://github.com/ringcentral/juno/compare/juno-core-v3.0.0-alpha.7...juno-core-v3.0.0-alpha.7) (2026-01-29)
3+
24
## [3.0.0-alpha.7](https://github.com/ringcentral/juno/compare/juno-core-v3.0.0-alpha.6...juno-core-v3.0.0-alpha.7) (2026-01-29)
35

46
## [3.0.0-alpha.6](https://github.com/ringcentral/juno/compare/juno-core-v3.0.0-alpha.6...juno-core-v3.0.0-alpha.6) (2026-01-29)

packages/juno-framer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ringcentral/juno-framer",
3-
"version": "3.0.0-alpha.5",
3+
"version": "3.0.0-alpha.7",
44
"private": true,
55
"license": "MIT",
66
"author": "RingCentral",
@@ -20,8 +20,8 @@
2020
},
2121
"dependencies": {
2222
"esbuild": "0.14.1",
23-
"@ringcentral/juno": "3.0.0-alpha.5",
24-
"@ringcentral/juno-icon": "3.0.0-alpha.5"
23+
"@ringcentral/juno": "3.0.0-alpha.7",
24+
"@ringcentral/juno-icon": "3.0.0-alpha.7"
2525
},
2626
"devDependencies": {
2727
"framer": "2.1.3"

packages/juno-storybook/src/docs/CHANGELOG.story.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
77
<br />
88

99

10+
## [3.0.0-alpha.7](https://github.com/ringcentral/juno/compare/juno-core-v3.0.0-alpha.7...juno-core-v3.0.0-alpha.7) (2026-01-29)
11+
1012
## [3.0.0-alpha.7](https://github.com/ringcentral/juno/compare/juno-core-v3.0.0-alpha.6...juno-core-v3.0.0-alpha.7) (2026-01-29)
1113

1214
## [3.0.0-alpha.6](https://github.com/ringcentral/juno/compare/juno-core-v3.0.0-alpha.6...juno-core-v3.0.0-alpha.6) (2026-01-29)

packages/juno-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ringcentral/juno-test",
3-
"version": "3.0.0-alpha.5",
3+
"version": "3.0.0-alpha.7",
44
"private": true,
55
"license": "MIT",
66
"author": "RingCentral",
@@ -17,7 +17,7 @@
1717
"clean-cache": "rm -rf node_modules/.cache"
1818
},
1919
"dependencies": {
20-
"@ringcentral/juno": "3.0.0-alpha.5"
20+
"@ringcentral/juno": "3.0.0-alpha.7"
2121
},
2222
"peerDependencies": {
2323
"@material-ui/core": "^4.12.3",

0 commit comments

Comments
 (0)