From 626b5fac2db04a986a533d9d379eb6644e8dc620 Mon Sep 17 00:00:00 2001 From: farfromrefug Date: Tue, 21 May 2024 10:24:17 +0200 Subject: [PATCH] chore(release): publish new version 2.0.15 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/ui-chart/CHANGELOG.md | 4 ++++ packages/ui-chart/package.json | 4 ++-- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 893cb33..c7bf36a 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.15](https://github.com/nativescript-community/ui-chart/compare/v2.0.14...v2.0.15) (2024-05-21) + +**Note:** Version bump only for package ui-chart + ## [2.0.14](https://github.com/nativescript-community/ui-chart/compare/v2.0.13...v2.0.14) (2024-05-21) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 79e798a..6009c82 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.0.14", + "version": "2.0.15", "$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 866736c..dba14ee 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.15](https://github.com/nativescript-community/ui-chart/compare/v2.0.14...v2.0.15) (2024-05-21) + +**Note:** Version bump only for package @nativescript-community/ui-chart + ## [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 diff --git a/packages/ui-chart/package.json b/packages/ui-chart/package.json index 0bbbd12..ba0f259 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.14", + "version": "2.0.15", "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": "c77f1d8dc0dedd4a5ecee7577043e3247b94eee3" + "gitHead": "04acb2342475f0f97442d01bbcc785c61e029997" }