Skip to content

Commit

Permalink
chore(release): publish v0.9.8
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
MarcusNotheis committed May 19, 2020
1 parent c23b379 commit 917d372
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.8](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.7...v0.9.8) (2020-05-19)


### Bug Fixes

* **Charts:** fix onDataPointClick event not firing or firing for wrong segment on Donut/PieChart ([#524](https://github.com/SAP/ui5-webcomponents-react/issues/524)) ([e3475e0](https://github.com/SAP/ui5-webcomponents-react/commit/e3475e061263d571e5a865523f0c4a643568892f))
* **Pie/DonutChart:** respect measure formatter and custom data label ([#525](https://github.com/SAP/ui5-webcomponents-react/issues/525)) ([c23b379](https://github.com/SAP/ui5-webcomponents-react/commit/c23b3791a059b1e7609645b9657a8e51841fa756))





## [0.9.7](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.6...v0.9.7) (2020-05-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.9.7",
"version": "0.9.8",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
12 changes: 12 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.8](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.7...v0.9.8) (2020-05-19)


### Bug Fixes

* **Charts:** fix onDataPointClick event not firing or firing for wrong segment on Donut/PieChart ([#524](https://github.com/SAP/ui5-webcomponents-react/issues/524)) ([e3475e0](https://github.com/SAP/ui5-webcomponents-react/commit/e3475e061263d571e5a865523f0c4a643568892f))
* **Pie/DonutChart:** respect measure formatter and custom data label ([#525](https://github.com/SAP/ui5-webcomponents-react/issues/525)) ([c23b379](https://github.com/SAP/ui5-webcomponents-react/commit/c23b3791a059b1e7609645b9657a8e51841fa756))





## [0.9.5](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.4...v0.9.5) (2020-05-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/webcomponents-react-charts",
"version": "0.9.5",
"version": "0.9.8",
"description": "Charts for ui5-webcomponents-react",
"main": "index.cjs.js",
"module": "index.esm.js",
Expand Down

0 comments on commit 917d372

Please sign in to comment.