Skip to content

Commit 626b5fa

Browse files
committed
chore(release): publish new version 2.0.15
1 parent a5a0b8f commit 626b5fa

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.15](https://github.com/nativescript-community/ui-chart/compare/v2.0.14...v2.0.15) (2024-05-21)
7+
8+
**Note:** Version bump only for package ui-chart
9+
610
## [2.0.14](https://github.com/nativescript-community/ui-chart/compare/v2.0.13...v2.0.14) (2024-05-21)
711

812
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.14",
2+
"version": "2.0.15",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/ui-chart/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.15](https://github.com/nativescript-community/ui-chart/compare/v2.0.14...v2.0.15) (2024-05-21)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-chart
9+
610
## [2.0.14](https://github.com/nativescript-community/ui-chart/compare/v2.0.13...v2.0.14) (2024-05-21)
711

812
**Note:** Version bump only for package @nativescript-community/ui-chart

packages/ui-chart/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-chart",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "A powerful chart / graph plugin, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, panning and animations.",
55
"main": "./index",
66
"sideEffects": false,
@@ -54,5 +54,5 @@
5454
"downsample": "^1.4.0",
5555
"number-format.js": "^2.0.9"
5656
},
57-
"gitHead": "c77f1d8dc0dedd4a5ecee7577043e3247b94eee3"
57+
"gitHead": "04acb2342475f0f97442d01bbcc785c61e029997"
5858
}

0 commit comments

Comments
 (0)