Skip to content

Commit

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

## [2.0.6](https://github.com/Akylas/nativescript-chart/compare/v2.0.5...v2.0.6) (2024-04-29)

### Features

* customRenderer `drawZeroLine` ([2277cd3](https://github.com/Akylas/nativescript-chart/commit/2277cd3705fa98316feb9fefcbef256136ba1bf6))

### Bug Fixes

* dont calculate offsets if graph is not layed out yet ([f81a8a6](https://github.com/Akylas/nativescript-chart/commit/f81a8a6dcf8fa91c6a63a7c5b4326a92425976b1))
* ensure entryCount is >=0 ([24d3a78](https://github.com/Akylas/nativescript-chart/commit/24d3a78e0792dd105a605ee1bba826c021cda4e7))
* groupBars improvements ([59c2ecf](https://github.com/Akylas/nativescript-chart/commit/59c2ecfd027f7325434b539ba0e5769794313c6d))
* typings fix for groupBars ([03f2983](https://github.com/Akylas/nativescript-chart/commit/03f2983278446c5f97cd5d98b4e13f7064bd834b))

## [2.0.5](https://github.com/nativescript-community/ui-chart/compare/v2.0.4...v2.0.5) (2024-04-26)

### 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.5",
"version": "2.0.6",
"$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.6](https://github.com/nativescript-community/ui-chart/compare/v2.0.5...v2.0.6) (2024-04-29)

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

## [2.0.5](https://github.com/nativescript-community/ui-chart/compare/v2.0.4...v2.0.5) (2024-04-26)

**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.5",
"version": "2.0.6",
"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 c77f1d8

Please sign in to comment.