Skip to content

Commit

Permalink
chore(release): publish new version 2.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed May 23, 2024
1 parent c933e68 commit f9d04ab
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.18",
"version": "2.0.19",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": [
"packages/*"
Expand Down
4 changes: 4 additions & 0 deletions packages/ui-chart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-chart/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -54,5 +54,5 @@
"downsample": "^1.4.0",
"number-format.js": "^2.0.9"
},
"gitHead": "04acb2342475f0f97442d01bbcc785c61e029997"
"gitHead": "d8efaaf17e6728e9434c6072b1012efddb1e2ba3"
}

0 comments on commit f9d04ab

Please sign in to comment.