Skip to content

Commit

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

## [1.2.28](https://github.com/nativescript-community/ui-chart/compare/v1.2.27...v1.2.28) (2023-04-04)

### Bug Fixes

- better render when axis force labels count is not round ([8b6984c](https://github.com/nativescript-community/ui-chart/commit/8b6984c9a64bb818f2fd81b891a442211241dd73))
- limit line text render fix ([5060321](https://github.com/nativescript-community/ui-chart/commit/5060321c4544019e8b1b6f650ccb7cb1351785e9))

## [1.2.27](https://github.com/nativescript-community/ui-chart/compare/v1.2.26...v1.2.27) (2023-03-23)

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

## [1.2.28](https://github.com/nativescript-community/ui-chart/compare/v1.2.27...v1.2.28) (2023-04-04)

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

## [1.2.27](https://github.com/nativescript-community/ui-chart/compare/v1.2.26...v1.2.27) (2023-03-23)

**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.27",
"version": "1.2.28",
"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 fd78f75

Please sign in to comment.