Skip to content

Commit 23d3144

Browse files
committed
chore(release): v10.9.3-rc.0
1 parent 2172bf6 commit 23d3144

File tree

26 files changed

+79
-81
lines changed

26 files changed

+79
-81
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/preset-env": "^7.7.7",
4343
"@babel/preset-react": "^7.7.4",
4444
"@babel/runtime": "^7.7.7",
45-
"@carbon/cli": "10.7.0",
45+
"@carbon/cli": "10.7.1",
4646
"@commitlint/cli": "^8.3.5",
4747
"@commitlint/config-conventional": "^8.3.4",
4848
"@ibma/aat": "https://able.ibm.com/tools/dist/ibma-aat-2.0.6.tgz",
@@ -56,7 +56,7 @@
5656
"enzyme-adapter-react-16": "^1.14.0",
5757
"enzyme-to-json": "^3.3.5",
5858
"eslint": "^6.8.0",
59-
"eslint-config-carbon": "10.4.0",
59+
"eslint-config-carbon": "10.4.1-rc.0",
6060
"fs-extra": "^8.1.0",
6161
"glob": "^7.1.4",
6262
"husky": "^4.0.10",

packages/bundler/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@carbon/bundler",
33
"description": "Bundler used for libraries in the Carbon Design System",
4-
"version": "10.5.1",
4+
"version": "10.5.2-rc.0",
55
"license": "Apache-2.0",
66
"bin": {
77
"bundler": "./bin/bundler.js"
@@ -24,7 +24,6 @@
2424
"@babel/core": "^7.7.7",
2525
"@babel/preset-env": "^7.7.7",
2626
"@carbon/cli-reporter": "10.3.0",
27-
"@commitlint/parse": "^8.1.0",
2827
"@commitlint/parse": "^8.3.4",
2928
"autoprefixer": "^9.7.4",
3029
"babel-plugin-macros": "^2.4.2",
@@ -41,7 +40,6 @@
4140
"inquirer": "^6.5.0",
4241
"klaw-sync": "^6.0.0",
4342
"markdown-toc": "^1.2.0",
44-
"node-sass": "^4.9.4",
4543
"node-sass": "^4.13.1",
4644
"postcss": "^7.0.26",
4745
"postcss-discard-comments": "^4.0.1",

packages/colors/package.json

+3-3
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.7.1",
4+
"version": "10.7.2-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -31,10 +31,10 @@
3131
"clean": "rimraf css es lib umd scss"
3232
},
3333
"devDependencies": {
34-
"@carbon/bundler": "^10.5.0",
34+
"@carbon/bundler": "^10.5.2-rc.0",
3535
"@carbon/cli-reporter": "10.3.0",
3636
"@carbon/scss-generator": "^10.5.0",
37-
"@carbon/test-utils": "^10.6.0",
37+
"@carbon/test-utils": "^10.6.2-rc.0",
3838
"change-case": "^4.1.1",
3939
"core-js": "^3.0.1",
4040
"fs-extra": "^8.1.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.9.2",
4+
"version": "10.9.3-rc.0",
55
"license": "Apache-2.0",
66
"main": "umd/index.js",
77
"module": "es/index.js",
@@ -80,10 +80,10 @@
8080
"@babel/preset-env": "^7.7.7",
8181
"@babel/preset-react": "^7.7.4",
8282
"@babel/runtime": "^7.7.7",
83-
"@carbon/elements": "^10.9.0",
84-
"@carbon/icons-handlebars": "^10.8.0",
85-
"@carbon/icons-react": "^10.8.0",
86-
"@carbon/test-utils": "^10.6.0",
83+
"@carbon/elements": "^10.9.3-rc.0",
84+
"@carbon/icons-handlebars": "^10.8.2-rc.0",
85+
"@carbon/icons-react": "^10.8.2-rc.0",
86+
"@carbon/test-utils": "^10.6.2-rc.0",
8787
"@frctl/fractal": "^1.1.0",
8888
"adaro": "1.0.4",
8989
"autoprefixer": "^9.7.4",

packages/elements/package.json

+9-9
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.9.2",
4+
"version": "10.9.3-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -31,17 +31,17 @@
3131
"clean": "rimraf es lib umd && node tasks/clean.js"
3232
},
3333
"dependencies": {
34-
"@carbon/colors": "^10.7.1",
35-
"@carbon/grid": "^10.8.2",
36-
"@carbon/icons": "^10.8.1",
34+
"@carbon/colors": "^10.7.2-rc.0",
35+
"@carbon/grid": "^10.8.3-rc.0",
36+
"@carbon/icons": "^10.8.2-rc.0",
3737
"@carbon/import-once": "^10.3.0",
38-
"@carbon/layout": "^10.7.2",
39-
"@carbon/motion": "^10.5.1",
40-
"@carbon/themes": "^10.9.2",
41-
"@carbon/type": "^10.8.2"
38+
"@carbon/layout": "^10.7.3-rc.0",
39+
"@carbon/motion": "^10.5.2-rc.0",
40+
"@carbon/themes": "^10.9.3-rc.0",
41+
"@carbon/type": "^10.8.3-rc.0"
4242
},
4343
"devDependencies": {
44-
"@carbon/bundler": "^10.5.0",
44+
"@carbon/bundler": "^10.5.2-rc.0",
4545
"fs-extra": "^8.1.0",
4646
"klaw-sync": "^6.0.0",
4747
"replace-in-file": "^3.4.2",

packages/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
"private": true,
4-
"version": "10.4.0",
4+
"version": "10.4.1-rc.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/eslint-config-carbon",

packages/grid/package.json

+3-3
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.8.2",
4+
"version": "10.8.3-rc.0",
55
"license": "Apache-2.0",
66
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/grid",
77
"bugs": "https://github.com/carbon-design-system/carbon/issues",
@@ -28,10 +28,10 @@
2828
},
2929
"dependencies": {
3030
"@carbon/import-once": "^10.3.0",
31-
"@carbon/layout": "^10.7.2"
31+
"@carbon/layout": "^10.7.3-rc.0"
3232
},
3333
"devDependencies": {
34-
"@carbon/bundler": "^10.5.0",
34+
"@carbon/bundler": "^10.5.2-rc.0",
3535
"rimraf": "^3.0.0"
3636
},
3737
"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.3.1",
5+
"version": "0.3.2-rc.0",
66
"license": "Apache-2.0",
77
"main": "src/index.js",
88
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icon-build-helpers",
@@ -21,7 +21,7 @@
2121
"@babel/preset-env": "^7.7.7",
2222
"@babel/preset-react": "^7.7.4",
2323
"@carbon/cli-reporter": "10.3.0",
24-
"@carbon/icon-helpers": "^10.5.0",
24+
"@carbon/icon-helpers": "^10.5.2-rc.0",
2525
"browserslist-config-carbon": "10.4.0",
2626
"change-case": "^4.1.1",
2727
"core-js": "^3.1.3",

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.5.1",
4+
"version": "10.5.2-rc.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/bundler": "^10.5.0",
32+
"@carbon/bundler": "^10.5.2-rc.0",
3333
"rimraf": "^3.0.0"
3434
},
3535
"sideEffects": false

