diff --git a/CHANGELOG.md b/CHANGELOG.md index a13691b..c153c4d 100644 --- a/CHANGELOG.md +++ b/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.19](https://github.com/nativescript-community/ui-chart/compare/v2.0.18...v2.0.19) (2024-05-23) + +**Note:** Version bump only for package ui-chart + ## [2.0.18](https://github.com/nativescript-community/ui-chart/compare/v2.0.17...v2.0.18) (2024-05-23) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 5b0900b..83cd4f2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.0.18", + "version": "2.0.19", "$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 10b6c6e..3179ba7 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.19](https://github.com/nativescript-community/ui-chart/compare/v2.0.18...v2.0.19) (2024-05-23) + +**Note:** Version bump only for package @nativescript-community/ui-chart + ## [2.0.18](https://github.com/nativescript-community/ui-chart/compare/v2.0.17...v2.0.18) (2024-05-23) **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 9e03a7e..f6c71c8 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.18", + "version": "2.0.19", "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, @@ -54,5 +54,5 @@ "downsample": "^1.4.0", "number-format.js": "^2.0.9" }, - "gitHead": "04acb2342475f0f97442d01bbcc785c61e029997" + "gitHead": "d8efaaf17e6728e9434c6072b1012efddb1e2ba3" }