Skip to content

Commit 15ee23c

Browse files
committed
v6.0.2
1 parent fa676a8 commit 15ee23c

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.0.2](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.1...v6.0.2) (2020-11-13)
7+
8+
9+
### Bug Fixes
10+
11+
* force pod version in demo ([88ad6a8](https://github.com/nativescript-community/ui-mapbox/commit/88ad6a8842be1310dc2b4f6d536cd28d0b7ee889))
12+
* some fixes ([b452da4](https://github.com/nativescript-community/ui-mapbox/commit/b452da426815e02eeb7d4be1dc13f8765eba97cf))
13+
* telemetry false by default. GDRP compliant ([a4a5f2d](https://github.com/nativescript-community/ui-mapbox/commit/a4a5f2d10ef8f4ec41aa17fa09a0267725383921))
14+
15+
16+
17+
18+
619
## [6.0.1](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.0...v6.0.1) (2020-11-12)
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.0.1",
5+
"version": "6.0.2",
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.0.2](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.1...v6.0.2) (2020-11-13)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.0...v6.0.1) (2020-11-12)
715

816

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.0.1",
3+
"version": "6.0.2",
44
"description": "A Nativescript plugin for Mapbox Native Maps.",
55
"main": "mapbox",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)