Skip to content

Commit

Permalink
chore(release): publish new version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Apr 25, 2024
1 parent e1bfc76 commit d42ad16
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.3](https://github.com/nativescript-community/ui-chart/compare/v2.0.2...v2.0.3) (2024-04-25)

### Bug Fixes

* prevent error with highlighter when no data is set ([1c0bca2](https://github.com/nativescript-community/ui-chart/commit/1c0bca2b78f2ff99961c474fae726d1252aaec1a))

## [2.0.2](https://github.com/nativescript-community/ui-chart/compare/v2.0.1...v2.0.2) (2024-04-25)

### 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.2",
"version": "2.0.3",
"$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.3](https://github.com/nativescript-community/ui-chart/compare/v2.0.2...v2.0.3) (2024-04-25)

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

## [2.0.2](https://github.com/nativescript-community/ui-chart/compare/v2.0.1...v2.0.2) (2024-04-25)

**Note:** Version bump only for package @nativescript-community/ui-chart
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "2.0.3",
"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

0 comments on commit d42ad16

Please sign in to comment.