Skip to content

Commit

Permalink
v0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Jan 18, 2019
1 parent 1eb9835 commit 6e3c160
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
]
}
},
"version": "0.8.5"
"version": "0.8.6"
}
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/charts",
"version": "0.8.5",
"version": "0.8.6",
"description": "Carbon charting components",
"files": [
"dist",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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"
},
Expand Down

0 comments on commit 6e3c160

Please sign in to comment.