diff --git a/config/stylelint-config-carbon/package.json b/config/stylelint-config-carbon/package.json index c4bea53d8d77..9d788aa131b3 100644 --- a/config/stylelint-config-carbon/package.json +++ b/config/stylelint-config-carbon/package.json @@ -1,7 +1,7 @@ { "name": "stylelint-config-carbon", "description": "Stylelint configuration for Carbon", - "version": "1.0.0", + "version": "1.1.0", "license": "Apache-2.0", "main": "index.js", "repository": "https://github.com/carbon-design-system/carbon/tree/master/config/stylelint-config-carbon", diff --git a/packages/components/package.json b/packages/components/package.json index 322baae67dd5..d83a1831c1f2 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.20.0-rc.0", + "version": "10.20.0", "license": "Apache-2.0", "main": "umd/index.js", "module": "es/index.js", @@ -79,9 +79,9 @@ "@babel/preset-env": "^7.10.0", "@babel/preset-react": "^7.10.0", "@babel/runtime": "^7.10.0", - "@carbon/elements": "^10.19.0-rc.0", - "@carbon/icons-handlebars": "^10.17.0", - "@carbon/icons-react": "^10.17.0", + "@carbon/elements": "^10.19.0", + "@carbon/icons-handlebars": "^10.18.0", + "@carbon/icons-react": "^10.18.0", "@carbon/test-utils": "^10.11.0", "@frctl/fractal": "^1.1.0", "adaro": "1.0.4", diff --git a/packages/elements/package.json b/packages/elements/package.json index 138ce400b9fe..3e7fe5b4094d 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.19.0-rc.0", + "version": "10.19.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -33,12 +33,12 @@ "dependencies": { "@carbon/colors": "^10.13.0", "@carbon/grid": "^10.15.0", - "@carbon/icons": "^10.17.0", + "@carbon/icons": "^10.18.0", "@carbon/import-once": "^10.3.0", "@carbon/layout": "^10.13.0", "@carbon/motion": "^10.9.0", - "@carbon/themes": "^10.19.0-rc.0", - "@carbon/type": "^10.16.0-rc.0" + "@carbon/themes": "^10.19.0", + "@carbon/type": "^10.16.0" }, "devDependencies": { "@carbon/bundler": "^10.9.0", diff --git a/packages/icons-handlebars/package.json b/packages/icons-handlebars/package.json index 6d7f8266c199..0e8c5d9b7806 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.17.0", + "version": "10.18.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.9.0", - "@carbon/icons": "^10.17.0" + "@carbon/icons": "^10.18.0" }, "devDependencies": { "handlebars": "^4.0.12" diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 57aac832e2d6..223bba06933c 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.17.0", + "version": "10.18.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -33,7 +33,7 @@ }, "devDependencies": { "@carbon/icon-build-helpers": "^0.11.0", - "@carbon/icons": "^10.17.0" + "@carbon/icons": "^10.18.0" }, "sideEffects": false } diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index 05001fb788a0..5e933e0bc4f1 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.17.0", + "version": "10.18.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.17.0", + "@carbon/icons": "^10.18.0", "fs-extra": "^8.1.0", "prettier": "^2.1.0", "rimraf": "^3.0.0", diff --git a/packages/icons/package.json b/packages/icons/package.json index 3e83ec550318..f514540b4b36 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.17.0", + "version": "10.18.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index 8b0c82b97224..c329d15e1b6e 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.14.0-rc.0", + "version": "10.14.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -39,7 +39,7 @@ "autoprefixer": "^9.7.4", "babel-loader": "^8.1.0", "browserslist-config-carbon": "^10.5.0", - "carbon-components": "^10.20.0-rc.0", + "carbon-components": "^10.20.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 02cafaffb70b..11794e11f820 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.20.0-rc.0", + "version": "7.20.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -39,7 +39,7 @@ "react-dom": "^16.8.6" }, "dependencies": { - "@carbon/icons-react": "^10.17.0", + "@carbon/icons-react": "^10.18.0", "classnames": "2.2.6", "downshift": "5.2.1", "flatpickr": "4.6.1", @@ -84,7 +84,7 @@ "babel-plugin-react-docgen": "^4.0.0", "babel-plugin-transform-inline-environment-variables": "^0.4.0", "browserslist-config-carbon": "^10.5.0", - "carbon-components": "^10.20.0-rc.0", + "carbon-components": "^10.20.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 ad05552c91f4..531930bfc926 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.18.0-rc.0", + "version": "10.18.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", @@ -27,9 +27,9 @@ "@babel/polyfill": "^7.8.7", "@carbon/colors": "^10.13.0", "@carbon/icon-helpers": "^10.9.0", - "@carbon/icons": "^10.17.0", - "@carbon/themes": "^10.19.0-rc.0", - "@carbon/type": "^10.16.0-rc.0", + "@carbon/icons": "^10.18.0", + "@carbon/themes": "^10.19.0", + "@carbon/type": "^10.16.0", "@skpm/builder": "^0.7.0", "color-string": "^1.5.3", "skpm": "^1.2.0" diff --git a/packages/themes/package.json b/packages/themes/package.json index d8a3faacc831..e44df4b0f1ce 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.19.0-rc.0", + "version": "10.19.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -26,7 +26,7 @@ "dependencies": { "@carbon/colors": "^10.13.0", "@carbon/layout": "^10.13.0", - "@carbon/type": "^10.16.0-rc.0", + "@carbon/type": "^10.16.0", "color": "^3.1.2" }, "devDependencies": { diff --git a/packages/type/package.json b/packages/type/package.json index 79d901433a5a..c2759c2abfcf 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.16.0-rc.0", + "version": "10.16.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js",