diff --git a/packages/components/package.json b/packages/components/package.json index 09e40cf35296..d4e214c64824 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.10.2", + "version": "10.10.3-rc.0", "license": "Apache-2.0", "main": "umd/index.js", "module": "es/index.js", @@ -82,9 +82,9 @@ "@babel/preset-env": "^7.7.7", "@babel/preset-react": "^7.7.4", "@babel/runtime": "^7.7.7", - "@carbon/elements": "^10.10.2", - "@carbon/icons-handlebars": "^10.9.2", - "@carbon/icons-react": "^10.9.2", + "@carbon/elements": "^10.10.3-rc.0", + "@carbon/icons-handlebars": "^10.9.3-rc.0", + "@carbon/icons-react": "^10.9.3-rc.0", "@carbon/test-utils": "^10.7.1", "@frctl/fractal": "^1.1.0", "adaro": "1.0.4", diff --git a/packages/elements/package.json b/packages/elements/package.json index a7e0e8d4e8f4..5e8e7a2d510a 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.10.2", + "version": "10.10.3-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -33,7 +33,7 @@ "dependencies": { "@carbon/colors": "^10.8.1", "@carbon/grid": "^10.9.2", - "@carbon/icons": "^10.9.2", + "@carbon/icons": "^10.9.3-rc.0", "@carbon/import-once": "^10.3.0", "@carbon/layout": "^10.8.2", "@carbon/motion": "^10.6.0", diff --git a/packages/icon-build-helpers/package.json b/packages/icon-build-helpers/package.json index 03c71ab929f9..4606f6b4c571 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.4.1", + "version": "0.4.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", diff --git a/packages/icons-handlebars/package.json b/packages/icons-handlebars/package.json index 2225eeacda54..5fc8b955dff1 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.9.2", + "version": "10.9.3-rc.0", "license": "Apache-2.0", "main": "index.js", "repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons-handlebars", @@ -23,7 +23,7 @@ }, "dependencies": { "@carbon/icon-helpers": "^10.6.0", - "@carbon/icons": "^10.9.2" + "@carbon/icons": "^10.9.3-rc.0" }, "devDependencies": { "handlebars": "^4.0.12" diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 129e3bc767c3..7de010b33fd9 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.9.2", + "version": "10.9.3-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -32,8 +32,8 @@ "@carbon/icon-helpers": "^10.6.0" }, "devDependencies": { - "@carbon/icon-build-helpers": "^0.4.1", - "@carbon/icons": "^10.9.2" + "@carbon/icon-build-helpers": "^0.4.2-rc.0", + "@carbon/icons": "^10.9.3-rc.0" }, "sideEffects": false } diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index a577421a334b..5cbddb6676f2 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.9.2", + "version": "10.9.3-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -28,7 +28,7 @@ }, "devDependencies": { "@carbon/cli-reporter": "^10.3.0", - "@carbon/icons": "^10.9.2", + "@carbon/icons": "^10.9.3-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 afda56000dae..8d9cd4582ff2 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.9.2", + "version": "10.9.3-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.4.1" + "@carbon/icon-build-helpers": "^0.4.2-rc.0" } } diff --git a/packages/pictograms-react/package.json b/packages/pictograms-react/package.json index 52f348b681bc..6a2b9256348a 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.9.1", + "version": "10.9.2-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -32,8 +32,8 @@ "@carbon/icon-helpers": "^10.6.0" }, "devDependencies": { - "@carbon/icon-build-helpers": "^0.4.1", - "@carbon/pictograms": "^10.9.1" + "@carbon/icon-build-helpers": "^0.4.2-rc.0", + "@carbon/pictograms": "^10.9.2-rc.0" }, "sideEffects": false } diff --git a/packages/pictograms/package.json b/packages/pictograms/package.json index 61909fb27ddc..ba20f91cdd6d 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.9.1", + "version": "10.9.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.4.1", + "@carbon/icon-build-helpers": "^0.4.2-rc.0", "rimraf": "^3.0.0" } } diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 09bdb9c67969..b7d8fbc6f94f 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.4.2", + "version": "10.4.3-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -39,7 +39,7 @@ "autoprefixer": "^9.7.4", "babel-loader": "^8.0.6", "browserslist-config-carbon": "^10.4.0", - "carbon-components": "^10.10.2", + "carbon-components": "^10.10.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 d9fe6bfa9b00..2ce73700348b 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.10.2", + "version": "7.10.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.9.2", + "@carbon/icons-react": "^10.9.3-rc.0", "classnames": "2.2.6", "downshift": "^1.31.14", "flatpickr": "4.6.1", @@ -80,7 +80,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.10.2", + "carbon-components": "^10.10.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 65151dcc6745..a3ee25782e8f 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.10.2", + "version": "10.10.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", @@ -26,7 +26,7 @@ "@babel/polyfill": "^7.7.0", "@carbon/colors": "^10.8.1", "@carbon/icon-helpers": "^10.6.0", - "@carbon/icons": "^10.9.2", + "@carbon/icons": "^10.9.3-rc.0", "@carbon/themes": "^10.10.2", "@carbon/type": "^10.9.2", "@skpm/builder": "^0.7.0",