diff --git a/CHANGELOG.md b/CHANGELOG.md index a018ffe..893cb33 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.14](https://github.com/nativescript-community/ui-chart/compare/v2.0.13...v2.0.14) (2024-05-21) + +### Bug Fixes + +* multiple regression fixes after big rewrite ([0613dc3](https://github.com/nativescript-community/ui-chart/commit/0613dc3ad8a13f461b45a4b6dc466388fbee04e9)) + ## [2.0.13](https://github.com/nativescript-community/ui-chart/compare/v2.0.12...v2.0.13) (2024-05-03) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 8ce0312..79e798a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.0.13", + "version": "2.0.14", "$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 ad331d6..866736c 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.14](https://github.com/nativescript-community/ui-chart/compare/v2.0.13...v2.0.14) (2024-05-21) + +**Note:** Version bump only for package @nativescript-community/ui-chart + ## [2.0.13](https://github.com/nativescript-community/ui-chart/compare/v2.0.12...v2.0.13) (2024-05-03) **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 c9a96c1..0bbbd12 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.13", + "version": "2.0.14", "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,