Skip to content

Commit 7f9f650

Browse files
committed
v1.1.6
1 parent e896807 commit 7f9f650

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.6](https://github.com/Akylas/nativescript-chart/compare/v1.1.5...v1.1.6) (2020-10-26)
7+
8+
9+
### Bug Fixes
10+
11+
* Format was breaking if number was non-decimal zero. ([33d0a7a](https://github.com/Akylas/nativescript-chart/commit/33d0a7a9f34e0febc72713c270c330e7eb2ed478))
12+
* no need to set textSize everytime. Done in component ([5f1dcdc](https://github.com/Akylas/nativescript-chart/commit/5f1dcdc70743e33c0dbf18bc482f55a2933bcbcf))
13+
14+
15+
16+
17+
618
## [1.1.5](https://github.com/Akylas/nativescript-chart/compare/v1.1.4...v1.1.5) (2020-10-23)
719

820

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "1.1.5",
5+
"version": "1.1.6",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.6](https://github.com/Akylas/nativescript-chart/compare/v1.1.5...v1.1.6) (2020-10-26)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-chart
9+
10+
11+
12+
13+
614
## [1.1.5](https://github.com/Akylas/nativescript-chart/compare/v1.1.4...v1.1.5) (2020-10-23)
715

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

plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-chart",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"sideEffects": false,
55
"description": "Nativescript Chart plugin.",
66
"keywords": [
@@ -34,4 +34,4 @@
3434
"downsample": "^1.3.0",
3535
"number-format.js": "^2.0.9"
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)