Skip to content

Commit d3bd327

Browse files
committed
chore(release): publish new version 2.0.28
1 parent 0de5620 commit d3bd327

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [2.0.28](https://github.com/nativescript-community/ui-chart/compare/v2.0.27...v2.0.28) (2026-04-24)
7+
8+
### Bug Fixes
9+
10+
* dataSet ignoreForMinMax ([a00b5d0](https://github.com/nativescript-community/ui-chart/commit/a00b5d0be1b0091da656e073d926ce0c9ae4f848))
11+
* new customRenderer methods ([b89048e](https://github.com/nativescript-community/ui-chart/commit/b89048e36b16afc94d5ce6d460c1996750abb837))
12+
* typings fix ([d111ff4](https://github.com/nativescript-community/ui-chart/commit/d111ff48b781aa984e61e69fc401c61f30d1722e))
13+
614
## [2.0.27](https://github.com/nativescript-community/ui-chart/compare/v2.0.26...v2.0.27) (2025-09-03)
715

816
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.27",
2+
"version": "2.0.28",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/ui-chart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [2.0.28](https://github.com/nativescript-community/ui-chart/compare/v2.0.27...v2.0.28) (2026-04-24)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-chart
9+
610
## [2.0.27](https://github.com/nativescript-community/ui-chart/compare/v2.0.26...v2.0.27) (2025-09-03)
711

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

packages/ui-chart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-chart",
3-
"version": "2.0.27",
3+
"version": "2.0.28",
44
"description": "A powerful chart / graph plugin, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, panning and animations.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)