Skip to content

Commit f6352a1

Browse files
authored
chore(release): v10.47.0 (#9981)
1 parent 85d1367 commit f6352a1

23 files changed

Lines changed: 168 additions & 168 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.8.0-rc.0",
4+
"version": "0.8.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.41.0",
47-
"@carbon/styles": "^0.8.0-rc.0",
46+
"@carbon/icons-react": "^10.42.0",
47+
"@carbon/styles": "^0.8.0",
4848
"@carbon/telemetry": "0.0.0-alpha.6",
49-
"carbon-components": "^10.47.0-rc.0",
50-
"carbon-components-react": "^7.47.0-rc.0",
49+
"carbon-components": "^10.47.0",
50+
"carbon-components-react": "^7.47.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.46.0-rc.0",
61+
"@carbon/themes": "^10.46.0",
6262
"@rollup/plugin-babel": "^5.3.0",
6363
"@rollup/plugin-commonjs": "^18.0.0",
6464
"@rollup/plugin-node-resolve": "^11.2.1",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/cli",
33
"description": "Task automation for working with the Carbon Design System",
4-
"version": "10.30.0",
4+
"version": "10.31.0",
55
"license": "Apache-2.0",
66
"bin": {
77
"carbon-cli": "./bin/carbon-cli.js"

packages/colors/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/colors",
33
"description": "Colors for digital and software products using the Carbon Design System",
4-
"version": "10.33.0",
4+
"version": "10.34.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -36,10 +36,10 @@
3636
"clean": "rimraf css es lib umd scss index.scss"
3737
},
3838
"devDependencies": {
39-
"@carbon/cli": "^10.30.0",
39+
"@carbon/cli": "^10.31.0",
4040
"@carbon/cli-reporter": "^10.5.0",
4141
"@carbon/scss-generator": "^10.13.0",
42-
"@carbon/test-utils": "^10.19.0",
42+
"@carbon/test-utils": "^10.20.0",
4343
"change-case": "^4.1.1",
4444
"fs-extra": "^8.1.0",
4545
"node-sass": "^6.0.1",

packages/components/package.json

Lines changed: 6 additions & 6 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.47.0-rc.0",
4+
"version": "10.47.0",
55
"license": "Apache-2.0",
66
"main": "umd/index.js",
77
"module": "es/index.js",
@@ -80,11 +80,11 @@
8080
"@babel/preset-env": "^7.14.7",
8181
"@babel/preset-react": "^7.14.5",
8282
"@babel/runtime": "^7.14.6",
83-
"@carbon/cli": "^10.30.0",
84-
"@carbon/elements": "^10.46.0-rc.0",
85-
"@carbon/icons-handlebars": "^10.41.0",
86-
"@carbon/icons-react": "^10.41.0",
87-
"@carbon/test-utils": "^10.19.0",
83+
"@carbon/cli": "^10.31.0",
84+
"@carbon/elements": "^10.46.0",
85+
"@carbon/icons-handlebars": "^10.42.0",
86+
"@carbon/icons-react": "^10.42.0",
87+
"@carbon/test-utils": "^10.20.0",
8888
"@frctl/fractal": "^1.1.0",
8989
"@rollup/plugin-babel": "^5.3.0",
9090
"@rollup/plugin-commonjs": "^18.0.0",

packages/elements/package.json

Lines changed: 9 additions & 9 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.46.0-rc.0",
4+
"version": "10.46.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -35,17 +35,17 @@
3535
"clean": "rimraf es lib umd && node tasks/clean.js"
3636
},
3737
"dependencies": {
38-
"@carbon/colors": "^10.33.0",
39-
"@carbon/grid": "^10.39.0-rc.0",
40-
"@carbon/icons": "^10.41.0",
38+
"@carbon/colors": "^10.34.0",
39+
"@carbon/grid": "^10.39.0",
40+
"@carbon/icons": "^10.42.0",
4141
"@carbon/import-once": "^10.6.0",
42-
"@carbon/layout": "^10.34.0-rc.0",
43-
"@carbon/motion": "^10.25.0",
44-
"@carbon/themes": "^10.46.0-rc.0",
45-
"@carbon/type": "^10.38.0-rc.0"
42+
"@carbon/layout": "^10.34.0",
43+
"@carbon/motion": "^10.26.0",
44+
"@carbon/themes": "^10.46.0",
45+
"@carbon/type": "^10.38.0"
4646
},
4747
"devDependencies": {
48-
"@carbon/cli": "^10.30.0",
48+
"@carbon/cli": "^10.31.0",
4949
"fs-extra": "^8.1.0",
5050
"klaw-sync": "^6.0.0",
5151
"replace-in-file": "^3.4.2",

packages/grid/package.json

Lines changed: 3 additions & 3 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.39.0-rc.0",
4+
"version": "10.39.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -33,10 +33,10 @@
3333
},
3434
"dependencies": {
3535
"@carbon/import-once": "^10.6.0",
36-
"@carbon/layout": "^10.34.0-rc.0"
36+
"@carbon/layout": "^10.34.0"
3737
},
3838
"devDependencies": {
39-
"@carbon/cli": "^10.30.0",
39+
"@carbon/cli": "^10.31.0",
4040
"rimraf": "^3.0.0"
4141
},
4242
"eyeglass": {

packages/icon-build-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@carbon/icon-build-helpers",
33
"private": true,
44
"description": "Build helpers for the Carbon Design System icon library",
5-
"version": "0.29.0",
5+
"version": "0.30.0",
66
"license": "Apache-2.0",
77
"main": "src/index.js",
88
"repository": {
@@ -29,7 +29,7 @@
2929
"@babel/template": "^7.14.5",
3030
"@babel/types": "^7.14.5",
3131
"@carbon/cli-reporter": "^10.5.0",
32-
"@carbon/icon-helpers": "^10.24.0",
32+
"@carbon/icon-helpers": "^10.25.0",
3333
"@rollup/plugin-babel": "^5.3.0",
3434
"@rollup/plugin-replace": "^2.4.2",
3535
"browserslist-config-carbon": "^10.6.1",

packages/icon-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/icon-helpers",
33
"description": "Helpers used alongside icons for digital and software products using the Carbon Design System",
4-
"version": "10.24.0",
4+
"version": "10.25.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -33,7 +33,7 @@
3333
"clean": "rimraf es lib umd"
3434
},
3535
"devDependencies": {
36-
"@carbon/cli": "^10.30.0",
36+
"@carbon/cli": "^10.31.0",
3737
"rimraf": "^3.0.0"
3838
},
3939
"sideEffects": false

packages/icons-handlebars/package.json

Lines changed: 3 additions & 3 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.41.0",
4+
"version": "10.42.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {
@@ -26,8 +26,8 @@
2626
"handlebars": "^4.0.12"
2727
},
2828
"dependencies": {
29-
"@carbon/icon-helpers": "^10.24.0",
30-
"@carbon/icons": "^10.41.0"
29+
"@carbon/icon-helpers": "^10.25.0",
30+
"@carbon/icons": "^10.42.0"
3131
},
3232
"devDependencies": {
3333
"handlebars": "^4.0.12"

packages/icons-react/package.json

Lines changed: 4 additions & 4 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.41.0",
4+
"version": "10.42.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -38,13 +38,13 @@
3838
"react": ">=16"
3939
},
4040
"dependencies": {
41-
"@carbon/icon-helpers": "^10.24.0",
41+
"@carbon/icon-helpers": "^10.25.0",
4242
"@carbon/telemetry": "0.0.0-alpha.6",
4343
"prop-types": "^15.7.2"
4444
},
4545
"devDependencies": {
46-
"@carbon/icon-build-helpers": "^0.29.0",
47-
"@carbon/icons": "^10.41.0",
46+
"@carbon/icon-build-helpers": "^0.30.0",
47+
"@carbon/icons": "^10.42.0",
4848
"rimraf": "^3.0.2"
4949
},
5050
"sideEffects": false

0 commit comments

Comments
 (0)