Skip to content

Commit aadefba

Browse files
authoredFeb 24, 2022
chore(release): v10.54.0 (#10839)
1 parent 3bfd5e7 commit aadefba

File tree

28 files changed

+172
-172
lines changed

28 files changed

+172
-172
lines changed
 

‎config/eslint-config-carbon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-carbon",
33
"description": "ESLint configuration for Carbon",
4-
"version": "2.11.0-rc.0",
4+
"version": "2.11.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {

‎config/stylelint-config-carbon/package.json

+1-1
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.8.0-rc.0",
4+
"version": "1.8.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": {
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "codesandbox-styles",
33
"private": true,
4-
"version": "0.1.0-rc.0",
4+
"version": "0.1.0",
55
"scripts": {
66
"develop": "vite"
77
},
88
"devDependencies": {
99
"vite": "^2.8.0"
1010
},
1111
"dependencies": {
12-
"@carbon/styles": "^0.15.0-rc.0",
12+
"@carbon/styles": "^0.15.0",
1313
"sass": "^1.49.7"
1414
}
1515
}

‎examples/codesandbox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "codesandbox",
33
"private": true,
4-
"version": "0.1.0-rc.0",
4+
"version": "0.1.0",
55
"scripts": {
66
"develop": "vite"
77
},
88
"dependencies": {
9-
"@carbon/react": "^0.15.0-rc.0",
9+
"@carbon/react": "^0.15.0",
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2"
1212
},

‎packages/carbon-react/package.json

+6-6
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.15.0-rc.0",
4+
"version": "0.15.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.7.0",
46-
"@carbon/icons-react": "^10.47.0-rc.0",
47-
"@carbon/styles": "^0.15.0-rc.0",
46+
"@carbon/icons-react": "^10.47.0",
47+
"@carbon/styles": "^0.15.0",
4848
"@carbon/telemetry": "0.0.0-alpha.6",
49-
"carbon-components": "^10.54.0-rc.0",
50-
"carbon-components-react": "^7.54.0-rc.0",
49+
"carbon-components": "^10.54.0",
50+
"carbon-components-react": "^7.54.0",
5151
"carbon-icons": "^7.0.7"
5252
},
5353
"devDependencies": {
@@ -58,7 +58,7 @@
5858
"@babel/plugin-transform-react-constant-elements": "^7.16.7",
5959
"@babel/preset-env": "^7.16.7",
6060
"@babel/preset-react": "^7.16.7",
61-
"@carbon/themes": "^10.52.0-rc.0",
61+
"@carbon/themes": "^10.52.0",
6262
"@rollup/plugin-babel": "^5.3.0",
6363
"@rollup/plugin-commonjs": "^21.0.0",
6464
"@rollup/plugin-node-resolve": "^13.0.0",

‎packages/cli/package.json

+1-1
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.34.0-rc.0",
4+
"version": "10.34.0",
55
"license": "Apache-2.0",
66
"bin": {
77
"carbon-cli": "./bin/carbon-cli.js"

‎packages/colors/package.json

+2-2
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.37.0-rc.0",
4+
"version": "10.37.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -36,7 +36,7 @@
3636
"clean": "rimraf css es lib umd scss index.scss"
3737
},
3838
"devDependencies": {
39-
"@carbon/cli": "^10.34.0-rc.0",
39+
"@carbon/cli": "^10.34.0",
4040
"@carbon/cli-reporter": "^10.5.0",
4141
"@carbon/scss-generator": "^10.13.0",
4242
"@carbon/test-utils": "^10.21.0",

‎packages/components/package.json

+5-5
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.54.0-rc.0",
4+
"version": "10.54.0",
55
"license": "Apache-2.0",
66
"main": "umd/index.js",
77
"module": "es/index.js",
@@ -77,10 +77,10 @@
7777
"@babel/preset-env": "^7.16.7",
7878
"@babel/preset-react": "^7.16.7",
7979
"@babel/runtime": "^7.16.7",
80-
"@carbon/cli": "^10.34.0-rc.0",
81-
"@carbon/elements": "^10.53.0-rc.0",
82-
"@carbon/icons-handlebars": "^10.47.0-rc.0",
83-
"@carbon/icons-react": "^10.47.0-rc.0",
80+
"@carbon/cli": "^10.34.0",
81+
"@carbon/elements": "^10.53.0",
82+
"@carbon/icons-handlebars": "^10.47.0",
83+
"@carbon/icons-react": "^10.47.0",
8484
"@carbon/test-utils": "^10.21.0",
8585
"@frctl/fractal": "^1.1.0",
8686
"@rollup/plugin-babel": "^5.3.0",

‎packages/elements/package.json

+10-10
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.53.0-rc.0",
4+
"version": "10.53.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.37.0-rc.0",
39-
"@carbon/grid": "^10.42.0-rc.0",
40-
"@carbon/icons": "^10.47.0-rc.0",
41-
"@carbon/import-once": "^10.7.0-rc.0",
42-
"@carbon/layout": "^10.37.0-rc.0",
43-
"@carbon/motion": "^10.29.0-rc.0",
44-
"@carbon/themes": "^10.52.0-rc.0",
45-
"@carbon/type": "^10.42.0-rc.0"
38+
"@carbon/colors": "^10.37.0",
39+
"@carbon/grid": "^10.42.0",
40+
"@carbon/icons": "^10.47.0",
41+
"@carbon/import-once": "^10.7.0",
42+
"@carbon/layout": "^10.37.0",
43+
"@carbon/motion": "^10.29.0",
44+
"@carbon/themes": "^10.52.0",
45+
"@carbon/type": "^10.42.0"
4646
},
4747
"devDependencies": {
48-
"@carbon/cli": "^10.34.0-rc.0",
48+
"@carbon/cli": "^10.34.0",
4949
"fs-extra": "^10.0.0",
5050
"klaw-sync": "^6.0.0",
5151
"replace-in-file": "^3.4.2",

‎packages/grid/package.json

+4-4
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.42.0-rc.0",
4+
"version": "10.42.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -32,11 +32,11 @@
3232
"clean": "rimraf scss/_inlined scss/vendor"
3333
},
3434
"dependencies": {
35-
"@carbon/import-once": "^10.7.0-rc.0",
36-
"@carbon/layout": "^10.37.0-rc.0"
35+
"@carbon/import-once": "^10.7.0",
36+
"@carbon/layout": "^10.37.0"
3737
},
3838
"devDependencies": {
39-
"@carbon/cli": "^10.34.0-rc.0",
39+
"@carbon/cli": "^10.34.0",
4040
"rimraf": "^3.0.0"
4141
},
4242
"eyeglass": {

‎packages/icon-build-helpers/package.json

+2-2
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.33.0-rc.0",
5+
"version": "0.33.0",
66
"license": "Apache-2.0",
77
"main": "src/index.js",
88
"repository": {
@@ -29,7 +29,7 @@
2929
"@babel/template": "^7.16.7",
3030
"@babel/types": "^7.16.7",
3131
"@carbon/cli-reporter": "^10.5.0",
32-
"@carbon/icon-helpers": "^10.28.0-rc.0",
32+
"@carbon/icon-helpers": "^10.28.0",
3333
"@rollup/plugin-babel": "^5.3.0",
3434
"@rollup/plugin-replace": "^3.0.0",
3535
"browserslist-config-carbon": "^10.6.1",

‎packages/icon-helpers/package.json

+2-2
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.28.0-rc.0",
4+
"version": "10.28.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.34.0-rc.0",
36+
"@carbon/cli": "^10.34.0",
3737
"rimraf": "^3.0.0"
3838
},
3939
"sideEffects": false

‎packages/icons-handlebars/package.json

+3-3
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.47.0-rc.0",
4+
"version": "10.47.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.28.0-rc.0",
30-
"@carbon/icons": "^10.47.0-rc.0"
29+
"@carbon/icon-helpers": "^10.28.0",
30+
"@carbon/icons": "^10.47.0"
3131
},
3232
"devDependencies": {
3333
"handlebars": "^4.0.12"

‎packages/icons-react/package.json

+4-4
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.47.0-rc.0",
4+
"version": "10.47.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.28.0-rc.0",
41+
"@carbon/icon-helpers": "^10.28.0",
4242
"@carbon/telemetry": "0.0.0-alpha.6",
4343
"prop-types": "^15.7.2"
4444
},
4545
"devDependencies": {
46-
"@carbon/icon-build-helpers": "^0.33.0-rc.0",
47-
"@carbon/icons": "^10.47.0-rc.0",
46+
"@carbon/icon-build-helpers": "^0.33.0",
47+
"@carbon/icons": "^10.47.0",
4848
"rimraf": "^3.0.2"
4949
},
5050
"sideEffects": false

‎packages/icons-vue/package.json

+3-3
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.47.0-rc.0",
4+
"version": "10.47.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -28,11 +28,11 @@
2828
"clean": "rimraf es lib"
2929
},
3030
"dependencies": {
31-
"@carbon/icon-helpers": "^10.28.0-rc.0"
31+
"@carbon/icon-helpers": "^10.28.0"
3232
},
3333
"devDependencies": {
3434
"@carbon/cli-reporter": "^10.5.0",
35-
"@carbon/icons": "^10.47.0-rc.0",
35+
"@carbon/icons": "^10.47.0",
3636
"fs-extra": "^10.0.0",
3737
"prettier": "^2.2.1",
3838
"rimraf": "^3.0.0",

‎packages/icons/package.json

+3-3
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.47.0-rc.0",
4+
"version": "10.47.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -38,8 +38,8 @@
3838
"prepublishOnly": "yarn build"
3939
},
4040
"devDependencies": {
41-
"@carbon/cli": "^10.34.0-rc.0",
42-
"@carbon/icon-build-helpers": "^0.33.0-rc.0",
41+
"@carbon/cli": "^10.34.0",
42+
"@carbon/icon-build-helpers": "^0.33.0",
4343
"rimraf": "^3.0.2"
4444
}
4545
}

