diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a20fc..1963689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.17](https://github.com/nativescript-community/ui-chart/compare/v2.0.16...v2.0.17) (2024-05-21) + +### Features + +* **android:** `disableScrollEnabled` chart property ([56650c1](https://github.com/nativescript-community/ui-chart/commit/56650c17c89ac56ef90122039d393d1135336ad3)) + ## [2.0.16](https://github.com/nativescript-community/ui-chart/compare/v2.0.15...v2.0.16) (2024-05-21) ### Features diff --git a/lerna.json b/lerna.json index 5810087..dcc1876 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.0.16", + "version": "2.0.17", "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", "packages": [ "packages/*" diff --git a/packages/ui-chart/CHANGELOG.md b/packages/ui-chart/CHANGELOG.md index 2b83186..b4c69b6 100644 --- a/packages/ui-chart/CHANGELOG.md +++ b/packages/ui-chart/CHANGELOG.md @@ -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. +## [2.0.17](https://github.com/nativescript-community/ui-chart/compare/v2.0.16...v2.0.17) (2024-05-21) + +**Note:** Version bump only for package @nativescript-community/ui-chart + ## [2.0.16](https://github.com/nativescript-community/ui-chart/compare/v2.0.15...v2.0.16) (2024-05-21) **Note:** Version bump only for package @nativescript-community/ui-chart diff --git a/packages/ui-chart/package.json b/packages/ui-chart/package.json index 96aa57d..089bfb8 100644 --- a/packages/ui-chart/package.json +++ b/packages/ui-chart/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-chart", - "version": "2.0.16", + "version": "2.0.17", "description": "A powerful chart / graph plugin, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, panning and animations.", "main": "./index", "sideEffects": false,