Skip to content

Commit 917d372

Browse files
committed
chore(release): publish v0.9.8
skip-checks: true
1 parent c23b379 commit 917d372

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.8](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.7...v0.9.8) (2020-05-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
* **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))
13+
14+
15+
16+
17+
618
## [0.9.7](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.6...v0.9.7) (2020-05-18)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.9.7",
5+
"version": "0.9.8",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

packages/charts/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.8](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.7...v0.9.8) (2020-05-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
* **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))
13+
14+
15+
16+
17+
618
## [0.9.5](https://github.com/SAP/ui5-webcomponents-react/compare/v0.9.4...v0.9.5) (2020-05-13)
719

820

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-charts",
3-
"version": "0.9.5",
3+
"version": "0.9.8",
44
"description": "Charts for ui5-webcomponents-react",
55
"main": "index.cjs.js",
66
"module": "index.esm.js",

0 commit comments

Comments
 (0)