Skip to content

Commit 8a02789

Browse files
authored
chore(release): v10.47.0-rc.0 (#9950)
1 parent 18ce43c commit 8a02789

11 files changed

Lines changed: 60 additions & 60 deletions

File tree

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.7.0",
4+
"version": "0.8.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.41.0",
47-
"@carbon/styles": "^0.7.0",
47+
"@carbon/styles": "^0.8.0-rc.0",
4848
"@carbon/telemetry": "0.0.0-alpha.6",
49-
"carbon-components": "^10.46.0",
50-
"carbon-components-react": "^7.46.0",
49+
"carbon-components": "^10.47.0-rc.0",
50+
"carbon-components-react": "^7.47.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.45.0",
61+
"@carbon/themes": "^10.46.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.46.0",
4+
"version": "10.47.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.30.0",
84-
"@carbon/elements": "^10.45.0",
84+
"@carbon/elements": "^10.46.0-rc.0",
8585
"@carbon/icons-handlebars": "^10.41.0",
8686
"@carbon/icons-react": "^10.41.0",
8787
"@carbon/test-utils": "^10.19.0",

packages/elements/package.json

Lines changed: 5 additions & 5 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.45.0",
4+
"version": "10.46.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -36,13 +36,13 @@
3636
},
3737
"dependencies": {
3838
"@carbon/colors": "^10.33.0",
39-
"@carbon/grid": "^10.38.0",
39+
"@carbon/grid": "^10.39.0-rc.0",
4040
"@carbon/icons": "^10.41.0",
4141
"@carbon/import-once": "^10.6.0",
42-
"@carbon/layout": "^10.33.0",
42+
"@carbon/layout": "^10.34.0-rc.0",
4343
"@carbon/motion": "^10.25.0",
44-
"@carbon/themes": "^10.45.0",
45-
"@carbon/type": "^10.37.0"
44+
"@carbon/themes": "^10.46.0-rc.0",
45+
"@carbon/type": "^10.38.0-rc.0"
4646
},
4747
"devDependencies": {
4848
"@carbon/cli": "^10.30.0",

packages/grid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/grid",
33
"description": "Grid for digital and software products using the Carbon Design System",
4-
"version": "10.38.0",
4+
"version": "10.39.0-rc.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@carbon/import-once": "^10.6.0",
36-
"@carbon/layout": "^10.33.0"
36+
"@carbon/layout": "^10.34.0-rc.0"
3737
},
3838
"devDependencies": {
3939
"@carbon/cli": "^10.30.0",

packages/layout/package.json

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

packages/react/package.json

Lines changed: 3 additions & 3 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.46.0",
4+
"version": "7.47.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -49,7 +49,7 @@
4949
"@babel/runtime": "^7.14.6",
5050
"@carbon/feature-flags": "^0.6.0",
5151
"@carbon/icons-react": "^10.41.0",
52-
"@carbon/layout": "^10.33.0",
52+
"@carbon/layout": "^10.34.0-rc.0",
5353
"@carbon/telemetry": "0.0.0-alpha.6",
5454
"classnames": "2.3.1",
5555
"copy-to-clipboard": "^3.3.1",
@@ -103,7 +103,7 @@
103103
"babel-plugin-react-docgen": "^4.2.1",
104104
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
105105
"browserslist-config-carbon": "^10.6.1",
106-
"carbon-components": "^10.46.0",
106+
"carbon-components": "^10.47.0-rc.0",
107107
"carbon-icons": "^7.0.5",
108108
"chalk": "^4.1.1",
109109
"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.44.0",
5+
"version": "10.45.0-rc.0",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
@@ -31,8 +31,8 @@
3131
"@carbon/colors": "^10.33.0",
3232
"@carbon/icon-helpers": "^10.24.0",
3333
"@carbon/icons": "^10.41.0",
34-
"@carbon/themes": "^10.45.0",
35-
"@carbon/type": "^10.37.0",
34+
"@carbon/themes": "^10.46.0-rc.0",
35+
"@carbon/type": "^10.38.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: 5 additions & 5 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.7.0",
4+
"version": "0.8.0-rc.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -22,11 +22,11 @@
2222
"dependencies": {
2323
"@carbon/colors": "^10.33.0",
2424
"@carbon/feature-flags": "^0.6.0",
25-
"@carbon/grid": "^10.38.0",
26-
"@carbon/layout": "^10.33.0",
25+
"@carbon/grid": "^10.39.0-rc.0",
26+
"@carbon/layout": "^10.34.0-rc.0",
2727
"@carbon/motion": "^10.25.0",
28-
"@carbon/themes": "^10.45.0",
29-
"@carbon/type": "^10.37.0",
28+
"@carbon/themes": "^10.46.0-rc.0",
29+
"@carbon/type": "^10.38.0-rc.0",
3030
"@ibm/plex": "6.0.0-next.6"
3131
},
3232
"devDependencies": {

packages/themes/package.json

Lines changed: 3 additions & 3 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.45.0",
4+
"version": "10.46.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -30,8 +30,8 @@
3030
},
3131
"dependencies": {
3232
"@carbon/colors": "^10.33.0",
33-
"@carbon/layout": "^10.33.0",
34-
"@carbon/type": "^10.37.0",
33+
"@carbon/layout": "^10.34.0-rc.0",
34+
"@carbon/type": "^10.38.0-rc.0",
3535
"color": "^3.1.2"
3636
},
3737
"devDependencies": {

packages/type/package.json

Lines changed: 2 additions & 2 deletions
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.37.0",
4+
"version": "10.38.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@carbon/import-once": "^10.6.0",
41-
"@carbon/layout": "^10.33.0"
41+
"@carbon/layout": "^10.34.0-rc.0"
4242
},
4343
"devDependencies": {
4444
"@carbon/cli": "^10.30.0",

0 commit comments

Comments
 (0)