From 0931cfcf4a7636d6e3f5aff3ab8d7d7f2d4ecb99 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Sat, 13 Apr 2019 11:54:54 -0500 Subject: [PATCH] chore(release): publish v10.1.1 --- CHANGELOG.md | 19 ++++++++++++++++--- lerna.json | 2 +- packages/bundler/CHANGELOG.md | 11 +++++++++++ packages/bundler/package.json | 2 +- packages/colors/CHANGELOG.md | 8 ++++++++ packages/colors/package.json | 4 ++-- packages/elements/CHANGELOG.md | 8 ++++++++ packages/elements/package.json | 16 ++++++++-------- packages/grid/CHANGELOG.md | 8 ++++++++ packages/grid/package.json | 4 ++-- packages/icon-helpers/CHANGELOG.md | 8 ++++++++ packages/icon-helpers/package.json | 4 ++-- packages/icons-angular/CHANGELOG.md | 8 ++++++++ packages/icons-angular/package.json | 4 ++-- packages/icons-handlebars/CHANGELOG.md | 8 ++++++++ packages/icons-handlebars/package.json | 4 ++-- packages/icons-react/CHANGELOG.md | 8 ++++++++ packages/icons-react/package.json | 6 +++--- packages/icons-vue/CHANGELOG.md | 8 ++++++++ packages/icons-vue/package.json | 4 ++-- packages/layout/CHANGELOG.md | 8 ++++++++ packages/layout/package.json | 4 ++-- packages/motion/CHANGELOG.md | 8 ++++++++ packages/motion/package.json | 4 ++-- packages/themes/CHANGELOG.md | 8 ++++++++ packages/themes/package.json | 4 ++-- packages/type/CHANGELOG.md | 8 ++++++++ packages/type/package.json | 6 +++--- 28 files changed, 157 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ec29a6..5f4f8e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [10.1.1](https://github.com/IBM/carbon-elements/compare/v10.1.0...v10.1.1) (2019-04-13) + + +### Bug Fixes + +* **bundler:** move change-case to deps ([0c52c70](https://github.com/IBM/carbon-elements/commit/0c52c70)) + + + + + # [0.0.0](https://github.com/IBM/carbon-elements/compare/v10.0.0...v0.0.0) (2019-04-03) @@ -513,6 +529,3 @@ * **colors:** add colors package ([#5](https://github.com/IBM/carbon-elements/issues/5)) ([8b4d40e](https://github.com/IBM/carbon-elements/commit/8b4d40e)) * **icons:** add icons package ([c6bd42c](https://github.com/IBM/carbon-elements/commit/c6bd42c)) - - - diff --git a/lerna.json b/lerna.json index 234f7627..a218dc65 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.13.1", - "version": "10.1.0", + "version": "10.1.1", "npmClient": "yarn", "npmClientArgs": [ "--frozen-lockfile" diff --git a/packages/bundler/CHANGELOG.md b/packages/bundler/CHANGELOG.md index 44b09aec..8bee5f68 100644 --- a/packages/bundler/CHANGELOG.md +++ b/packages/bundler/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/bundler/compare/v10.1.0...v10.1.1) (2019-04-13) + + +### Bug Fixes + +* **bundler:** move change-case to deps ([0c52c70](https://github.com/IBM/carbon-elements/tree/master/packages/bundler/commit/0c52c70)) + + + + + # 10.1.0 (2019-04-12) diff --git a/packages/bundler/package.json b/packages/bundler/package.json index 76bbc1ef..55b78293 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.1.0", + "version": "10.1.1", "license": "Apache-2.0", "bin": { "bundler": "./bin/bundler.js" diff --git a/packages/colors/CHANGELOG.md b/packages/colors/CHANGELOG.md index f9dab978..e25b6224 100644 --- a/packages/colors/CHANGELOG.md +++ b/packages/colors/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/colors/compare/v10.1.0...v10.1.1) (2019-04-13) + +**Note:** Version bump only for package @carbon/colors + + + + + # 10.1.0 (2019-04-12) diff --git a/packages/colors/package.json b/packages/colors/package.json index c1bd9ee0..d7bc75a1 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.1.0", + "version": "10.1.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,7 +29,7 @@ "clean": "rimraf css es lib umd scss" }, "devDependencies": { - "@carbon/bundler": "10.1.0", + "@carbon/bundler": "10.1.1", "@carbon/cli-reporter": "10.0.0", "@carbon/test-utils": "10.0.0", "change-case": "^3.0.2", diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index 3d92c626..a9c7c180 100644 --- a/packages/elements/CHANGELOG.md +++ b/packages/elements/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/elements/compare/v10.1.0...v10.1.1) (2019-04-13) + +**Note:** Version bump only for package @carbon/elements + + + + + # 10.1.0 (2019-04-12) diff --git a/packages/elements/package.json b/packages/elements/package.json index 22155019..f8fb0b07 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.1.0", + "version": "10.1.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -29,17 +29,17 @@ "clean": "rimraf es lib umd && node tasks/clean.js" }, "dependencies": { - "@carbon/colors": "10.1.0", - "@carbon/grid": "10.1.0", + "@carbon/colors": "10.1.1", + "@carbon/grid": "10.1.1", "@carbon/icons": "10.1.0", "@carbon/import-once": "10.1.0", - "@carbon/layout": "10.1.0", - "@carbon/motion": "10.1.0", - "@carbon/themes": "10.1.0", - "@carbon/type": "10.1.0" + "@carbon/layout": "10.1.1", + "@carbon/motion": "10.1.1", + "@carbon/themes": "10.1.1", + "@carbon/type": "10.1.1" }, "devDependencies": { - "@carbon/bundler": "10.1.0", + "@carbon/bundler": "10.1.1", "fs-extra": "^7.0.1", "klaw-sync": "^6.0.0", "replace-in-file": "^3.4.2", diff --git a/packages/grid/CHANGELOG.md b/packages/grid/CHANGELOG.md index 8f012b17..5b1a7689 100644 --- a/packages/grid/CHANGELOG.md +++ b/packages/grid/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/grid/compare/v10.1.0...v10.1.1) (2019-04-13) + +**Note:** Version bump only for package @carbon/grid + + + + + # 10.1.0 (2019-04-12) diff --git a/packages/grid/package.json b/packages/grid/package.json index e0f49973..ce36cda3 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.1.0", + "version": "10.1.1", "license": "Apache-2.0", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/grid", "bugs": "https://github.com/IBM/carbon-elements/issues", @@ -25,7 +25,7 @@ }, "dependencies": { "@carbon/import-once": "10.1.0", - "@carbon/layout": "10.1.0" + "@carbon/layout": "10.1.1" }, "eyeglass": { "exports": false, diff --git a/packages/icon-helpers/CHANGELOG.md b/packages/icon-helpers/CHANGELOG.md index 582046e7..f4131213 100644 --- a/packages/icon-helpers/CHANGELOG.md +++ b/packages/icon-helpers/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/icon-helpers/compare/v10.1.0...v10.1.1) (2019-04-13) + +**Note:** Version bump only for package @carbon/icon-helpers + + + + + # 10.1.0 (2019-04-12) diff --git a/packages/icon-helpers/package.json b/packages/icon-helpers/package.json index 1d867824..72b0e1c0 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.1.0", + "version": "10.1.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -27,7 +27,7 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/bundler": "10.1.0", + "@carbon/bundler": "10.1.1", "rimraf": "^2.6.2" }, "sideEffects": false diff --git a/packages/icons-angular/CHANGELOG.md b/packages/icons-angular/CHANGELOG.md index 61389471..c3e79b65 100644 --- a/packages/icons-angular/CHANGELOG.md +++ b/packages/icons-angular/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/icons-angular/compare/v10.1.0...v10.1.1) (2019-04-13) + +**Note:** Version bump only for package @carbon/icons-angular + + + + + # 10.1.0 (2019-04-12) diff --git a/packages/icons-angular/package.json b/packages/icons-angular/package.json index 6eb619e1..cc39f69a 100644 --- a/packages/icons-angular/package.json +++ b/packages/icons-angular/package.json @@ -1,7 +1,7 @@ { "name": "@carbon/icons-angular", "description": "Angular components for icons in digital and software products using the Carbon Design System", - "version": "10.1.0", + "version": "10.1.1", "license": "Apache-2.0", "main": "lib/index.js", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-angular", @@ -29,7 +29,7 @@ "@angular/core": "^6.0.0 || ^7.0.0" }, "dependencies": { - "@carbon/icon-helpers": "10.1.0" + "@carbon/icon-helpers": "10.1.1" }, "devDependencies": { "@angular/compiler": "6.1.10", diff --git a/packages/icons-handlebars/CHANGELOG.md b/packages/icons-handlebars/CHANGELOG.md index 70a1bf68..6cfc8ff8 100644 --- a/packages/icons-handlebars/CHANGELOG.md +++ b/packages/icons-handlebars/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/icons-handlebars/compare/v10.1.0...v10.1.1) (2019-04-13) + +**Note:** Version bump only for package @carbon/icons-handlebars + + + + + # 10.1.0 (2019-04-12) diff --git a/packages/icons-handlebars/package.json b/packages/icons-handlebars/package.json index b4cffa91..2436fe08 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.1.0", + "version": "10.1.1", "license": "Apache-2.0", "main": "index.js", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-handlebars", @@ -20,7 +20,7 @@ "handlebars": "^4.0.12" }, "dependencies": { - "@carbon/icon-helpers": "10.1.0", + "@carbon/icon-helpers": "10.1.1", "@carbon/icons": "10.1.0" }, "devDependencies": { diff --git a/packages/icons-react/CHANGELOG.md b/packages/icons-react/CHANGELOG.md index c76e55ee..62c6919b 100644 --- a/packages/icons-react/CHANGELOG.md +++ b/packages/icons-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/icons-react/compare/v10.1.0...v10.1.1) (2019-04-13) + +**Note:** Version bump only for package @carbon/icons-react + + + + + # 10.1.0 (2019-04-12) diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 0baacacc..ad6383ad 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.1.0", + "version": "10.1.1", "license": "Apache-2.0", "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/icons-react", "bugs": "https://github.com/IBM/carbon-elements/issues", @@ -25,13 +25,13 @@ "clean": "rimraf es lib umd" }, "dependencies": { - "@carbon/icon-helpers": "10.1.0", + "@carbon/icon-helpers": "10.1.1", "prop-types": "^15.6.2" }, "devDependencies": { "@babel/core": "^7.2.0", "@babel/preset-env": "^7.2.0", - "@carbon/bundler": "10.1.0", + "@carbon/bundler": "10.1.1", "@carbon/cli-reporter": "10.0.0", "@carbon/icons": "10.1.0", "change-case": "^3.0.2", diff --git a/packages/icons-vue/CHANGELOG.md b/packages/icons-vue/CHANGELOG.md index 6e8d58b7..a181c0bd 100644 --- a/packages/icons-vue/CHANGELOG.md +++ b/packages/icons-vue/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/icons-vue/compare/v10.1.0...v10.1.1) (2019-04-13) + +**Note:** Version bump only for package @carbon/icons-vue + + + + + # 10.1.0 (2019-04-12) diff --git a/packages/icons-vue/package.json b/packages/icons-vue/package.json index a75487d5..31bdbf59 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.1.0", + "version": "10.1.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -22,7 +22,7 @@ "clean": "rimraf es lib umd" }, "dependencies": { - "@carbon/icon-helpers": "10.1.0" + "@carbon/icon-helpers": "10.1.1" }, "devDependencies": { "@carbon/cli-reporter": "10.0.0", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index cec8b2ba..aa777143 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/layout/compare/v10.1.0...v10.1.1) (2019-04-13) + +**Note:** Version bump only for package @carbon/layout + + + + + # 10.1.0 (2019-04-12) diff --git a/packages/layout/package.json b/packages/layout/package.json index be9139e2..f9a59c03 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.1.0", + "version": "10.1.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -23,7 +23,7 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/bundler": "10.1.0", + "@carbon/bundler": "10.1.1", "rimraf": "^2.6.2" }, "eyeglass": { diff --git a/packages/motion/CHANGELOG.md b/packages/motion/CHANGELOG.md index 17620ed7..12ab4767 100644 --- a/packages/motion/CHANGELOG.md +++ b/packages/motion/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/motion/compare/v10.1.0...v10.1.1) (2019-04-13) + +**Note:** Version bump only for package @carbon/motion + + + + + # 10.1.0 (2019-04-12) diff --git a/packages/motion/package.json b/packages/motion/package.json index f48006da..db7404bc 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.1.0", + "version": "10.1.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -23,7 +23,7 @@ "clean": "rimraf es lib umd" }, "devDependencies": { - "@carbon/bundler": "10.1.0", + "@carbon/bundler": "10.1.1", "rimraf": "^2.6.2" }, "eyeglass": { diff --git a/packages/themes/CHANGELOG.md b/packages/themes/CHANGELOG.md index de21ed9b..94318426 100644 --- a/packages/themes/CHANGELOG.md +++ b/packages/themes/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/themes/compare/v10.1.0...v10.1.1) (2019-04-13) + +**Note:** Version bump only for package @carbon/themes + + + + + # 10.1.0 (2019-04-12) diff --git a/packages/themes/package.json b/packages/themes/package.json index d2b6fc12..2ea9fffe 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.1.0", + "version": "10.1.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -22,7 +22,7 @@ "build": "yarn clean && bundler bundle src/index.js --name CarbonThemes && node tasks/build.js && bundler check 'scss/*.scss' && bundler sassdoc 'scss'" }, "dependencies": { - "@carbon/colors": "10.1.0" + "@carbon/colors": "10.1.1" }, "devDependencies": { "@carbon/cli-reporter": "10.0.0", diff --git a/packages/type/CHANGELOG.md b/packages/type/CHANGELOG.md index 71ea56bf..b78ce343 100644 --- a/packages/type/CHANGELOG.md +++ b/packages/type/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/type/compare/v10.1.0...v10.1.1) (2019-04-13) + +**Note:** Version bump only for package @carbon/type + + + + + # 10.1.0 (2019-04-12) diff --git a/packages/type/package.json b/packages/type/package.json index 107a8586..7338d03c 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.1.0", + "version": "10.1.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", @@ -31,10 +31,10 @@ }, "dependencies": { "@carbon/import-once": "10.1.0", - "@carbon/layout": "10.1.0" + "@carbon/layout": "10.1.1" }, "devDependencies": { - "@carbon/bundler": "10.1.0", + "@carbon/bundler": "10.1.1", "rimraf": "^2.6.2" }, "eyeglass": {