Skip to content

Commit c05c38f

Browse files
committed
v0.0.9
1 parent c6560d0 commit c05c38f

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
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+
## [0.0.9](https://github.com/Akylas/nativescript-chart/compare/v0.0.8...v0.0.9) (2020-01-16)
7+
8+
9+
### Bug Fixes
10+
11+
* dont calcuate min/max for hidden sets ([5cb3c01](https://github.com/Akylas/nativescript-chart/commit/5cb3c01b9e68fad7d0f855fecf9635aec4655f60))
12+
* invalidate on notifyDataChanged ([4dae12d](https://github.com/Akylas/nativescript-chart/commit/4dae12d80c0d8a72dfc25e57d2e97f8dd0d62332))
13+
14+
15+
16+
17+
618
## [0.0.8](https://github.com/Akylas/nativescript-chart/compare/v0.0.7...v0.0.8) (2020-01-14)
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": "0.0.8",
5+
"version": "0.0.9",
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+
## [0.0.9](https://github.com/Akylas/nativescript-chart/compare/v0.0.8...v0.0.9) (2020-01-16)
7+
8+
**Note:** Version bump only for package nativescript-chart
9+
10+
11+
12+
13+
614
## [0.0.8](https://github.com/Akylas/nativescript-chart/compare/v0.0.7...v0.0.8) (2020-01-14)
715

816

plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-chart",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Nativescript Chart plugin.",
55
"nativescript": {
66
"platforms": {

0 commit comments

Comments
 (0)