packages/icons-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@carbon/icons-angular",
33
"private": true,
44
"description": "Angular components for icons in digital and software products using the Carbon Design System",
5-
"version": "10.8.1",
5+
"version": "10.8.2-rc.0",
66
"license": "Apache-2.0",
77
"main": "lib/index.js",
88
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons-angular",
@@ -32,14 +32,14 @@
3232
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0"
3333
},
3434
"dependencies": {
35-
"@carbon/icon-helpers": "^10.5.1"
35+
"@carbon/icon-helpers": "^10.5.2-rc.0"
3636
},
3737
"devDependencies": {
3838
"@angular/compiler": "6.1.10",
3939
"@angular/compiler-cli": "6.1.10",
4040
"@angular/core": "6.1.10",
4141
"@carbon/cli-reporter": "10.3.0",
42-
"@carbon/icons": "^10.8.0",
42+
"@carbon/icons": "^10.8.2-rc.0",
4343
"change-case": "4.1.1",
4444
"fs-extra": "8.1.0",
4545
"rollup": "^0.66.6",

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.8.1",
4+
"version": "10.8.2-rc.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons-handlebars",
@@ -22,8 +22,8 @@
2222
"handlebars": "^4.0.12"
2323
},
2424
"dependencies": {
25-
"@carbon/icon-helpers": "^10.5.1",
26-
"@carbon/icons": "^10.8.1"
25+
"@carbon/icon-helpers": "^10.5.2-rc.0",
26+
"@carbon/icons": "^10.8.2-rc.0"
2727
},
2828
"devDependencies": {
2929
"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.8.1",
4+
"version": "10.8.2-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -29,11 +29,11 @@
2929
"clean": "rimraf es lib umd"
3030
},
3131
"dependencies": {
32-
"@carbon/icon-helpers": "^10.5.1"
32+
"@carbon/icon-helpers": "^10.5.2-rc.0"
3333
},
3434
"devDependencies": {
35-
"@carbon/icon-build-helpers": "^0.3.1",
36-
"@carbon/icons": "^10.8.1"
35+
"@carbon/icon-build-helpers": "^0.3.2-rc.0",
36+
"@carbon/icons": "^10.8.2-rc.0"
3737
},
3838
"sideEffects": false
3939
}

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.8.1",
4+
"version": "10.8.2-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -24,11 +24,11 @@
2424
"clean": "rimraf es lib"
2525
},
2626
"dependencies": {
27-
"@carbon/icon-helpers": "^10.5.1"
27+
"@carbon/icon-helpers": "^10.5.2-rc.0"
2828
},
2929
"devDependencies": {
3030
"@carbon/cli-reporter": "10.3.0",
31-
"@carbon/icons": "^10.8.0",
31+
"@carbon/icons": "^10.8.2-rc.0",
3232
"fs-extra": "^8.1.0",
3333
"prettier": "^1.19.1",
3434
"rimraf": "^3.0.0",

packages/icons/package.json

+2-2
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.8.1",
4+
"version": "10.8.2-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -34,6 +34,6 @@
3434
"prepublishOnly": "yarn build"
3535
},
3636
"devDependencies": {
37-
"@carbon/icon-build-helpers": "^0.3.1"
37+
"@carbon/icon-build-helpers": "^0.3.2-rc.0"
3838
}
3939
}