‎packages/import-once/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/import-once",
33
"description": "Sass helper for importing files only once. Used in the Carbon Design System",
4-
"version": "10.7.0-rc.0",
4+
"version": "10.7.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

‎packages/layout/package.json

+2-2
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.37.0-rc.0",
4+
"version": "10.37.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -29,7 +29,7 @@
2929
"clean": "rimraf es lib umd scss/generated scss/modules/generated"
3030
},
3131
"devDependencies": {
32-
"@carbon/cli": "^10.34.0-rc.0",
32+
"@carbon/cli": "^10.34.0",
3333
"@carbon/cli-reporter": "^10.5.0",
3434
"@carbon/scss-generator": "^10.13.0",
3535
"@carbon/test-utils": "^10.21.0",

‎packages/motion/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/motion",
33
"description": "Motion helpers 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",
@@ -29,7 +29,7 @@
2929
"clean": "rimraf es lib umd"
3030
},
3131
"devDependencies": {
32-
"@carbon/cli": "^10.34.0-rc.0",
32+
"@carbon/cli": "^10.34.0",
3333
"rimraf": "^3.0.0"
3434
},
3535
"eyeglass": {

‎packages/pictograms-react/package.json

+4-4
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.23.0-rc.0",
4+
"version": "11.23.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -37,13 +37,13 @@
3737
"react": ">=16"
3838
},
3939
"dependencies": {
40-
"@carbon/icon-helpers": "^10.28.0-rc.0",
40+
"@carbon/icon-helpers": "^10.28.0",
4141
"@carbon/telemetry": "0.0.0-alpha.6",
4242
"prop-types": "^15.7.2"
4343
},
4444
"devDependencies": {
45-
"@carbon/icon-build-helpers": "^0.33.0-rc.0",
46-
"@carbon/pictograms": "^11.23.0-rc.0"
45+
"@carbon/icon-build-helpers": "^0.33.0",
46+
"@carbon/pictograms": "^11.23.0"
4747
},
4848
"sideEffects": false
4949
}

0 commit comments

Comments
 (0)
Please sign in to comment.