Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v10.20.0 #6858

Merged
merged 1 commit into from
Sep 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/stylelint-config-carbon/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-handlebars/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@carbon/icon-build-helpers": "^0.11.0",
"@carbon/icons": "^10.17.0"
"@carbon/icons": "^10.18.0"
},
"sideEffects": false
}
4 changes: 2 additions & 2 deletions packages/icons-vue/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/sketch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/type/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down