Skip to content

Commit 49af47b

Browse files
committed
v6.2.0
1 parent c81b4d1 commit 49af47b

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

CHANGELOG.md

+13
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+
# [6.2.0](https://github.com/nativescript-community/ui-mapbox/compare/v6.1.0...v6.2.0) (2020-12-30)
7+
8+
9+
### Features
10+
11+
* (android) color support for LocationComponent ([c81b4d1](https://github.com/nativescript-community/ui-mapbox/commit/c81b4d14e418b011fa7235853645c64f4295cad8))
12+
* getImage and removeImage ([8aa323b](https://github.com/nativescript-community/ui-mapbox/commit/8aa323b211463879e5f9a5e58a3db7dcb1dbb71c))
13+
* method querySourceFeatures ([#16](https://github.com/nativescript-community/ui-mapbox/issues/16)) ([1812e00](https://github.com/nativescript-community/ui-mapbox/commit/1812e00429818360a7b041cd3fb168677a17a751))
14+
15+
16+
17+
18+
619
# [6.1.0](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.7...v6.1.0) (2020-12-23)
720

821

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "6.1.0",
5+
"version": "6.2.0",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [6.2.0](https://github.com/nativescript-community/ui-mapbox/compare/v6.1.0...v6.2.0) (2020-12-30)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
9+
10+
11+
12+
13+
614
# [6.1.0](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.7...v6.1.0) (2020-12-23)
715

816
**Note:** Version bump only for package @nativescript-community/ui-mapbox

plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-mapbox",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.",
55
"main": "mapbox",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)