Skip to content

Commit d901d74

Browse files
committed
v1.1.8
1 parent 1a27e2d commit d901d74

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.8](https://github.com/Akylas/nativescript-chart/compare/v1.1.7...v1.1.8) (2020-10-30)
7+
8+
9+
### Bug Fixes
10+
11+
* colors per x access ([311f6dc](https://github.com/Akylas/nativescript-chart/commit/311f6dc64587b5e6d50ab38c958c7ff3837f5e15))
12+
* correctly draw fill per x ([57e8a9b](https://github.com/Akylas/nativescript-chart/commit/57e8a9bb97dc2c40d156b288fc9968267f3db54e))
13+
* crash when using colors per x ([537a7c0](https://github.com/Akylas/nativescript-chart/commit/537a7c09ae7cf7a9770c649a09a56774ac2d52be))
14+
15+
16+
17+
18+
619
## [1.1.7](https://github.com/Akylas/nativescript-chart/compare/v1.1.6...v1.1.7) (2020-10-28)
720

821

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.7",
5+
"version": "1.1.8",
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.8](https://github.com/Akylas/nativescript-chart/compare/v1.1.7...v1.1.8) (2020-10-30)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-chart
9+
10+
11+
12+
13+
614
## [1.1.7](https://github.com/Akylas/nativescript-chart/compare/v1.1.6...v1.1.7) (2020-10-28)
715

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

plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-chart",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"sideEffects": false,
55
"description": "Nativescript Chart plugin.",
66
"keywords": [

0 commit comments

Comments
 (0)