From c77f1d8dc0dedd4a5ecee7577043e3247b94eee3 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Mon, 29 Apr 2024 15:23:03 +0200 Subject: [PATCH] chore(release): publish new version 2.0.6 --- CHANGELOG.md | 13 +++++++++++++ lerna.json | 2 +- packages/ui-chart/CHANGELOG.md | 4 ++++ packages/ui-chart/package.json | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b1e2ca..a2b024c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.6](https://github.com/Akylas/nativescript-chart/compare/v2.0.5...v2.0.6) (2024-04-29) + +### Features + +* customRenderer `drawZeroLine` ([2277cd3](https://github.com/Akylas/nativescript-chart/commit/2277cd3705fa98316feb9fefcbef256136ba1bf6)) + +### Bug Fixes + +* dont calculate offsets if graph is not layed out yet ([f81a8a6](https://github.com/Akylas/nativescript-chart/commit/f81a8a6dcf8fa91c6a63a7c5b4326a92425976b1)) +* ensure entryCount is >=0 ([24d3a78](https://github.com/Akylas/nativescript-chart/commit/24d3a78e0792dd105a605ee1bba826c021cda4e7)) +* groupBars improvements ([59c2ecf](https://github.com/Akylas/nativescript-chart/commit/59c2ecfd027f7325434b539ba0e5769794313c6d)) +* typings fix for groupBars ([03f2983](https://github.com/Akylas/nativescript-chart/commit/03f2983278446c5f97cd5d98b4e13f7064bd834b)) + ## [2.0.5](https://github.com/nativescript-community/ui-chart/compare/v2.0.4...v2.0.5) (2024-04-26) ### Bug Fixes diff --git a/lerna.json b/lerna.json index ec4011f9..02e8068f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.0.5", + "version": "2.0.6", "$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 5f7e2471..c3256b02 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.6](https://github.com/nativescript-community/ui-chart/compare/v2.0.5...v2.0.6) (2024-04-29) + +**Note:** Version bump only for package @nativescript-community/ui-chart + ## [2.0.5](https://github.com/nativescript-community/ui-chart/compare/v2.0.4...v2.0.5) (2024-04-26) **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 1855f6b2..73d44d00 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.5", + "version": "2.0.6", "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,