diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3f1209..1b1712b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 756865a3..673909cf 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "1.1.25", + "version": "1.1.26", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 73dbbc31..c57f64c5 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -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 diff --git a/plugin/package.json b/plugin/package.json index c1883da7..69c0b420 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -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": [