Skip to content

Commit

Permalink
v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 19, 2021
1 parent 046e501 commit 23c9c5f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.6](https://github.com/Akylas/nativescript-chart/compare/v1.2.5...v1.2.6) (2021-10-19)


### Bug Fixes

* allow to user color and colors ([046e501](https://github.com/Akylas/nativescript-chart/commit/046e5014b342b103ef7d41159b5c69cde1149f6a))





## [1.2.5](https://github.com/Akylas/nativescript-chart/compare/v1.2.4...v1.2.5) (2021-10-19)


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.2.5",
"version": "1.2.6",
"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.2.6](https://github.com/nativescript-community/ui-chart/compare/v1.2.5...v1.2.6) (2021-10-19)

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





## [1.2.5](https://github.com/nativescript-community/ui-chart/compare/v1.2.4...v1.2.5) (2021-10-19)

**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.2.5",
"version": "1.2.6",
"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 23c9c5f

Please sign in to comment.