From 917d37294afb695a236de7e96041cea904690897 Mon Sep 17 00:00:00 2001 From: Marcus Notheis Date: Tue, 19 May 2020 09:15:34 +0200 Subject: [PATCH] chore(release): publish v0.9.8 skip-checks: true --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/charts/CHANGELOG.md | 12 ++++++++++++ packages/charts/package.json | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1671536c10..d04a437a600 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.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) diff --git a/lerna.json b/lerna.json index 8d5f7cd51c8..39357845219 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.9.7", + "version": "0.9.8", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/charts/CHANGELOG.md b/packages/charts/CHANGELOG.md index cbd2fddf25b..2d3a75618b8 100644 --- a/packages/charts/CHANGELOG.md +++ b/packages/charts/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.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) diff --git a/packages/charts/package.json b/packages/charts/package.json index a1a9c0f6fd4..d95ae20a540 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -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",