Skip to content

Commit 744f76d

Browse files
authored
chore(release): v10.21.0 (#6952)
1 parent 3361b80 commit 744f76d

File tree

12 files changed

+28
-28
lines changed

12 files changed

+28
-28
lines changed

config/stylelint-config-carbon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stylelint-config-carbon",
33
"description": "Stylelint configuration for Carbon",
4-
"version": "1.2.0-rc.0",
4+
"version": "1.2.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": "https://github.com/carbon-design-system/carbon/tree/master/config/stylelint-config-carbon",

packages/colors/package.json

Lines changed: 1 addition & 1 deletion
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.14.0-rc.0",
4+
"version": "10.14.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

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.21.0-rc.1",
4+
"version": "10.21.0",
55
"license": "Apache-2.0",
66
"main": "umd/index.js",
77
"module": "es/index.js",
@@ -79,9 +79,9 @@
7979
"@babel/preset-env": "^7.10.0",
8080
"@babel/preset-react": "^7.10.0",
8181
"@babel/runtime": "^7.10.0",
82-
"@carbon/elements": "^10.20.0-rc.0",
83-
"@carbon/icons-handlebars": "^10.19.0-rc.0",
84-
"@carbon/icons-react": "^10.19.0-rc.0",
82+
"@carbon/elements": "^10.20.0",
83+
"@carbon/icons-handlebars": "^10.19.0",
84+
"@carbon/icons-react": "^10.19.0",
8585
"@carbon/test-utils": "^10.11.0",
8686
"@frctl/fractal": "^1.1.0",
8787
"adaro": "1.0.4",

packages/elements/package.json

Lines changed: 4 additions & 4 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.20.0-rc.0",
4+
"version": "10.20.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -31,13 +31,13 @@
3131
"clean": "rimraf es lib umd && node tasks/clean.js"
3232
},
3333
"dependencies": {
34-
"@carbon/colors": "^10.14.0-rc.0",
34+
"@carbon/colors": "^10.14.0",
3535
"@carbon/grid": "^10.15.0",
36-
"@carbon/icons": "^10.19.0-rc.0",
36+
"@carbon/icons": "^10.19.0",
3737
"@carbon/import-once": "^10.3.0",
3838
"@carbon/layout": "^10.13.0",
3939
"@carbon/motion": "^10.9.0",
40-
"@carbon/themes": "^10.20.0-rc.0",
40+
"@carbon/themes": "^10.20.0",
4141
"@carbon/type": "^10.16.0"
4242
},
4343
"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.19.0-rc.0",
4+
"version": "10.19.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons-handlebars",
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@carbon/icon-helpers": "^10.9.0",
26-
"@carbon/icons": "^10.19.0-rc.0"
26+
"@carbon/icons": "^10.19.0"
2727
},
2828
"devDependencies": {
2929
"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.19.0-rc.0",
4+
"version": "10.19.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@carbon/icon-build-helpers": "^0.11.0",
36-
"@carbon/icons": "^10.19.0-rc.0"
36+
"@carbon/icons": "^10.19.0"
3737
},
3838
"sideEffects": false
3939
}

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.19.0-rc.0",
4+
"version": "10.19.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@carbon/cli-reporter": "^10.3.0",
31-
"@carbon/icons": "^10.19.0-rc.0",
31+
"@carbon/icons": "^10.19.0",
3232
"fs-extra": "^8.1.0",
3333
"prettier": "^2.1.0",
3434
"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.19.0-rc.0",
4+
"version": "10.19.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",

packages/react-hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/react-hooks",
33
"private": true,
4-
"version": "10.15.0-rc.1",
4+
"version": "10.15.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -39,7 +39,7 @@
3939
"autoprefixer": "^9.7.4",
4040
"babel-loader": "^8.1.0",
4141
"browserslist-config-carbon": "^10.5.0",
42-
"carbon-components": "^10.21.0-rc.1",
42+
"carbon-components": "^10.21.0",
4343
"css-loader": "^3.4.2",
4444
"node-sass": "^4.13.1",
4545
"postcss-loader": "^3.0.0",

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.21.0-rc.1",
4+
"version": "7.21.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -39,7 +39,7 @@
3939
"react-dom": "^16.8.6"
4040
},
4141
"dependencies": {
42-
"@carbon/icons-react": "^10.19.0-rc.0",
42+
"@carbon/icons-react": "^10.19.0",
4343
"classnames": "2.2.6",
4444
"downshift": "5.2.1",
4545
"flatpickr": "4.6.1",
@@ -84,7 +84,7 @@
8484
"babel-plugin-react-docgen": "^4.0.0",
8585
"babel-plugin-transform-inline-environment-variables": "^0.4.0",
8686
"browserslist-config-carbon": "^10.5.0",
87-
"carbon-components": "^10.21.0-rc.1",
87+
"carbon-components": "^10.21.0",
8888
"carbon-icons": "^7.0.5",
8989
"chalk": "^2.3.0",
9090
"cli-table": "^0.3.0",

0 commit comments

Comments
 (0)