Skip to content

Commit c49fb16

Browse files
committed
v0.0.4
1 parent 01a5577 commit c49fb16

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.4](https://github.com/Akylas/nativescript-chart/compare/v0.0.3...v0.0.4) (2020-01-14)
7+
8+
9+
### Bug Fixes
10+
11+
* demo fix ([7deba56](https://github.com/Akylas/nativescript-chart/commit/7deba56a7a48e71e2015cb85d97120a735f6117c))
12+
* ticks disabled by default ([234973d](https://github.com/Akylas/nativescript-chart/commit/234973dd3acc9c23d2aa6fad7940bbd3663b7c66))
13+
14+
15+
16+
17+
618
## [0.0.3](https://github.com/Akylas/nativescript-chart/compare/v0.0.2...v0.0.3) (2020-01-13)
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.3",
5+
"version": "0.0.4",
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.4](https://github.com/Akylas/nativescript-chart/compare/v0.0.3...v0.0.4) (2020-01-14)
7+
8+
**Note:** Version bump only for package nativescript-chart
9+
10+
11+
12+
13+
614
## [0.0.3](https://github.com/Akylas/nativescript-chart/compare/v0.0.2...v0.0.3) (2020-01-13)
715

816
**Note:** Version bump only for package nativescript-chart

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.3",
3+
"version": "0.0.4",
44
"description": "Nativescript Chart plugin.",
55
"nativescript": {
66
"platforms": {

0 commit comments

Comments
 (0)