Skip to content

Commit e453b1d

Browse files
chore(release): [juno-core] release 3.0.0-alpha.9
1 parent 3b2ff9d commit e453b1d

File tree

7 files changed

+25
-11
lines changed

7 files changed

+25
-11
lines changed

packages/juno-core/CHANGELOG.md

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

2+
## [3.0.0-alpha.9](https://github.com/ringcentral/juno/compare/juno-core-v3.0.0-alpha.8...juno-core-v3.0.0-alpha.9) (2026-01-30)
3+
4+
5+
### Bug Fixes
6+
7+
* **juno-core:** eliminate any type inference in styled-components exports ([2fceae3](https://github.com/ringcentral/juno/commit/2fceae3c2943309a78ad989f0b1e55e6b9b41919))
8+
29
## [3.0.0-alpha.8](https://github.com/ringcentral/juno/compare/juno-core-v3.0.0-alpha.8...juno-core-v3.0.0-alpha.8) (2026-01-30)
310

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

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.8",
3+
"version": "3.0.0-alpha.9",
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.8",
48-
"@ringcentral/juno-storybook": "3.0.0-alpha.8"
47+
"@ringcentral/juno-icon": "3.0.0-alpha.9",
48+
"@ringcentral/juno-storybook": "3.0.0-alpha.9"
4949
},
5050
"peerDependencies": {
5151
"@ringcentral/juno-icon": "^1.0.0 || ^2.0.0-alpha.0 || ^3.0.0-alpha.0",

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.8",
3+
"version": "3.0.0-alpha.9",
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.8",
24-
"@ringcentral/juno-icon": "3.0.0-alpha.8"
23+
"@ringcentral/juno": "3.0.0-alpha.9",
24+
"@ringcentral/juno-icon": "3.0.0-alpha.9"
2525
},
2626
"devDependencies": {
2727
"framer": "2.1.3"

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.8",
3+
"version": "3.0.0-alpha.9",
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.8",
3+
"version": "3.0.0-alpha.9",
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.8",
20+
"@ringcentral/juno": "3.0.0-alpha.9",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
77
<br />
88

99

10+
## [3.0.0-alpha.9](https://github.com/ringcentral/juno/compare/juno-core-v3.0.0-alpha.8...juno-core-v3.0.0-alpha.9) (2026-01-30)
11+
12+
13+
### Bug Fixes
14+
15+
* **juno-core:** eliminate any type inference in styled-components exports ([2fceae3](https://github.com/ringcentral/juno/commit/2fceae3c2943309a78ad989f0b1e55e6b9b41919))
16+
1017
## [3.0.0-alpha.8](https://github.com/ringcentral/juno/compare/juno-core-v3.0.0-alpha.8...juno-core-v3.0.0-alpha.8) (2026-01-30)
1118

1219
## [3.0.0-alpha.8](https://github.com/ringcentral/juno/compare/juno-core-v3.0.0-alpha.7...juno-core-v3.0.0-alpha.8) (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.8",
3+
"version": "3.0.0-alpha.9",
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.8"
20+
"@ringcentral/juno": "3.0.0-alpha.9"
2121
},
2222
"peerDependencies": {
2323
"@material-ui/core": "^4.12.3",

0 commit comments

Comments
 (0)