Skip to content

Commit 3790492

Browse files
committed
v1.5.0
1 parent d311a24 commit 3790492

File tree

4 files changed

+43
-2
lines changed

4 files changed

+43
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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.5.0](https://github.com/farfromrefug/nativescript-carto/compare/v1.4.11...v1.5.0) (2021-04-16)
7+
8+
9+
### Bug Fixes
10+
11+
* getter fix ([d9acc61](https://github.com/farfromrefug/nativescript-carto/commit/d9acc6114132445efc007c1649ec5308e6fbbe56))
12+
* HTTPTileDataSource inheritance ([fd4e37f](https://github.com/farfromrefug/nativescript-carto/commit/fd4e37fb202a9c7c5f34e309154b10daa9056403))
13+
* raster fix ([10e80f5](https://github.com/farfromrefug/nativescript-carto/commit/10e80f59c469bab442b6beb589a20eb8fb953200))
14+
* return colors as Color ([bc41a60](https://github.com/farfromrefug/nativescript-carto/commit/bc41a600baffb4e60adc6fd3e84d3882486a04b6))
15+
* typings fix ([e63c0f9](https://github.com/farfromrefug/nativescript-carto/commit/e63c0f9e59134a117342f519394252b294806930))
16+
* wrong MBTilesTileDataSource parent class ([672289f](https://github.com/farfromrefug/nativescript-carto/commit/672289fa3655caa9f89bba6c601f3ed2d637206f))
17+
* **ios:** missing build flag ([d491e11](https://github.com/farfromrefug/nativescript-carto/commit/d491e118ff885024430d24571cbb638a0bb426c2))
18+
19+
20+
### Features
21+
22+
* loadTile method ([23cb150](https://github.com/farfromrefug/nativescript-carto/commit/23cb150febe045623457db5d90e458abe7aeb0b6))
23+
* map getZoom ([3b497d6](https://github.com/farfromrefug/nativescript-carto/commit/3b497d68422075a91522f2b873c51fabbb4762dd))
24+
* raster layer click ([951e2d0](https://github.com/farfromrefug/nativescript-carto/commit/951e2d03df0073d7d387120215a325ef07d459d9))
25+
* stopAllDownloads ([22e6a96](https://github.com/farfromrefug/nativescript-carto/commit/22e6a967a4ea5f0bfe1bf98f6bd08033c0ddd0ea))
26+
27+
28+
29+
30+
631
## [1.4.11](https://github.com/farfromrefug/nativescript-carto/compare/v1.4.10...v1.4.11) (2021-01-16)
732

833

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.4.11",
5+
"version": "1.5.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.5.0](https://github.com/nativescript-community/ui-carto/compare/v1.4.11...v1.5.0) (2021-04-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **ios:** missing build flag ([d491e11](https://github.com/nativescript-community/ui-carto/commit/d491e118ff885024430d24571cbb638a0bb426c2))
12+
13+
14+
### Features
15+
16+
* raster layer click ([951e2d0](https://github.com/nativescript-community/ui-carto/commit/951e2d03df0073d7d387120215a325ef07d459d9))
17+
18+
19+
20+
21+
622
## [1.4.11](https://github.com/nativescript-community/ui-carto/compare/v1.4.10...v1.4.11) (2021-01-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.4.11",
3+
"version": "1.5.0",
44
"description": "Nativescript plugin for Carto Mobile SDK",
55
"main": "index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)