packages/layout/package.json

+3-3
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.7.2",
4+
"version": "10.7.3-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -25,10 +25,10 @@
2525
"clean": "rimraf es lib umd scss/generated"
2626
},
2727
"devDependencies": {
28-
"@carbon/bundler": "^10.5.1",
28+
"@carbon/bundler": "^10.5.2-rc.0",
2929
"@carbon/cli-reporter": "^10.3.0",
3030
"@carbon/scss-generator": "^10.5.1",
31-
"@carbon/test-utils": "^10.6.1",
31+
"@carbon/test-utils": "^10.6.2-rc.0",
3232
"core-js": "^3.4.0",
3333
"rimraf": "^3.0.0"
3434
},

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.5.1",
4+
"version": "10.5.2-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -25,7 +25,7 @@
2525
"clean": "rimraf es lib umd"
2626
},
2727
"devDependencies": {
28-
"@carbon/bundler": "^10.5.0",
28+
"@carbon/bundler": "^10.5.2-rc.0",
2929
"rimraf": "^3.0.0"
3030
},
3131
"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": "10.8.1",
4+
"version": "10.8.2-rc.0",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
77
"module": "es/index.js",
@@ -29,11 +29,11 @@
2929
"clean": "rimraf es lib umd"
3030
},
3131
"dependencies": {
32-
"@carbon/icon-helpers": "^10.5.1"
32+
"@carbon/icon-helpers": "^10.5.2-rc.0"
3333
},
3434
"devDependencies": {
35-
"@carbon/icon-build-helpers": "^0.3.1",
36-
"@carbon/pictograms": "^10.8.1"
35+
"@carbon/icon-build-helpers": "^0.3.2-rc.0",
36+
"@carbon/pictograms": "^10.8.2-rc.0"
3737
},
3838
"sideEffects": false
3939
}

packages/pictograms/package.json

+2-2
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": "10.8.1",
4+
"version": "10.8.2-rc.0",
55
"license": "Apache-2.0",
66
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/pictograms",
77
"bugs": "https://github.com/carbon-design-system/carbon/issues",
@@ -25,7 +25,7 @@
2525
"prepublishOnly": "yarn build"
2626
},
2727
"devDependencies": {
28-
"@carbon/icon-build-helpers": "^0.3.1",
28+
"@carbon/icon-build-helpers": "^0.3.2-rc.0",
2929
"rimraf": "^3.0.0"
3030
}
3131
}

0 commit comments

Comments
 (0)