Skip to content

Commit 7ee5c2d

Browse files
committed
v1.2.27
1 parent 0c811e3 commit 7ee5c2d

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
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.26](https://github.com/nativescript-community/ui-chart/compare/v1.2.25...v1.2.26) (2023-01-24)
7-
6+
## [1.2.27](https://github.com/nativescript-community/ui-chart/compare/v1.2.26...v1.2.27) (2023-03-23)
87

98
### Bug Fixes
109

11-
* **android:** improved native-api-usage ([1894ed2](https://github.com/nativescript-community/ui-chart/commit/1894ed2e58bac9d754ac4380d51323f7ca91a6c0))
12-
10+
- prevent error on double tap on empty chart ([0c811e3](https://github.com/nativescript-community/ui-chart/commit/0c811e31899d0a3c36320509638ac75f31b43cbf))
1311

12+
## [1.2.26](https://github.com/nativescript-community/ui-chart/compare/v1.2.25...v1.2.26) (2023-01-24)
1413

14+
### Bug Fixes
1515

16+
- **android:** improved native-api-usage ([1894ed2](https://github.com/nativescript-community/ui-chart/commit/1894ed2e58bac9d754ac4380d51323f7ca91a6c0))
1617

1718
## [1.2.25](https://github.com/Akylas/nativescript-chart/compare/v1.2.24...v1.2.25) (2022-12-06)
1819

lerna.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
2-
"packages": [
3-
"plugin"
4-
],
5-
"version": "1.2.26",
2+
"packages": ["plugin"],
3+
"version": "1.2.27",
64
"command": {
75
"publish": {
86
"conventionalCommits": true

plugin/CHANGELOG.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
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.26](https://github.com/nativescript-community/ui-chart/compare/v1.2.25...v1.2.26) (2023-01-24)
7-
8-
9-
### Bug Fixes
10-
11-
* **android:** improved native-api-usage ([1894ed2](https://github.com/nativescript-community/ui-chart/commit/1894ed2e58bac9d754ac4380d51323f7ca91a6c0))
6+
## [1.2.27](https://github.com/nativescript-community/ui-chart/compare/v1.2.26...v1.2.27) (2023-03-23)
127

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

10+
## [1.2.26](https://github.com/nativescript-community/ui-chart/compare/v1.2.25...v1.2.26) (2023-01-24)
1411

12+
### Bug Fixes
1513

14+
- **android:** improved native-api-usage ([1894ed2](https://github.com/nativescript-community/ui-chart/commit/1894ed2e58bac9d754ac4380d51323f7ca91a6c0))
1615

1716
## [1.2.25](https://github.com/nativescript-community/ui-chart/compare/v1.2.24...v1.2.25) (2022-12-06)
1817

plugin/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.26",
3+
"version": "1.2.27",
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)