Skip to content

Commit 8b9c366

Browse files
authored
chore(release): v10.32.0 (#8280)
* chore(release): v10.32.0 * chore(release): v10.32.0
1 parent 10a1ed4 commit 8b9c366

File tree

16 files changed

+75
-75
lines changed

16 files changed

+75
-75
lines changed

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.32.0-rc.0",
4+
"version": "10.32.0",
55
"license": "Apache-2.0",
66
"main": "umd/index.js",
77
"module": "es/index.js",
@@ -85,9 +85,9 @@
8585
"@babel/preset-react": "^7.10.0",
8686
"@babel/runtime": "^7.10.0",
8787
"@carbon/cli": "^10.21.0",
88-
"@carbon/elements": "^10.31.0-rc.0",
89-
"@carbon/icons-handlebars": "^10.29.0-rc.0",
90-
"@carbon/icons-react": "^10.29.0-rc.0",
88+
"@carbon/elements": "^10.31.0",
89+
"@carbon/icons-handlebars": "^10.29.0",
90+
"@carbon/icons-react": "^10.29.0",
9191
"@carbon/test-utils": "^10.15.0",
9292
"@frctl/fractal": "^1.1.0",
9393
"@rollup/plugin-babel": "^5.2.2",

packages/elements/package.json

Lines changed: 6 additions & 6 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.31.0-rc.0",
4+
"version": "10.31.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.22.0",
39-
"@carbon/grid": "^10.24.0-rc.0",
40-
"@carbon/icons": "^10.29.0-rc.0",
39+
"@carbon/grid": "^10.24.0",
40+
"@carbon/icons": "^10.29.0",
4141
"@carbon/import-once": "^10.6.0",
42-
"@carbon/layout": "^10.22.0-rc.0",
42+
"@carbon/layout": "^10.22.0",
4343
"@carbon/motion": "^10.15.0",
44-
"@carbon/themes": "^10.31.0-rc.0",
45-
"@carbon/type": "^10.25.0-rc.0"
44+
"@carbon/themes": "^10.31.0",
45+
"@carbon/type": "^10.25.0"
4646
},
4747
"devDependencies": {
4848
"@carbon/cli": "^10.21.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.24.0-rc.0",
4+
"version": "10.24.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@carbon/import-once": "^10.6.0",
35-
"@carbon/layout": "^10.22.0-rc.0"
35+
"@carbon/layout": "^10.22.0"
3636
},
3737
"devDependencies": {
3838
"@carbon/cli": "^10.21.0",

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.29.0-rc.0",
4+
"version": "10.29.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@carbon/icon-helpers": "^10.15.0",
30-
"@carbon/icons": "^10.29.0-rc.0"
30+
"@carbon/icons": "^10.29.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.29.0-rc.0",
4+
"version": "10.29.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@carbon/icon-build-helpers": "^0.18.0",
44-
"@carbon/icons": "^10.29.0-rc.0"
44+
"@carbon/icons": "^10.29.0"
4545
},
4646
"sideEffects": false
4747
}

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.29.0-rc.0",
4+
"version": "10.29.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.4.0",
35-
"@carbon/icons": "^10.29.0-rc.0",
35+
"@carbon/icons": "^10.29.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.29.0-rc.0",
4+
"version": "10.29.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

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.22.0-rc.0",
4+
"version": "10.22.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

packages/pictograms-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/pictograms-react",
33
"description": "React components for pictograms in digital and software products using the Carbon Design System",
4-
"version": "11.7.0-rc.0",
4+
"version": "11.7.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@carbon/icon-build-helpers": "^0.18.0",
46-
"@carbon/pictograms": "^11.7.0-rc.0"
46+
"@carbon/pictograms": "^11.7.0"
4747
},
4848
"sideEffects": false
4949
}

packages/pictograms/package.json

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

0 commit comments

Comments
 (0)