Skip to content

Commit 80f5b74

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

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
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.6...juno-core-v3.0.0-alpha.7) (2026-01-29)
3+
24
## [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)
35

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

packages/juno-core/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",
3-
"version": "3.0.0-alpha.6",
3+
"version": "3.0.0-alpha.7",
44
"license": "MIT",
55
"author": "RingCentral",
66
"bugs": {
@@ -44,8 +44,8 @@
4444
"devDependencies": {
4545
"dayjs": "^1.11.6",
4646
"styled-components": "5.3.11",
47-
"@ringcentral/juno-icon": "3.0.0-alpha.6",
48-
"@ringcentral/juno-storybook": "3.0.0-alpha.6"
47+
"@ringcentral/juno-icon": "3.0.0-alpha.7",
48+
"@ringcentral/juno-storybook": "3.0.0-alpha.7"
4949
},
5050
"peerDependencies": {
5151
"@ringcentral/juno-icon": "^1.0.0 || ^2.0.0-alpha.0 || ^3.0.0-alpha.0",

packages/juno-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ringcentral/juno-icon",
3-
"version": "3.0.0-alpha.6",
3+
"version": "3.0.0-alpha.7",
44
"license": "MIT",
55
"author": "RingCentral",
66
"bugs": {

packages/juno-storybook/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-storybook",
3-
"version": "3.0.0-alpha.6",
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.6",
20+
"@ringcentral/juno": "3.0.0-alpha.7",
2121
"moment": "^2.29.1",
2222
"react": "18.2.0",
2323
"react-dom": "18.2.0",

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.6...juno-core-v3.0.0-alpha.7) (2026-01-29)
11+
1012
## [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)
1113

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

0 commit comments

Comments
 (0)