Skip to content

Commit

Permalink
chore(release): publish new version 2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jun 6, 2024
1 parent 9036294 commit b5f0af5
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.21](https://github.com/Akylas/nativescript-chart/compare/v2.0.20...v2.0.21) (2024-06-06)

**Note:** Version bump only for package ui-chart

## [2.0.20](https://github.com/Akylas/nativescript-chart/compare/v2.0.19...v2.0.20) (2024-06-06)

### 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.20",
"version": "2.0.21",
"$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.21](https://github.com/nativescript-community/ui-chart/compare/v2.0.20...v2.0.21) (2024-06-06)

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

## [2.0.20](https://github.com/nativescript-community/ui-chart/compare/v2.0.19...v2.0.20) (2024-06-06)

**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.20",
"version": "2.0.21",
"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": "d8efaaf17e6728e9434c6072b1012efddb1e2ba3"
"gitHead": "0189c1aa7fbb64c4481b3caeb26067bd57d9424b"
}

0 comments on commit b5f0af5

Please sign in to comment.