From 23680624044e636ab75a5ba9f888a672b76e25ba Mon Sep 17 00:00:00 2001 From: carbon-bot Date: Tue, 26 Mar 2019 18:41:19 +0000 Subject: [PATCH] v0.11.6 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 6 +++--- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 4 ++-- packages/vue/CHANGELOG.md | 11 +++++++++++ packages/vue/package.json | 4 ++-- 8 files changed, 50 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b1bae0e23..8752d1c214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.6](https://github.com/IBM/carbon-charts/compare/v0.11.5...v0.11.6) (2019-03-26) + + +### Bug Fixes + +* **build:** add npm credentials ([#226](https://github.com/IBM/carbon-charts/issues/226)) ([93e0ff7](https://github.com/IBM/carbon-charts/commit/93e0ff7)) +* **core:** export patterns as strings of svgs ([#227](https://github.com/IBM/carbon-charts/issues/227)) ([14391ae](https://github.com/IBM/carbon-charts/commit/14391ae)) + + + + + ## [0.11.5](https://github.com/IBM/carbon-charts/compare/v0.11.4...v0.11.5) (2019-03-26) diff --git a/lerna.json b/lerna.json index 035d07d931..09f2d65297 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ ] } }, - "version": "0.11.5" + "version": "0.11.6" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8f4ab898af..aa9f956a27 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +## [0.11.6](https://github.com/IBM/carbon-charts/compare/v0.11.5...v0.11.6) (2019-03-26) + + +### Bug Fixes + +* **core:** export patterns as strings of svgs ([#227](https://github.com/IBM/carbon-charts/issues/227)) ([14391ae](https://github.com/IBM/carbon-charts/commit/14391ae)) + + + + + ## [0.11.5](https://github.com/IBM/carbon-charts/compare/v0.11.4...v0.11.5) (2019-03-26) diff --git a/packages/core/package.json b/packages/core/package.json index e17bf3790a..a8b9f1e2c3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "0.11.5", + "version": "0.11.6", "description": "Carbon charting components", "scripts": { "demo:server": "webpack-dev-server --config webpack.config.js --watch", @@ -23,8 +23,8 @@ "author": "IBM", "license": "Apache-2.0", "dependencies": { - "resize-observer-polyfill": "1.5.0", - "d3": "4.13.0" + "d3": "4.13.0", + "resize-observer-polyfill": "1.5.0" }, "peerDependencies": { "d3": ">=4.11.0 <=5.7.0" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index eef1f256d3..060f229110 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/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. +## [0.11.6](https://github.com/IBM/carbon-charts/compare/v0.11.5...v0.11.6) (2019-03-26) + +**Note:** Version bump only for package @carbon/charts-react + + + + + ## [0.11.5](https://github.com/IBM/carbon-charts/compare/v0.11.4...v0.11.5) (2019-03-26) diff --git a/packages/react/package.json b/packages/react/package.json index 686387351c..a246c5065e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "0.11.5", + "version": "0.11.6", "description": "Carbon charting components for React", "main": "index.js", "scripts": { @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/IBM/carbon-charts#readme", "dependencies": { - "@carbon/charts": "^0.11.5" + "@carbon/charts": "^0.11.6" }, "peerDependencies": { "react": "^16.6.3", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index e36ab4c326..9784eef3e5 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/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. +## [0.11.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.5...v0.11.6) (2019-03-26) + + +### Bug Fixes + +* **core:** export patterns as strings of svgs ([#227](https://github.com/carbon-design-system/carbon-charts/issues/227)) ([14391ae](https://github.com/carbon-design-system/carbon-charts/commit/14391ae)) + + + + + ## [0.11.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.11.4...v0.11.5) (2019-03-26) diff --git a/packages/vue/package.json b/packages/vue/package.json index 1e94beb32e..a2bc49ded8 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-vue", - "version": "0.11.5", + "version": "0.11.6", "description": "Carbon charting components for Vue", "main": "index.js", "scripts": { @@ -14,7 +14,7 @@ "clean": "rm -rf dist demo/bundle" }, "dependencies": { - "@carbon/charts": "^0.11.5", + "@carbon/charts": "^0.11.6", "vue": "2.5.21" }, "devDependencies": {