Skip to content

Commit abeee99

Browse files
committed
v1.7.2
1 parent 48d5fea commit abeee99

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.2](https://github.com/farfromrefug/nativescript-carto/compare/v1.7.1...v1.7.2) (2021-10-07)
7+
8+
9+
### Bug Fixes
10+
11+
* fully working clusters ([119dc16](https://github.com/farfromrefug/nativescript-carto/commit/119dc16e8fa83967a8a778441bb198a5587e8b6a))
12+
* LocalVectorLayer addFeatureCollection fix ([48d5fea](https://github.com/farfromrefug/nativescript-carto/commit/48d5fead8d39d2c6efe17ee508b81eb169a374c2))
13+
* use MapRange as array everywhere ([d9adf2b](https://github.com/farfromrefug/nativescript-carto/commit/d9adf2be393f7cced339c381be0ae8c291a6fea8))
14+
* **android:** native-api-usage ([c67b863](https://github.com/farfromrefug/nativescript-carto/commit/c67b863e7e67d9a9760436ecab807b836064c818))
15+
* **ios:** cluster layer in pair with android ([65f5990](https://github.com/farfromrefug/nativescript-carto/commit/65f59901684a8c7b72504f2cca654fab2082d6cf))
16+
17+
18+
19+
20+
621
## [1.7.1](https://github.com/farfromrefug/nativescript-carto/compare/v1.7.0...v1.7.1) (2021-09-29)
722

823

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.7.1",
5+
"version": "1.7.2",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.2](https://github.com/nativescript-community/ui-carto/compare/v1.7.1...v1.7.2) (2021-10-07)
7+
8+
9+
### Bug Fixes
10+
11+
* fully working clusters ([119dc16](https://github.com/nativescript-community/ui-carto/commit/119dc16e8fa83967a8a778441bb198a5587e8b6a))
12+
* **android:** native-api-usage ([c67b863](https://github.com/nativescript-community/ui-carto/commit/c67b863e7e67d9a9760436ecab807b836064c818))
13+
* **ios:** cluster layer in pair with android ([65f5990](https://github.com/nativescript-community/ui-carto/commit/65f59901684a8c7b72504f2cca654fab2082d6cf))
14+
15+
16+
17+
18+
619
## [1.7.1](https://github.com/nativescript-community/ui-carto/compare/v1.7.0...v1.7.1) (2021-09-29)
720

821
**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.7.1",
3+
"version": "1.7.2",
44
"description": "Nativescript plugin for Carto Mobile SDK",
55
"main": "index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)