Skip to content

Commit 2778fd4

Browse files
authored
chore(release): v10.45.0-rc.0 (#9764)
1 parent 58006cc commit 2778fd4

File tree

10 files changed

+41
-41
lines changed

10 files changed

+41
-41
lines changed

config/jest-config-carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jest-config-carbon",
33
"private": true,
44
"description": "Jest configuration and preset for Carbon",
5-
"version": "0.8.0",
5+
"version": "0.9.0-rc.0",
66
"license": "Apache-2.0",
77
"main": "index.js",
88
"repository": {

packages/carbon-react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/react",
33
"description": "React components for the Carbon Design System",
4-
"version": "0.5.0",
4+
"version": "0.6.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -44,10 +44,10 @@
4444
"dependencies": {
4545
"@carbon/feature-flags": "^0.6.0",
4646
"@carbon/icons-react": "^10.39.0",
47-
"@carbon/styles": "^0.5.0",
47+
"@carbon/styles": "^0.6.0-rc.0",
4848
"@carbon/telemetry": "0.0.0-alpha.6",
49-
"carbon-components": "^10.44.0",
50-
"carbon-components-react": "^7.44.0",
49+
"carbon-components": "^10.45.0-rc.0",
50+
"carbon-components-react": "^7.45.0-rc.0",
5151
"carbon-icons": "^7.0.7"
5252
},
5353
"devDependencies": {
@@ -58,7 +58,7 @@
5858
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
5959
"@babel/preset-env": "^7.14.7",
6060
"@babel/preset-react": "^7.14.5",
61-
"@carbon/themes": "^10.43.0",
61+
"@carbon/themes": "^10.44.0-rc.0",
6262
"@rollup/plugin-babel": "^5.3.0",
6363
"@rollup/plugin-commonjs": "^18.0.0",
6464
"@rollup/plugin-node-resolve": "^11.2.1",

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "carbon-components",
33
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
4-
"version": "10.44.0",
4+
"version": "10.45.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "umd/index.js",
77
"module": "es/index.js",
@@ -81,7 +81,7 @@
8181
"@babel/preset-react": "^7.14.5",
8282
"@babel/runtime": "^7.14.6",
8383
"@carbon/cli": "^10.29.0",
84-
"@carbon/elements": "^10.43.0",
84+
"@carbon/elements": "^10.44.0-rc.0",
8585
"@carbon/icons-handlebars": "^10.39.0",
8686
"@carbon/icons-react": "^10.39.0",
8787
"@carbon/test-utils": "^10.19.0",

packages/elements/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/elements",
33
"description": "A collection of design elements in code for the IBM Design Language",
4-
"version": "10.43.0",
4+
"version": "10.44.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -41,8 +41,8 @@
4141
"@carbon/import-once": "^10.6.0",
4242
"@carbon/layout": "^10.32.0",
4343
"@carbon/motion": "^10.24.0",
44-
"@carbon/themes": "^10.43.0",
45-
"@carbon/type": "^10.36.0"
44+
"@carbon/themes": "^10.44.0-rc.0",
45+
"@carbon/type": "^10.37.0-rc.0"
4646
},
4747
"devDependencies": {
4848
"@carbon/cli": "^10.29.0",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "carbon-components-react",
33
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
4-
"version": "7.44.0",
4+
"version": "7.45.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -100,7 +100,7 @@
100100
"babel-plugin-react-docgen": "^4.2.1",
101101
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
102102
"browserslist-config-carbon": "^10.6.1",
103-
"carbon-components": "^10.44.0",
103+
"carbon-components": "^10.45.0-rc.0",
104104
"carbon-icons": "^7.0.5",
105105
"chalk": "^4.1.1",
106106
"cli-table": "^0.3.0",

packages/sketch/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@carbon/sketch",
33
"private": true,
44
"description": "Tooling for generating a sketch plugin to bring code to design",
5-
"version": "10.42.0",
5+
"version": "10.43.0-rc.0",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
@@ -31,8 +31,8 @@
3131
"@carbon/colors": "^10.32.0",
3232
"@carbon/icon-helpers": "^10.23.0",
3333
"@carbon/icons": "^10.39.0",
34-
"@carbon/themes": "^10.43.0",
35-
"@carbon/type": "^10.36.0",
34+
"@carbon/themes": "^10.44.0-rc.0",
35+
"@carbon/type": "^10.37.0-rc.0",
3636
"@skpm/builder": "^0.7.0",
3737
"color-string": "^1.5.3",
3838
"core-js": "^3.16.0",

packages/styles/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/styles",
33
"description": "Styles for the Carbon Design System",
4-
"version": "0.5.0",
4+
"version": "0.6.0-rc.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -25,8 +25,8 @@
2525
"@carbon/grid": "^10.36.0",
2626
"@carbon/layout": "^10.32.0",
2727
"@carbon/motion": "^10.24.0",
28-
"@carbon/themes": "^10.43.0",
29-
"@carbon/type": "^10.36.0",
28+
"@carbon/themes": "^10.44.0-rc.0",
29+
"@carbon/type": "^10.37.0-rc.0",
3030
"@ibm/plex": "6.0.0-next.6"
3131
},
3232
"devDependencies": {

packages/themes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/themes",
33
"description": "Themes for applying color in the Carbon Design System",
4-
"version": "10.43.0",
4+
"version": "10.44.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@carbon/colors": "^10.32.0",
3333
"@carbon/layout": "^10.32.0",
34-
"@carbon/type": "^10.36.0",
34+
"@carbon/type": "^10.37.0-rc.0",
3535
"color": "^3.1.2"
3636
},
3737
"devDependencies": {

packages/type/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/type",
33
"description": "Typography for digital and software products using the Carbon Design System",
4-
"version": "10.36.0",
4+
"version": "10.37.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,7 +1768,7 @@ __metadata:
17681768
languageName: unknown
17691769
linkType: soft
17701770

1771-
"@carbon/elements@^10.43.0, @carbon/elements@workspace:packages/elements":
1771+
"@carbon/elements@^10.44.0-rc.0, @carbon/elements@workspace:packages/elements":
17721772
version: 0.0.0-use.local
17731773
resolution: "@carbon/elements@workspace:packages/elements"
17741774
dependencies:
@@ -1779,8 +1779,8 @@ __metadata:
17791779
"@carbon/import-once": ^10.6.0
17801780
"@carbon/layout": ^10.32.0
17811781
"@carbon/motion": ^10.24.0
1782-
"@carbon/themes": ^10.43.0
1783-
"@carbon/type": ^10.36.0
1782+
"@carbon/themes": ^10.44.0-rc.0
1783+
"@carbon/type": ^10.37.0-rc.0
17841784
fs-extra: ^8.1.0
17851785
klaw-sync: ^6.0.0
17861786
replace-in-file: ^3.4.2
@@ -1997,9 +1997,9 @@ __metadata:
19971997
"@babel/preset-react": ^7.14.5
19981998
"@carbon/feature-flags": ^0.6.0
19991999
"@carbon/icons-react": ^10.39.0
2000-
"@carbon/styles": ^0.5.0
2000+
"@carbon/styles": ^0.6.0-rc.0
20012001
"@carbon/telemetry": 0.0.0-alpha.6
2002-
"@carbon/themes": ^10.43.0
2002+
"@carbon/themes": ^10.44.0-rc.0
20032003
"@rollup/plugin-babel": ^5.3.0
20042004
"@rollup/plugin-commonjs": ^18.0.0
20052005
"@rollup/plugin-node-resolve": ^11.2.1
@@ -2013,8 +2013,8 @@ __metadata:
20132013
babel-plugin-dev-expression: ^0.2.2
20142014
babel-preset-carbon: ^0.1.0
20152015
browserslist-config-carbon: ^10.6.1
2016-
carbon-components: ^10.44.0
2017-
carbon-components-react: ^7.44.0
2016+
carbon-components: ^10.45.0-rc.0
2017+
carbon-components-react: ^7.45.0-rc.0
20182018
carbon-icons: ^7.0.7
20192019
css-loader: ^5.2.4
20202020
fs-extra: ^10.0.0
@@ -2055,8 +2055,8 @@ __metadata:
20552055
"@carbon/colors": ^10.32.0
20562056
"@carbon/icon-helpers": ^10.23.0
20572057
"@carbon/icons": ^10.39.0
2058-
"@carbon/themes": ^10.43.0
2059-
"@carbon/type": ^10.36.0
2058+
"@carbon/themes": ^10.44.0-rc.0
2059+
"@carbon/type": ^10.37.0-rc.0
20602060
"@skpm/builder": ^0.7.0
20612061
color-string: ^1.5.3
20622062
core-js: ^3.16.0
@@ -2067,7 +2067,7 @@ __metadata:
20672067
languageName: unknown
20682068
linkType: soft
20692069

2070-
"@carbon/styles@^0.5.0, @carbon/styles@workspace:packages/styles":
2070+
"@carbon/styles@^0.6.0-rc.0, @carbon/styles@workspace:packages/styles":
20712071
version: 0.0.0-use.local
20722072
resolution: "@carbon/styles@workspace:packages/styles"
20732073
dependencies:
@@ -2077,8 +2077,8 @@ __metadata:
20772077
"@carbon/layout": ^10.32.0
20782078
"@carbon/motion": ^10.24.0
20792079
"@carbon/test-utils": ^10.19.0
2080-
"@carbon/themes": ^10.43.0
2081-
"@carbon/type": ^10.36.0
2080+
"@carbon/themes": ^10.44.0-rc.0
2081+
"@carbon/type": ^10.37.0-rc.0
20822082
"@ibm/plex": 6.0.0-next.6
20832083
css: ^3.0.0
20842084
languageName: unknown
@@ -2121,7 +2121,7 @@ __metadata:
21212121
languageName: unknown
21222122
linkType: soft
21232123

2124-
"@carbon/themes@^10.43.0, @carbon/themes@workspace:packages/themes":
2124+
"@carbon/themes@^10.44.0-rc.0, @carbon/themes@workspace:packages/themes":
21252125
version: 0.0.0-use.local
21262126
resolution: "@carbon/themes@workspace:packages/themes"
21272127
dependencies:
@@ -2133,7 +2133,7 @@ __metadata:
21332133
"@carbon/layout": ^10.32.0
21342134
"@carbon/scss-generator": ^10.13.0
21352135
"@carbon/test-utils": ^10.19.0
2136-
"@carbon/type": ^10.36.0
2136+
"@carbon/type": ^10.37.0-rc.0
21372137
change-case: ^4.1.1
21382138
color: ^3.1.2
21392139
core-js: ^3.16.0
@@ -2144,7 +2144,7 @@ __metadata:
21442144
languageName: unknown
21452145
linkType: soft
21462146

2147-
"@carbon/type@^10.36.0, @carbon/type@workspace:packages/type":
2147+
"@carbon/type@^10.37.0-rc.0, @carbon/type@workspace:packages/type":
21482148
version: 0.0.0-use.local
21492149
resolution: "@carbon/type@workspace:packages/type"
21502150
dependencies:
@@ -10293,7 +10293,7 @@ __metadata:
1029310293
languageName: node
1029410294
linkType: hard
1029510295

10296-
"carbon-components-react@^7.44.0, carbon-components-react@workspace:packages/react":
10296+
"carbon-components-react@^7.45.0-rc.0, carbon-components-react@workspace:packages/react":
1029710297
version: 0.0.0-use.local
1029810298
resolution: "carbon-components-react@workspace:packages/react"
1029910299
dependencies:
@@ -10336,7 +10336,7 @@ __metadata:
1033610336
babel-plugin-react-docgen: ^4.2.1
1033710337
babel-plugin-transform-inline-environment-variables: ^0.4.3
1033810338
browserslist-config-carbon: ^10.6.1
10339-
carbon-components: ^10.44.0
10339+
carbon-components: ^10.45.0-rc.0
1034010340
carbon-icons: ^7.0.5
1034110341
chalk: ^4.1.1
1034210342
classnames: 2.3.1
@@ -10420,7 +10420,7 @@ __metadata:
1042010420
languageName: node
1042110421
linkType: hard
1042210422

10423-
"carbon-components@^10.44.0, carbon-components@workspace:packages/components":
10423+
"carbon-components@^10.45.0-rc.0, carbon-components@workspace:packages/components":
1042410424
version: 0.0.0-use.local
1042510425
resolution: "carbon-components@workspace:packages/components"
1042610426
dependencies:
@@ -10433,7 +10433,7 @@ __metadata:
1043310433
"@babel/preset-react": ^7.14.5
1043410434
"@babel/runtime": ^7.14.6
1043510435
"@carbon/cli": ^10.29.0
10436-
"@carbon/elements": ^10.43.0
10436+
"@carbon/elements": ^10.44.0-rc.0
1043710437
"@carbon/icons-handlebars": ^10.39.0
1043810438
"@carbon/icons-react": ^10.39.0
1043910439
"@carbon/telemetry": 0.0.0-alpha.6

0 commit comments

Comments
 (0)