Skip to content

Commit

Permalink
v1.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Mar 18, 2021
1 parent 90591f9 commit e6c1eff
Show file tree
Hide file tree
Showing 4 changed files with 23 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.

## [1.1.26](https://github.com/Akylas/nativescript-chart/compare/v1.1.25...v1.1.26) (2021-03-18)


### Bug Fixes

* barchart values offst ([4e6e46b](https://github.com/Akylas/nativescript-chart/commit/4e6e46b551b2918db12f428a349f1febedba6aee))
* support DataSet “setFillShader” for all charts ([90591f9](https://github.com/Akylas/nativescript-chart/commit/90591f9225d98954ddd1127337777ebe63bb0070))
* valuesOffset support for all charts ([8fb538f](https://github.com/Akylas/nativescript-chart/commit/8fb538fd256ae12c630b9a357d806cca201ff958))





## [1.1.25](https://github.com/Akylas/nativescript-chart/compare/v1.1.24...v1.1.25) (2021-03-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"plugin"
],
"version": "1.1.25",
"version": "1.1.26",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.26](https://github.com/nativescript-community/ui-chart/compare/v1.1.25...v1.1.26) (2021-03-18)

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





## [1.1.25](https://github.com/nativescript-community/ui-chart/compare/v1.1.24...v1.1.25) (2021-03-16)

**Note:** Version bump only for package @nativescript-community/ui-chart
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-chart",
"version": "1.1.25",
"version": "1.1.26",
"sideEffects": false,
"description": "A powerful chart / graph plugin, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, panning and animations.",
"keywords": [
Expand Down

0 comments on commit e6c1eff

Please sign in to comment.