From 23d31447bcde723e14b9fbe71ac13b52c8ed6f1d Mon Sep 17 00:00:00 2001 From: Josh Black Date: Thu, 23 Jan 2020 17:35:56 -0600 Subject: [PATCH] chore(release): v10.9.3-rc.0 --- package.json | 4 ++-- packages/bundler/package.json | 4 +--- packages/colors/package.json | 6 +++--- packages/components/package.json | 10 +++++----- packages/elements/package.json | 18 +++++++++--------- packages/eslint-config-carbon/package.json | 2 +- packages/grid/package.json | 6 +++--- packages/icon-build-helpers/package.json | 4 ++-- packages/icon-helpers/package.json | 4 ++-- packages/icons-angular/package.json | 6 +++--- packages/icons-handlebars/package.json | 6 +++--- packages/icons-react/package.json | 8 ++++---- packages/icons-vue/package.json | 6 +++--- packages/icons/package.json | 4 ++-- packages/layout/package.json | 6 +++--- packages/motion/package.json | 4 ++-- packages/pictograms-react/package.json | 8 ++++---- packages/pictograms/package.json | 4 ++-- packages/react-hooks/package.json | 6 +++--- packages/react/package.json | 8 ++++---- packages/sketch/package.json | 12 ++++++------ .../stylelint-config-elements/package.json | 2 +- packages/test-utils/package.json | 2 +- packages/themes/package.json | 10 +++++----- packages/type/package.json | 8 ++++---- packages/upgrade/package.json | 2 +- 26 files changed, 79 insertions(+), 81 deletions(-) diff --git a/package.json b/package.json index 72f9d7a9c5af..cbd938d3ac4c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@babel/preset-env": "^7.7.7", "@babel/preset-react": "^7.7.4", "@babel/runtime": "^7.7.7", - "@carbon/cli": "10.7.0", + "@carbon/cli": "10.7.1", "@commitlint/cli": "^8.3.5", "@commitlint/config-conventional": "^8.3.4", "@ibma/aat": "https://able.ibm.com/tools/dist/ibma-aat-2.0.6.tgz", @@ -56,7 +56,7 @@ "enzyme-adapter-react-16": "^1.14.0", "enzyme-to-json": "^3.3.5", "eslint": "^6.8.0", - "eslint-config-carbon": "10.4.0", + "eslint-config-carbon": "10.4.1-rc.0", "fs-extra": "^8.1.0", "glob": "^7.1.4", "husky": "^4.0.10", diff --git a/packages/bundler/package.json b/packages/bundler/package.json index 97c494218676..25a581019e74 100644 --- a/packages/bundler/package.json +++ b/packages/bundler/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/bundler", "description": "Bundler used for libraries in the Carbon Design System", - "version": "10.5.1", + "version": "10.5.2-rc.0", "license": "Apache-2.0", "bin": { "bundler": "./bin/bundler.js" @@ -24,7 +24,6 @@ "@babel/core": "^7.7.7", "@babel/preset-env": "^7.7.7", "@carbon/cli-reporter": "10.3.0", - "@commitlint/parse": "^8.1.0", "@commitlint/parse": "^8.3.4", "autoprefixer": "^9.7.4", "babel-plugin-macros": "^2.4.2", @@ -41,7 +40,6 @@ "inquirer": "^6.5.0", "klaw-sync": "^6.0.0", "markdown-toc": "^1.2.0", - "node-sass": "^4.9.4", "node-sass": "^4.13.1", "postcss": "^7.0.26", "postcss-discard-comments": "^4.0.1", diff --git a/packages/colors/package.json b/packages/colors/package.json index ac6ef09efdf3..c07585224785 100644 --- a/packages/colors/package.json +++ b/packages/colors/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/colors", "description": "Colors for digital and software products using the Carbon Design System", - "version": "10.7.1", + "version": "10.7.2-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -31,10 +31,10 @@ "clean": "rimraf css es lib umd scss" }, "devDependencies": { - "@carbon/bundler": "^10.5.0", + "@carbon/bundler": "^10.5.2-rc.0", "@carbon/cli-reporter": "10.3.0", "@carbon/scss-generator": "^10.5.0", - "@carbon/test-utils": "^10.6.0", + "@carbon/test-utils": "^10.6.2-rc.0", "change-case": "^4.1.1", "core-js": "^3.0.1", "fs-extra": "^8.1.0", diff --git a/packages/components/package.json b/packages/components/package.json index 1ebc68ac886f..925980c6ebff 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,7 +1,7 @@ { "name": "carbon-components", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", - "version": "10.9.2", + "version": "10.9.3-rc.0", "license": "Apache-2.0", "main": "umd/index.js", "module": "es/index.js", @@ -80,10 +80,10 @@ "@babel/preset-env": "^7.7.7", "@babel/preset-react": "^7.7.4", "@babel/runtime": "^7.7.7", - "@carbon/elements": "^10.9.0", - "@carbon/icons-handlebars": "^10.8.0", - "@carbon/icons-react": "^10.8.0", - "@carbon/test-utils": "^10.6.0", + "@carbon/elements": "^10.9.3-rc.0", + "@carbon/icons-handlebars": "^10.8.2-rc.0", + "@carbon/icons-react": "^10.8.2-rc.0", + "@carbon/test-utils": "^10.6.2-rc.0", "@frctl/fractal": "^1.1.0", "adaro": "1.0.4", "autoprefixer": "^9.7.4", diff --git a/packages/elements/package.json b/packages/elements/package.json index bf43b68c5562..a9803ef04ac4 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/elements", "description": "A collection of design elements in code for the IBM Design Language", - "version": "10.9.2", + "version": "10.9.3-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -31,17 +31,17 @@ "clean": "rimraf es lib umd && node tasks/clean.js" }, "dependencies": { - "@carbon/colors": "^10.7.1", - "@carbon/grid": "^10.8.2", - "@carbon/icons": "^10.8.1", + "@carbon/colors": "^10.7.2-rc.0", + "@carbon/grid": "^10.8.3-rc.0", + "@carbon/icons": "^10.8.2-rc.0", "@carbon/import-once": "^10.3.0", - "@carbon/layout": "^10.7.2", - "@carbon/motion": "^10.5.1", - "@carbon/themes": "^10.9.2", - "@carbon/type": "^10.8.2" + "@carbon/layout": "^10.7.3-rc.0", + "@carbon/motion": "^10.5.2-rc.0", + "@carbon/themes": "^10.9.3-rc.0", + "@carbon/type": "^10.8.3-rc.0" }, "devDependencies": { - "@carbon/bundler": "^10.5.0", + "@carbon/bundler": "^10.5.2-rc.0", "fs-extra": "^8.1.0", "klaw-sync": "^6.0.0", "replace-in-file": "^3.4.2", diff --git a/packages/eslint-config-carbon/package.json b/packages/eslint-config-carbon/package.json index 43314c15bb29..354bb71dff53 100644 --- a/packages/eslint-config-carbon/package.json +++ b/packages/eslint-config-carbon/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-carbon", "private": true, - "version": "10.4.0", + "version": "10.4.1-rc.0", "license": "Apache-2.0", "main": "index.js", "repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/eslint-config-carbon", diff --git a/packages/grid/package.json b/packages/grid/package.json index eea7ab61d569..36f516440553 100644 --- a/packages/grid/package.json +++ b/packages/grid/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/grid", "description": "Grid for digital and software products using the Carbon Design System", - "version": "10.8.2", + "version": "10.8.3-rc.0", "license": "Apache-2.0", "repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/grid", "bugs": "https://github.com/carbon-design-system/carbon/issues", @@ -28,10 +28,10 @@ }, "dependencies": { "@carbon/import-once": "^10.3.0", - "@carbon/layout": "^10.7.2" + "@carbon/layout": "^10.7.3-rc.0" }, "devDependencies": { - "@carbon/bundler": "^10.5.0", + "@carbon/bundler": "^10.5.2-rc.0", "rimraf": "^3.0.0" }, "eyeglass": { diff --git a/packages/icon-build-helpers/package.json b/packages/icon-build-helpers/package.json index d5d5347a767a..706816d3460c 100644 --- a/packages/icon-build-helpers/package.json +++ b/packages/icon-build-helpers/package.json @@ -2,7 +2,7 @@ "name": "@carbon/icon-build-helpers", "private": true, "description": "Build helpers for the Carbon Design System icon library", - "version": "0.3.1", + "version": "0.3.2-rc.0", "license": "Apache-2.0", "main": "src/index.js", "repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icon-build-helpers", @@ -21,7 +21,7 @@ "@babel/preset-env": "^7.7.7", "@babel/preset-react": "^7.7.4", "@carbon/cli-reporter": "10.3.0", - "@carbon/icon-helpers": "^10.5.0", + "@carbon/icon-helpers": "^10.5.2-rc.0", "browserslist-config-carbon": "10.4.0", "change-case": "^4.1.1", "core-js": "^3.1.3", diff --git a/packages/icon-helpers/package.json b/packages/icon-helpers/package.json index 0b2867fbae40..a0a9f5f4fa9f 100644 --- a/packages/icon-helpers/package.json +++ b/packages/icon-helpers/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icon-helpers", "description": "Helpers used alongside icons for digital and software products using the Carbon Design System", - "version": "10.5.1", + "version": "10.5.2-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,7 +29,7 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/bundler": "^10.5.0", + "@carbon/bundler": "^10.5.2-rc.0", "rimraf": "^3.0.0" }, "sideEffects": false diff --git a/packages/icons-angular/package.json b/packages/icons-angular/package.json index 85dea102b086..cf7af1c6c44d 100644 --- a/packages/icons-angular/package.json +++ b/packages/icons-angular/package.json @@ -2,7 +2,7 @@ "name": "@carbon/icons-angular", "private": true, "description": "Angular components for icons in digital and software products using the Carbon Design System", - "version": "10.8.1", + "version": "10.8.2-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons-angular", @@ -32,14 +32,14 @@ "@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "dependencies": { - "@carbon/icon-helpers": "^10.5.1" + "@carbon/icon-helpers": "^10.5.2-rc.0" }, "devDependencies": { "@angular/compiler": "6.1.10", "@angular/compiler-cli": "6.1.10", "@angular/core": "6.1.10", "@carbon/cli-reporter": "10.3.0", - "@carbon/icons": "^10.8.0", + "@carbon/icons": "^10.8.2-rc.0", "change-case": "4.1.1", "fs-extra": "8.1.0", "rollup": "^0.66.6", diff --git a/packages/icons-handlebars/package.json b/packages/icons-handlebars/package.json index ce363afe4abe..ed2e3e833cf8 100644 --- a/packages/icons-handlebars/package.json +++ b/packages/icons-handlebars/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons-handlebars", "description": "Handlebars helpers for IBM Design Language icons in digital and software products using the Carbon Design System", - "version": "10.8.1", + "version": "10.8.2-rc.0", "license": "Apache-2.0", "main": "index.js", "repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons-handlebars", @@ -22,8 +22,8 @@ "handlebars": "^4.0.12" }, "dependencies": { - "@carbon/icon-helpers": "^10.5.1", - "@carbon/icons": "^10.8.1" + "@carbon/icon-helpers": "^10.5.2-rc.0", + "@carbon/icons": "^10.8.2-rc.0" }, "devDependencies": { "handlebars": "^4.0.12" diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index dce9b7b57c96..5b1e283d9360 100644 --- a/packages/icons-react/package.json +++ b/packages/icons-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons-react", "description": "React components for icons in digital and software products using the Carbon Design System", - "version": "10.8.1", + "version": "10.8.2-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,11 +29,11 @@ "clean": "rimraf es lib umd" }, "dependencies": { - "@carbon/icon-helpers": "^10.5.1" + "@carbon/icon-helpers": "^10.5.2-rc.0" }, "devDependencies": { - "@carbon/icon-build-helpers": "^0.3.1", - "@carbon/icons": "^10.8.1" + "@carbon/icon-build-helpers": "^0.3.2-rc.0", + "@carbon/icons": "^10.8.2-rc.0" }, "sideEffects": false } diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index ec8ba72e20c6..4e2bae99bcd6 100644 --- a/packages/icons-vue/package.json +++ b/packages/icons-vue/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons-vue", "description": "Vue components for icons in digital and software products using the Carbon Design System", - "version": "10.8.1", + "version": "10.8.2-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -24,11 +24,11 @@ "clean": "rimraf es lib" }, "dependencies": { - "@carbon/icon-helpers": "^10.5.1" + "@carbon/icon-helpers": "^10.5.2-rc.0" }, "devDependencies": { "@carbon/cli-reporter": "10.3.0", - "@carbon/icons": "^10.8.0", + "@carbon/icons": "^10.8.2-rc.0", "fs-extra": "^8.1.0", "prettier": "^1.19.1", "rimraf": "^3.0.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index 38c59599f8be..46fdb6855657 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons", "description": "Icons for digital and software products using the Carbon Design System", - "version": "10.8.1", + "version": "10.8.2-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -34,6 +34,6 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@carbon/icon-build-helpers": "^0.3.1" + "@carbon/icon-build-helpers": "^0.3.2-rc.0" } } diff --git a/packages/layout/package.json b/packages/layout/package.json index 6e70c62d16ec..1b985a2eeaaf 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/layout", "description": "Layout helpers for digital and software products using the Carbon Design System", - "version": "10.7.2", + "version": "10.7.3-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -25,10 +25,10 @@ "clean": "rimraf es lib umd scss/generated" }, "devDependencies": { - "@carbon/bundler": "^10.5.1", + "@carbon/bundler": "^10.5.2-rc.0", "@carbon/cli-reporter": "^10.3.0", "@carbon/scss-generator": "^10.5.1", - "@carbon/test-utils": "^10.6.1", + "@carbon/test-utils": "^10.6.2-rc.0", "core-js": "^3.4.0", "rimraf": "^3.0.0" }, diff --git a/packages/motion/package.json b/packages/motion/package.json index 02e2b9b63c7b..a7eb00d3c317 100644 --- a/packages/motion/package.json +++ b/packages/motion/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/motion", "description": "Motion helpers for digital and software products using the Carbon Design System", - "version": "10.5.1", + "version": "10.5.2-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -25,7 +25,7 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/bundler": "^10.5.0", + "@carbon/bundler": "^10.5.2-rc.0", "rimraf": "^3.0.0" }, "eyeglass": { diff --git a/packages/pictograms-react/package.json b/packages/pictograms-react/package.json index a0cbdea92bac..03f2ed4952b3 100644 --- a/packages/pictograms-react/package.json +++ b/packages/pictograms-react/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/pictograms-react", "description": "React components for pictograms in digital and software products using the Carbon Design System", - "version": "10.8.1", + "version": "10.8.2-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,11 +29,11 @@ "clean": "rimraf es lib umd" }, "dependencies": { - "@carbon/icon-helpers": "^10.5.1" + "@carbon/icon-helpers": "^10.5.2-rc.0" }, "devDependencies": { - "@carbon/icon-build-helpers": "^0.3.1", - "@carbon/pictograms": "^10.8.1" + "@carbon/icon-build-helpers": "^0.3.2-rc.0", + "@carbon/pictograms": "^10.8.2-rc.0" }, "sideEffects": false } diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index a943d959c018..9b64b348f04c 100644 --- a/packages/pictograms/package.json +++ b/packages/pictograms/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/pictograms", "description": "Pictograms for digital and software products using the Carbon Design System", - "version": "10.8.1", + "version": "10.8.2-rc.0", "license": "Apache-2.0", "repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/pictograms", "bugs": "https://github.com/carbon-design-system/carbon/issues", @@ -25,7 +25,7 @@ "prepublishOnly": "yarn build" }, "devDependencies": { - "@carbon/icon-build-helpers": "^0.3.1", + "@carbon/icon-build-helpers": "^0.3.2-rc.0", "rimraf": "^3.0.0" } } diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 8fde9f8ee9f6..2aa49957f86f 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/react-hooks", "private": true, - "version": "10.3.2", + "version": "10.3.3-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -30,7 +30,7 @@ "@babel/core": "^7.5.5", "@babel/preset-env": "^7.7.7", "@babel/preset-react": "^7.7.4", - "@carbon/test-utils": "^10.6.0", + "@carbon/test-utils": "^10.6.2-rc.0", "@storybook/addon-actions": "^5.1.11", "@storybook/addon-links": "^5.1.11", "@storybook/addon-storysource": "^5.2.0", @@ -39,7 +39,7 @@ "autoprefixer": "^9.7.4", "babel-loader": "^8.0.6", "browserslist-config-carbon": "10.4.0", - "carbon-components": "^10.9.0", + "carbon-components": "^10.9.3-rc.0", "css-loader": "^3.4.2", "node-sass": "^4.13.1", "postcss-loader": "^3.0.0", diff --git a/packages/react/package.json b/packages/react/package.json index 48d8ff186745..2bd77bf77b21 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "carbon-components-react", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", - "version": "7.9.2", + "version": "7.9.3-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -38,7 +38,7 @@ "react-dom": "^16.8.6" }, "dependencies": { - "@carbon/icons-react": "^10.8.1", + "@carbon/icons-react": "^10.8.2-rc.0", "classnames": "2.2.6", "downshift": "^1.31.14", "flatpickr": "4.6.1", @@ -63,7 +63,7 @@ "@babel/plugin-transform-object-assign": "^7.7.4", "@babel/preset-env": "^7.7.7", "@babel/preset-react": "^7.7.4", - "@carbon/test-utils": "^10.6.0", + "@carbon/test-utils": "^10.6.2-rc.0", "@storybook/addon-a11y": "^5.2.1", "@storybook/addon-actions": "^5.2.1", "@storybook/addon-info": "^5.2.1", @@ -79,7 +79,7 @@ "babel-plugin-react-docgen": "^4.0.0", "babel-plugin-transform-inline-environment-variables": "^0.4.0", "browserslist-config-carbon": "^10.4.0", - "carbon-components": "^10.9.2", + "carbon-components": "^10.9.3-rc.0", "carbon-icons": "^7.0.5", "chalk": "^2.3.0", "cli-table": "^0.3.0", diff --git a/packages/sketch/package.json b/packages/sketch/package.json index 98c2f1ee01ec..6f2c1a114447 100644 --- a/packages/sketch/package.json +++ b/packages/sketch/package.json @@ -2,7 +2,7 @@ "name": "@carbon/sketch", "private": true, "description": "Tooling for generating a sketch plugin to bring code to design", - "version": "10.9.2", + "version": "10.9.3-rc.0", "license": "Apache-2.0", "repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/sketch", "bugs": "https://github.com/carbon-design-system/carbon/issues", @@ -24,11 +24,11 @@ }, "dependencies": { "@babel/polyfill": "^7.7.0", - "@carbon/colors": "^10.7.0", - "@carbon/icon-helpers": "^10.5.0", - "@carbon/icons": "^10.8.0", - "@carbon/themes": "^10.9.0", - "@carbon/type": "^10.8.0", + "@carbon/colors": "^10.7.2-rc.0", + "@carbon/icon-helpers": "^10.5.2-rc.0", + "@carbon/icons": "^10.8.2-rc.0", + "@carbon/themes": "^10.9.3-rc.0", + "@carbon/type": "^10.8.3-rc.0", "@skpm/builder": "^0.7.0", "color-string": "^1.5.3", "skpm": "^1.2.0" diff --git a/packages/stylelint-config-elements/package.json b/packages/stylelint-config-elements/package.json index 4ca8cee9a21f..857816ebec71 100644 --- a/packages/stylelint-config-elements/package.json +++ b/packages/stylelint-config-elements/package.json @@ -2,7 +2,7 @@ "name": "@carbon/stylelint-config-elements", "private": true, "description": "Stylelint configuration for Carbon Elements", - "version": "10.1.0", + "version": "10.1.1-rc.0", "license": "Apache-2.0", "main": "index.js", "repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/stylelint-config-elements", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index d2ed61e1e182..2ea278e834c0 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/test-utils", "private": true, - "version": "10.6.1", + "version": "10.6.2-rc.0", "license": "Apache-2.0", "repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/test-utils", "bugs": "https://github.com/carbon-design-system/carbon/issues", diff --git a/packages/themes/package.json b/packages/themes/package.json index 352fb4fa514b..c8f543129d2b 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/themes", "description": "Themes for applying color in the Carbon Design System", - "version": "10.9.2", + "version": "10.9.3-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -24,14 +24,14 @@ "build": "yarn clean && bundler bundle src/index.js --name CarbonThemes && node tasks/build.js && bundler check \"scss/*.scss\" && bundler sassdoc \"scss/**/*.scss\"" }, "dependencies": { - "@carbon/colors": "^10.7.1", - "@carbon/layout": "^10.7.2", - "@carbon/type": "^10.8.2" + "@carbon/colors": "^10.7.2-rc.0", + "@carbon/layout": "^10.7.3-rc.0", + "@carbon/type": "^10.8.3-rc.0" }, "devDependencies": { "@carbon/cli-reporter": "10.3.0", "@carbon/scss-generator": "^10.5.0", - "@carbon/test-utils": "^10.6.0", + "@carbon/test-utils": "^10.6.2-rc.0", "change-case": "^4.1.1", "core-js": "^3.0.1", "fs-extra": "^8.1.0", diff --git a/packages/type/package.json b/packages/type/package.json index d235588c3108..5d0c61e52ab3 100644 --- a/packages/type/package.json +++ b/packages/type/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/type", "description": "Typography for digital and software products using the Carbon Design System", - "version": "10.8.2", + "version": "10.8.3-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -33,11 +33,11 @@ }, "dependencies": { "@carbon/import-once": "^10.3.0", - "@carbon/layout": "^10.7.2" + "@carbon/layout": "^10.7.3-rc.0" }, "devDependencies": { - "@carbon/bundler": "^10.5.0", - "@carbon/test-utils": "^10.6.0", + "@carbon/bundler": "^10.5.2-rc.0", + "@carbon/test-utils": "^10.6.2-rc.0", "change-case": "^4.1.1", "rimraf": "^3.0.0" }, diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index 3f081b9a5c9b..e011866c0bb5 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/upgrade", "description": "A tool for upgrading Carbon versions", - "version": "10.4.1", + "version": "10.4.2-rc.0", "license": "Apache-2.0", "bin": { "carbon-upgrade": "./bin/carbon-upgrade.js"