Skip to content

Commit 8275177

Browse files
committed
chore(release): publish new version 2.0.0
1 parent 631a790 commit 8275177

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0](https://github.com/nativescript-community/ui-chart/compare/v1.2.36...v2.0.0) (2024-04-24)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* The API change is breaking (for the better!). Use Typescript typings to find out the new property names (mostly same as what was used in method name).
11+
12+
### Features
13+
14+
* new API. All methods used as getter/setter (setData,setColor,getData...) are now properties (color, data...) ([27a47ea](https://github.com/nativescript-community/ui-chart/commit/27a47ea0f23fe02a89f1e16c97b46b5ca03aef54))
15+
616
## [1.2.36](https://github.com/nativescript-community/ui-chart/compare/v1.2.35...v1.2.36) (2024-04-14)
717

818
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.36",
2+
"version": "2.0.0",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/ui-chart/CHANGELOG.md

+4
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.0](https://github.com/nativescript-community/ui-chart/compare/v1.2.36...v2.0.0) (2024-04-24)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-chart
9+
610
## [1.2.36](https://github.com/nativescript-community/ui-chart/compare/v1.2.35...v1.2.36) (2024-04-14)
711

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

packages/ui-chart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-chart",
3-
"version": "1.2.36",
3+
"version": "2.0.0",
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)