Skip to content

Commit

Permalink
v1.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Apr 11, 2022
1 parent 8142a04 commit 5eaad65
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.18](https://github.com/Akylas/nativescript-chart/compare/v1.2.17...v1.2.18) (2022-04-11)


### Features

* ensureVisible option for Axis and LimitLine ([8142a04](https://github.com/Akylas/nativescript-chart/commit/8142a044c7232fdc57a803b8eeebead91f6ef616))





## [1.2.17](https://github.com/Akylas/nativescript-chart/compare/v1.2.16...v1.2.17) (2022-04-09)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"plugin"
],
"version": "1.2.17",
"version": "1.2.18",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.18](https://github.com/nativescript-community/ui-chart/compare/v1.2.17...v1.2.18) (2022-04-11)

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





## [1.2.17](https://github.com/nativescript-community/ui-chart/compare/v1.2.16...v1.2.17) (2022-04-09)

**Note:** Version bump only for package @nativescript-community/ui-chart
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-chart",
"version": "1.2.17",
"version": "1.2.18",
"sideEffects": false,
"description": "A powerful chart / graph plugin, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, panning and animations.",
"keywords": [
Expand Down

0 comments on commit 5eaad65

Please sign in to comment.