Skip to content

Commit c13eeea

Browse files
committed
v1.7.0
1 parent 1851c01 commit c13eeea

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.7.0](https://github.com/farfromrefug/nativescript-carto/compare/v1.6.4...v1.7.0) (2021-09-27)
7+
8+
9+
### Bug Fixes
10+
11+
* events update ([18c7345](https://github.com/farfromrefug/nativescript-carto/commit/18c73452e99e6c2ab082df2daa26b960b2b5d393))
12+
* **android:** isLocationOnPath fix ([6f205ae](https://github.com/farfromrefug/nativescript-carto/commit/6f205ae17d12e35f7f3803293ca0b96f5e4fa9ad))
13+
14+
15+
### Features
16+
17+
* GeoJSONVectorTileDataSource.setLayerGeoJSONString ([9aef5eb](https://github.com/farfromrefug/nativescript-carto/commit/9aef5eb971bf8d471340604f1375bec5f03abc60))
18+
* GeoJSONVectorTileDataSource.simplifyTolerance ([fcec86d](https://github.com/farfromrefug/nativescript-carto/commit/fcec86d4918a8968173835191a43abe181403fe2))
19+
* Geometry.writeGeometry ([d589f10](https://github.com/farfromrefug/nativescript-carto/commit/d589f1092e86130a0cbf9e221592e8e3f5d5a417))
20+
* **ios:** isLocationOnPath ([a51f8b1](https://github.com/farfromrefug/nativescript-carto/commit/a51f8b173008b41577037f51f54a872403d82496))
21+
22+
23+
24+
25+
626
## [1.6.4](https://github.com/farfromrefug/nativescript-carto/compare/v1.6.3...v1.6.4) (2021-08-16)
727

828
**Note:** Version bump only for package @nativescript-community/ui-carto

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "1.6.4",
5+
"version": "1.7.0",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.7.0](https://github.com/nativescript-community/ui-carto/compare/v1.6.4...v1.7.0) (2021-09-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** isLocationOnPath fix ([6f205ae](https://github.com/nativescript-community/ui-carto/commit/6f205ae17d12e35f7f3803293ca0b96f5e4fa9ad))
12+
13+
14+
### Features
15+
16+
* **ios:** isLocationOnPath ([a51f8b1](https://github.com/nativescript-community/ui-carto/commit/a51f8b173008b41577037f51f54a872403d82496))
17+
18+
19+
20+
21+
622
## [1.6.4](https://github.com/nativescript-community/ui-carto/compare/v1.6.3...v1.6.4) (2021-08-16)
723

824
**Note:** Version bump only for package @nativescript-community/ui-carto

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-carto",
3-
"version": "1.6.4",
3+
"version": "1.7.0",
44
"description": "Nativescript plugin for Carto Mobile SDK",
55
"main": "index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)