Skip to content

Commit db56410

Browse files
committed
v1.6.0
1 parent 48d0bac commit db56410

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-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.6.0](https://github.com/farfromrefug/nativescript-carto/compare/v1.5.1...v1.6.0) (2021-07-19)
7+
8+
9+
### Bug Fixes
10+
11+
* geocoding autocomplete fix ([8f2a5e5](https://github.com/farfromrefug/nativescript-carto/commit/8f2a5e5942a1e1bc7bbd7f10a7683fb54727cc75))
12+
* marker allow dynamic values change ([cf97f06](https://github.com/farfromrefug/nativescript-carto/commit/cf97f064cc2c9602c16ca6c1e05394cb7c6b7d7c))
13+
* missing refresh signature ([38210be](https://github.com/farfromrefug/nativescript-carto/commit/38210be1a79cb97498a653c19cd774d7bb1aa7d8))
14+
* routing ensure we use the correct profile ([4fcdd42](https://github.com/farfromrefug/nativescript-carto/commit/4fcdd42d5b09804bd466cd4a76a3894f621eebfc))
15+
16+
17+
### Features
18+
19+
* **android:** support for GLTextureView ([1d7838d](https://github.com/farfromrefug/nativescript-carto/commit/1d7838d82eb6d324ad3b2baeb0dd0bb8f7c05ad7))
20+
* borderWidth for text ([c3085dc](https://github.com/farfromrefug/nativescript-carto/commit/c3085dc356cc70fecce7941db82553c20aa5bc86))
21+
22+
23+
24+
25+
626
## [1.5.1](https://github.com/farfromrefug/nativescript-carto/compare/v1.5.0...v1.5.1) (2021-05-14)
727

828

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

plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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.6.0](https://github.com/nativescript-community/ui-carto/compare/v1.5.1...v1.6.0) (2021-07-19)
7+
8+
9+
### Features
10+
11+
* **android:** support for GLTextureView ([1d7838d](https://github.com/nativescript-community/ui-carto/commit/1d7838d82eb6d324ad3b2baeb0dd0bb8f7c05ad7))
12+
13+
14+
15+
16+
617
## [1.5.1](https://github.com/nativescript-community/ui-carto/compare/v1.5.0...v1.5.1) (2021-05-14)
718

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

0 commit comments

Comments
 (0)