diff --git a/CHANGELOG.md b/CHANGELOG.md index adc4228..e19ff09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.9](https://github.com/Akylas/nativescript-chart/compare/v2.0.8...v2.0.9) (2024-04-29) + +### Bug Fixes + +* rollback change to fix groupBars ([ae6200b](https://github.com/Akylas/nativescript-chart/commit/ae6200bc0feb05a00f9be46e98b61dbb1862293f)) + ## [2.0.8](https://github.com/Akylas/nativescript-chart/compare/v2.0.7...v2.0.8) (2024-04-29) **Note:** Version bump only for package ui-chart diff --git a/lerna.json b/lerna.json index 10a8a1a..34809cc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.0.8", + "version": "2.0.9", "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", "packages": [ "packages/*" diff --git a/packages/ui-chart/CHANGELOG.md b/packages/ui-chart/CHANGELOG.md index ee3fb97..dff9ed0 100644 --- a/packages/ui-chart/CHANGELOG.md +++ b/packages/ui-chart/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.9](https://github.com/nativescript-community/ui-chart/compare/v2.0.8...v2.0.9) (2024-04-29) + +**Note:** Version bump only for package @nativescript-community/ui-chart + ## [2.0.8](https://github.com/nativescript-community/ui-chart/compare/v2.0.7...v2.0.8) (2024-04-29) **Note:** Version bump only for package @nativescript-community/ui-chart diff --git a/packages/ui-chart/package.json b/packages/ui-chart/package.json index 9a173cb..bd83de3 100644 --- a/packages/ui-chart/package.json +++ b/packages/ui-chart/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-chart", - "version": "2.0.8", + "version": "2.0.9", "description": "A powerful chart / graph plugin, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, panning and animations.", "main": "./index", "sideEffects": false,