Skip to content

Commit b65b4fe

Browse files
committed
v0.0.19
1 parent e493fc6 commit b65b4fe

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.19](https://github.com/Akylas/nativescript-chart/compare/v0.0.18...v0.0.19) (2020-05-21)
7+
8+
9+
### Bug Fixes
10+
11+
* esm using import for tree shaking ([e493fc6](https://github.com/Akylas/nativescript-chart/commit/e493fc6c62f276a5be6fa1bb03974da03999cccc))
12+
13+
14+
15+
16+
617
## [0.0.18](https://github.com/Akylas/nativescript-chart/compare/v0.0.17...v0.0.18) (2020-05-21)
718

819

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.18",
5+
"version": "0.0.19",
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.19](https://github.com/Akylas/nativescript-chart/compare/v0.0.18...v0.0.19) (2020-05-21)
7+
8+
**Note:** Version bump only for package nativescript-chart
9+
10+
11+
12+
13+
614
## [0.0.18](https://github.com/Akylas/nativescript-chart/compare/v0.0.17...v0.0.18) (2020-05-21)
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.18",
3+
"version": "0.0.19",
44
"description": "Nativescript Chart plugin.",
55
"nativescript": {
66
"platforms": {

0 commit comments

Comments
 (0)