Skip to content

Commit 1730d73

Browse files
authored
chore(release): v10.46.0-rc.0 (#9849)
1 parent 1a6eaf2 commit 1730d73

12 files changed

Lines changed: 55 additions & 55 deletions

File tree

packages/carbon-react/package.json

Lines changed: 6 additions & 6 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.6.0",
4+
"version": "0.7.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -43,11 +43,11 @@
4343
},
4444
"dependencies": {
4545
"@carbon/feature-flags": "^0.6.0",
46-
"@carbon/icons-react": "^10.40.0",
47-
"@carbon/styles": "^0.6.0",
46+
"@carbon/icons-react": "^10.41.0-rc.0",
47+
"@carbon/styles": "^0.7.0-rc.0",
4848
"@carbon/telemetry": "0.0.0-alpha.6",
49-
"carbon-components": "^10.45.0",
50-
"carbon-components-react": "^7.45.0",
49+
"carbon-components": "^10.46.0-rc.0",
50+
"carbon-components-react": "^7.46.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.44.0",
61+
"@carbon/themes": "^10.45.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: 4 additions & 4 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.45.0",
4+
"version": "10.46.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "umd/index.js",
77
"module": "es/index.js",
@@ -81,9 +81,9 @@
8181
"@babel/preset-react": "^7.14.5",
8282
"@babel/runtime": "^7.14.6",
8383
"@carbon/cli": "^10.30.0",
84-
"@carbon/elements": "^10.44.0",
85-
"@carbon/icons-handlebars": "^10.40.0",
86-
"@carbon/icons-react": "^10.40.0",
84+
"@carbon/elements": "^10.45.0-rc.0",
85+
"@carbon/icons-handlebars": "^10.41.0-rc.0",
86+
"@carbon/icons-react": "^10.41.0-rc.0",
8787
"@carbon/test-utils": "^10.19.0",
8888
"@frctl/fractal": "^1.1.0",
8989
"@rollup/plugin-babel": "^5.3.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.44.0",
4+
"version": "10.45.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -37,11 +37,11 @@
3737
"dependencies": {
3838
"@carbon/colors": "^10.33.0",
3939
"@carbon/grid": "^10.37.0",
40-
"@carbon/icons": "^10.40.0",
40+
"@carbon/icons": "^10.41.0-rc.0",
4141
"@carbon/import-once": "^10.6.0",
4242
"@carbon/layout": "^10.33.0",
4343
"@carbon/motion": "^10.25.0",
44-
"@carbon/themes": "^10.44.0",
44+
"@carbon/themes": "^10.45.0-rc.0",
4545
"@carbon/type": "^10.37.0"
4646
},
4747
"devDependencies": {

packages/icons-handlebars/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/icons-handlebars",
33
"description": "Handlebars helpers for IBM Design Language icons in digital and software products using the Carbon Design System",
4-
"version": "10.40.0",
4+
"version": "10.41.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@carbon/icon-helpers": "^10.24.0",
30-
"@carbon/icons": "^10.40.0"
30+
"@carbon/icons": "^10.41.0-rc.0"
3131
},
3232
"devDependencies": {
3333
"handlebars": "^4.0.12"

packages/icons-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/icons-react",
33
"description": "React components for icons in digital and software products using the Carbon Design System",
4-
"version": "10.40.0",
4+
"version": "10.41.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@carbon/icon-build-helpers": "^0.29.0",
47-
"@carbon/icons": "^10.40.0",
47+
"@carbon/icons": "^10.41.0-rc.0",
4848
"rimraf": "^3.0.2"
4949
},
5050
"sideEffects": false

packages/icons-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/icons-vue",
33
"description": "Vue components for icons in digital and software products using the Carbon Design System",
4-
"version": "10.40.0",
4+
"version": "10.41.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@carbon/cli-reporter": "^10.5.0",
35-
"@carbon/icons": "^10.40.0",
35+
"@carbon/icons": "^10.41.0-rc.0",
3636
"fs-extra": "^8.1.0",
3737
"prettier": "^2.2.1",
3838
"rimraf": "^3.0.0",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/icons",
33
"description": "Icons for digital and software products using the Carbon Design System",
4-
"version": "10.40.0",
4+
"version": "10.41.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.45.0",
4+
"version": "7.46.0-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@carbon/feature-flags": "^0.6.0",
49-
"@carbon/icons-react": "^10.40.0",
49+
"@carbon/icons-react": "^10.41.0-rc.0",
5050
"@carbon/telemetry": "0.0.0-alpha.6",
5151
"classnames": "2.3.1",
5252
"copy-to-clipboard": "^3.3.1",
@@ -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.45.0",
103+
"carbon-components": "^10.46.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.43.0",
5+
"version": "10.44.0-rc.0",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
@@ -30,8 +30,8 @@
3030
"dependencies": {
3131
"@carbon/colors": "^10.33.0",
3232
"@carbon/icon-helpers": "^10.24.0",
33-
"@carbon/icons": "^10.40.0",
34-
"@carbon/themes": "^10.44.0",
33+
"@carbon/icons": "^10.41.0-rc.0",
34+
"@carbon/themes": "^10.45.0-rc.0",
3535
"@carbon/type": "^10.37.0",
3636
"@skpm/builder": "^0.7.0",
3737
"color-string": "^1.5.3",

packages/styles/package.json

Lines changed: 2 additions & 2 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.6.0",
4+
"version": "0.7.0-rc.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -25,7 +25,7 @@
2525
"@carbon/grid": "^10.37.0",
2626
"@carbon/layout": "^10.33.0",
2727
"@carbon/motion": "^10.25.0",
28-
"@carbon/themes": "^10.44.0",
28+
"@carbon/themes": "^10.45.0-rc.0",
2929
"@carbon/type": "^10.37.0",
3030
"@ibm/plex": "6.0.0-next.6"
3131
},

0 commit comments

Comments
 (0)