diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2a03dfa3..23fab1488e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.6](https://github.com/IBM/carbon-charts/compare/v0.8.5...v0.8.6) (2019-01-18) + + +### Bug Fixes + +* **$browser:** Fixes the issue with pie labels not lining up on smaller sizes. ([154467f](https://github.com/IBM/carbon-charts/commit/154467f)), closes [#151](https://github.com/IBM/carbon-charts/issues/151) +* **$browser:** Use dynamic step value for margin instead of fixed value. ([1c96d7a](https://github.com/IBM/carbon-charts/commit/1c96d7a)) +* **$browser:** Use dynamic step value for margin instead of fixed value. ([b9910f0](https://github.com/IBM/carbon-charts/commit/b9910f0)) +* **core:** Fix axis alignment for LineChart ([c9f5124](https://github.com/IBM/carbon-charts/commit/c9f5124)) +* **core:** Fix axis alignment in LineChart ([18b44a6](https://github.com/IBM/carbon-charts/commit/18b44a6)) +* **core:** Fix interference of thresholds and bar chart elements ([a69dc15](https://github.com/IBM/carbon-charts/commit/a69dc15)) + + +### BREAKING CHANGES + +* **$browser:** None. + + + + + ## [0.8.5](https://github.com/IBM/carbon-charts/compare/v0.8.4...v0.8.5) (2019-01-17) diff --git a/lerna.json b/lerna.json index e9c8b1fb1f..2fe13c2584 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ ] } }, - "version": "0.8.5" + "version": "0.8.6" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 06f88ccb85..99933c07bb 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.6](https://github.com/IBM/carbon-charts/compare/v0.8.5...v0.8.6) (2019-01-18) + + +### Bug Fixes + +* **$browser:** Fixes the issue with pie labels not lining up on smaller sizes. ([154467f](https://github.com/IBM/carbon-charts/commit/154467f)), closes [#151](https://github.com/IBM/carbon-charts/issues/151) +* **$browser:** Use dynamic step value for margin instead of fixed value. ([1c96d7a](https://github.com/IBM/carbon-charts/commit/1c96d7a)) +* **core:** Fix interference of thresholds and bar chart elements ([a69dc15](https://github.com/IBM/carbon-charts/commit/a69dc15)) + + + + + ## [0.8.5](https://github.com/IBM/carbon-charts/compare/v0.8.4...v0.8.5) (2019-01-17) diff --git a/packages/core/package.json b/packages/core/package.json index 7e8e54511c..139651b679 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts", - "version": "0.8.5", + "version": "0.8.6", "description": "Carbon charting components", "files": [ "dist", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9372b0a883..1c523512a6 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.8.6](https://github.com/IBM/carbon-charts/compare/v0.8.5...v0.8.6) (2019-01-18) + +**Note:** Version bump only for package @carbon/charts-react + + + + + ## [0.8.5](https://github.com/IBM/carbon-charts/compare/v0.8.4...v0.8.5) (2019-01-17) **Note:** Version bump only for package @carbon/charts-react diff --git a/packages/react/package.json b/packages/react/package.json index aaed068de5..cbc6da6f0e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon/charts-react", - "version": "0.8.5", + "version": "0.8.6", "description": "Carbon charting components for React", "main": "index.js", "files": [ @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/IBM/carbon-charts#readme", "dependencies": { - "@carbon/charts": "^0.8.5", + "@carbon/charts": "^0.8.6", "react": "16.6.3", "react-dom": "16.6.3" },