Skip to content

Commit 3040494

Browse files
committed
v6.0.3
1 parent 1f0c6e5 commit 3040494

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

CHANGELOG.md

+11
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+
## [6.0.3](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.2...v6.0.3) (2020-11-13)
7+
8+
9+
### Bug Fixes
10+
11+
* android disabling telemetry too soon ([1f0c6e5](https://github.com/nativescript-community/ui-mapbox/commit/1f0c6e59cc99ec6f557eaec67c5910bff4d633da))
12+
13+
14+
15+
16+
617
## [6.0.2](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.1...v6.0.2) (2020-11-13)
718

819

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.2",
5+
"version": "6.0.3",
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.3](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.2...v6.0.3) (2020-11-13)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
9+
10+
11+
12+
13+
614
## [6.0.2](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.1...v6.0.2) (2020-11-13)
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.0.2",
3+
"version": "6.0.3",
44
"description": "A Nativescript plugin for Mapbox Native Maps.",
55
"main": "mapbox",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)