Skip to content

Commit

Permalink
chore(release): v10.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Jan 16, 2020
1 parent 7cea4ea commit a3e5882
Show file tree
Hide file tree
Showing 25 changed files with 95 additions and 95 deletions.
4 changes: 2 additions & 2 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/bundler",
"description": "Bundler used for libraries in the Carbon Design System",
"version": "10.5.1-rc.0",
"version": "10.5.1",
"license": "Apache-2.0",
"bin": {
"bundler": "./bin/bundler.js"
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@carbon/cli-reporter": "10.3.0",
"@carbon/cli-reporter": "^10.3.0",
"@commitlint/parse": "^8.1.0",
"autoprefixer": "^9.4.3",
"babel-plugin-macros": "^2.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/cli",
"description": "Task automation for working with the Carbon Design System",
"version": "10.7.1-rc.0",
"version": "10.7.1",
"license": "Apache-2.0",
"bin": {
"carbon-cli": "./bin/carbon-cli.js"
Expand All @@ -19,7 +19,7 @@
"access": "public"
},
"dependencies": {
"@carbon/cli-reporter": "10.3.0",
"@carbon/cli-reporter": "^10.3.0",
"@octokit/plugin-retry": "^2.2.0",
"@octokit/plugin-throttling": "^2.6.0",
"@octokit/rest": "^16.28.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/colors",
"description": "Colors for digital and software products using the Carbon Design System",
"version": "10.7.1-rc.0",
"version": "10.7.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -31,10 +31,10 @@
"clean": "rimraf css es lib umd scss"
},
"devDependencies": {
"@carbon/bundler": "^10.5.1-rc.0",
"@carbon/cli-reporter": "10.3.0",
"@carbon/scss-generator": "^10.5.1-rc.0",
"@carbon/test-utils": "^10.6.1-rc.0",
"@carbon/bundler": "^10.5.1",
"@carbon/cli-reporter": "^10.3.0",
"@carbon/scss-generator": "^10.5.1",
"@carbon/test-utils": "^10.6.1",
"change-case": "^3.0.2",
"core-js": "^3.0.1",
"fs-extra": "^7.0.0",
Expand Down
12 changes: 6 additions & 6 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.9.2-rc.0",
"version": "10.9.2",
"license": "Apache-2.0",
"main": "umd/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -80,10 +80,10 @@
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.5.2",
"@carbon/elements": "^10.9.2-rc.0",
"@carbon/icons-handlebars": "^10.8.1-rc.0",
"@carbon/icons-react": "^10.8.1-rc.0",
"@carbon/test-utils": "^10.6.1-rc.0",
"@carbon/elements": "^10.9.2",
"@carbon/icons-handlebars": "^10.8.1",
"@carbon/icons-react": "^10.8.1",
"@carbon/test-utils": "^10.6.1",
"@frctl/fractal": "^1.1.0",
"adaro": "1.0.4",
"autoprefixer": "^8.2.0",
Expand All @@ -94,7 +94,7 @@
"babel-plugin-rewire": "^1.1.0",
"bluebird": "~3.1.1",
"browser-sync": "^2.26.3",
"browserslist-config-carbon": "10.4.0",
"browserslist-config-carbon": "^10.4.0",
"carbon-components": "^9.0.0",
"carbon-components-react": "^6.0.0",
"chokidar": "^2.0.0",
Expand Down
20 changes: 10 additions & 10 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.9.2-rc.0",
"version": "10.9.2",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -31,17 +31,17 @@
"clean": "rimraf es lib umd && node tasks/clean.js"
},
"dependencies": {
"@carbon/colors": "^10.7.1-rc.0",
"@carbon/grid": "^10.8.2-rc.0",
"@carbon/icons": "^10.8.1-rc.0",
"@carbon/import-once": "10.3.0",
"@carbon/layout": "^10.7.2-rc.0",
"@carbon/motion": "^10.5.1-rc.0",
"@carbon/themes": "^10.9.2-rc.0",
"@carbon/type": "^10.8.2-rc.0"
"@carbon/colors": "^10.7.1",
"@carbon/grid": "^10.8.2",
"@carbon/icons": "^10.8.1",
"@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"
},
"devDependencies": {
"@carbon/bundler": "^10.5.1-rc.0",
"@carbon/bundler": "^10.5.1",
"fs-extra": "^7.0.1",
"klaw-sync": "^6.0.0",
"replace-in-file": "^3.4.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/grid",
"description": "Grid for digital and software products using the Carbon Design System",
"version": "10.8.2-rc.0",
"version": "10.8.2",
"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",
Expand All @@ -27,11 +27,11 @@
"clean": "rimraf scss/_inlined scss/vendor"
},
"dependencies": {
"@carbon/import-once": "10.3.0",
"@carbon/layout": "^10.7.2-rc.0"
"@carbon/import-once": "^10.3.0",
"@carbon/layout": "^10.7.2"
},
"devDependencies": {
"@carbon/bundler": "^10.5.1-rc.0",
"@carbon/bundler": "^10.5.1",
"rimraf": "^2.6.3"
},
"eyeglass": {
Expand Down
8 changes: 4 additions & 4 deletions packages/icon-build-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc.0",
"version": "0.3.1",
"license": "Apache-2.0",
"main": "src/index.js",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icon-build-helpers",
Expand All @@ -20,9 +20,9 @@
"devDependencies": {
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@carbon/cli-reporter": "10.3.0",
"@carbon/icon-helpers": "^10.5.1-rc.0",
"browserslist-config-carbon": "10.4.0",
"@carbon/cli-reporter": "^10.3.0",
"@carbon/icon-helpers": "^10.5.1",
"browserslist-config-carbon": "^10.4.0",
"change-case": "^3.0.2",
"core-js": "^3.1.3",
"fs-extra": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/icon-helpers/package.json
Original file line number Diff line number Diff line change
@@ -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-rc.0",
"version": "10.5.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"clean": "rimraf es lib umd"
},
"devDependencies": {
"@carbon/bundler": "^10.5.1-rc.0",
"@carbon/bundler": "^10.5.1",
"rimraf": "^2.6.2"
},
"sideEffects": false
Expand Down
8 changes: 4 additions & 4 deletions packages/icons-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc.0",
"version": "10.8.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons-angular",
Expand Down Expand Up @@ -32,14 +32,14 @@
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"dependencies": {
"@carbon/icon-helpers": "^10.5.1-rc.0"
"@carbon/icon-helpers": "^10.5.1"
},
"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.1-rc.0",
"@carbon/cli-reporter": "^10.3.0",
"@carbon/icons": "^10.8.1",
"change-case": "3.0.2",
"fs-extra": "7.0.1",
"rollup": "^0.66.6",
Expand Down
6 changes: 3 additions & 3 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.8.1-rc.0",
"version": "10.8.1",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons-handlebars",
Expand All @@ -22,8 +22,8 @@
"handlebars": "^4.0.12"
},
"dependencies": {
"@carbon/icon-helpers": "^10.5.1-rc.0",
"@carbon/icons": "^10.8.1-rc.0"
"@carbon/icon-helpers": "^10.5.1",
"@carbon/icons": "^10.8.1"
},
"devDependencies": {
"handlebars": "^4.0.12"
Expand Down
8 changes: 4 additions & 4 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.8.1-rc.0",
"version": "10.8.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -29,11 +29,11 @@
"clean": "rimraf es lib umd"
},
"dependencies": {
"@carbon/icon-helpers": "^10.5.1-rc.0"
"@carbon/icon-helpers": "^10.5.1"
},
"devDependencies": {
"@carbon/icon-build-helpers": "^0.3.1-rc.0",
"@carbon/icons": "^10.8.1-rc.0"
"@carbon/icon-build-helpers": "^0.3.1",
"@carbon/icons": "^10.8.1"
},
"sideEffects": false
}
8 changes: 4 additions & 4 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.8.1-rc.0",
"version": "10.8.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -24,11 +24,11 @@
"clean": "rimraf es lib"
},
"dependencies": {
"@carbon/icon-helpers": "^10.5.1-rc.0"
"@carbon/icon-helpers": "^10.5.1"
},
"devDependencies": {
"@carbon/cli-reporter": "10.3.0",
"@carbon/icons": "^10.8.1-rc.0",
"@carbon/cli-reporter": "^10.3.0",
"@carbon/icons": "^10.8.1",
"fs-extra": "^7.0.1",
"prettier": "^1.19.1",
"rimraf": "^2.6.2",
Expand Down
4 changes: 2 additions & 2 deletions 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.8.1-rc.0",
"version": "10.8.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -34,6 +34,6 @@
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@carbon/icon-build-helpers": "^0.3.1-rc.0"
"@carbon/icon-build-helpers": "^0.3.1"
}
}
10 changes: 5 additions & 5 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/layout",
"description": "Layout helpers for digital and software products using the Carbon Design System",
"version": "10.7.2-rc.0",
"version": "10.7.2",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,10 +25,10 @@
"clean": "rimraf es lib umd scss/generated"
},
"devDependencies": {
"@carbon/bundler": "^10.5.1-rc.0",
"@carbon/cli-reporter": "10.3.0",
"@carbon/scss-generator": "^10.5.1-rc.0",
"@carbon/test-utils": "^10.6.1-rc.0",
"@carbon/bundler": "^10.5.1",
"@carbon/cli-reporter": "^10.3.0",
"@carbon/scss-generator": "^10.5.1",
"@carbon/test-utils": "^10.6.1",
"core-js": "^3.4.0",
"rimraf": "^2.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/motion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/motion",
"description": "Motion helpers for digital and software products using the Carbon Design System",
"version": "10.5.1-rc.0",
"version": "10.5.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,7 +25,7 @@
"clean": "rimraf es lib umd"
},
"devDependencies": {
"@carbon/bundler": "^10.5.1-rc.0",
"@carbon/bundler": "^10.5.1",
"rimraf": "^2.6.2"
},
"eyeglass": {
Expand Down
8 changes: 4 additions & 4 deletions packages/pictograms-react/package.json
Original file line number Diff line number Diff line change
@@ -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-rc.0",
"version": "10.8.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -29,11 +29,11 @@
"clean": "rimraf es lib umd"
},
"dependencies": {
"@carbon/icon-helpers": "^10.5.1-rc.0"
"@carbon/icon-helpers": "^10.5.1"
},
"devDependencies": {
"@carbon/icon-build-helpers": "^0.3.1-rc.0",
"@carbon/pictograms": "^10.8.1-rc.0"
"@carbon/icon-build-helpers": "^0.3.1",
"@carbon/pictograms": "^10.8.1"
},
"sideEffects": false
}
4 changes: 2 additions & 2 deletions packages/pictograms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/pictograms",
"description": "Pictograms for digital and software products using the Carbon Design System",
"version": "10.8.1-rc.0",
"version": "10.8.1",
"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",
Expand All @@ -25,7 +25,7 @@
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@carbon/icon-build-helpers": "^0.3.1-rc.0",
"@carbon/icon-build-helpers": "^0.3.1",
"rimraf": "^3.0.0"
}
}

0 comments on commit a3e5882

Please sign in to comment.