Skip to content

Commit cca3db1

Browse files
committed
v1.2.30
1 parent 9812c11 commit cca3db1

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [1.2.30](https://github.com/nativescript-community/ui-chart/compare/v1.2.29...v1.2.30) (2023-08-13)
7+
8+
### Bug Fixes
9+
10+
- deps update ([9812c11](https://github.com/nativescript-community/ui-chart/commit/9812c11846b1eeafdec27b06b95cdd11fdd5694e))
11+
612
## [1.2.29](https://github.com/nativescript-community/ui-chart/compare/v1.2.28...v1.2.29) (2023-07-21)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["plugin"],
3-
"version": "1.2.29",
3+
"version": "1.2.30",
44
"command": {
55
"publish": {
66
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [1.2.30](https://github.com/nativescript-community/ui-chart/compare/v1.2.29...v1.2.30) (2023-08-13)
7+
8+
### Bug Fixes
9+
10+
- deps update ([9812c11](https://github.com/nativescript-community/ui-chart/commit/9812c11846b1eeafdec27b06b95cdd11fdd5694e))
11+
612
## [1.2.29](https://github.com/nativescript-community/ui-chart/compare/v1.2.28...v1.2.29) (2023-07-21)
713

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

plugin/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": "1.2.29",
3+
"version": "1.2.30",
44
"sideEffects": false,
55
"description": "A powerful chart / graph plugin, supporting line, bar, pie, radar, bubble, and candlestick charts as well as scaling, panning and animations.",
66
"keywords": [

0 commit comments

Comments
 (0)