Skip to content

Commit 1371bb1

Browse files
committed
v6.0.4
1 parent e718c62 commit 1371bb1

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.4](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.3...v6.0.4) (2020-11-19)
7+
8+
9+
### Bug Fixes
10+
11+
* android bug where map would remain black ([19a0b67](https://github.com/nativescript-community/ui-mapbox/commit/19a0b6788c6574a4376e2a74c7e6b2e610606cd6))
12+
* npm script paths corrected, removed obsolete test scripts. reset scripts use ns clean. fixed readme ([94ebe11](https://github.com/nativescript-community/ui-mapbox/commit/94ebe11f781adf3dd9a9b6f4e6ef7c16cada91ac))
13+
14+
15+
### Features
16+
17+
* getLayer + getLayers ([0b3f882](https://github.com/nativescript-community/ui-mapbox/commit/0b3f8826308b4e8a5bf5665fccd481cdf0900ac0))
18+
19+
20+
21+
22+
623
## [6.0.3](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.2...v6.0.3) (2020-11-13)
724

825

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

0 commit comments

Comments
 (0)