Skip to content

Commit d45345c

Browse files
committedNov 22, 2020
v6.0.5
1 parent e841223 commit d45345c

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-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.5](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.4...v6.0.5) (2020-11-22)
7+
8+
9+
### Bug Fixes
10+
11+
* typo ([e841223](https://github.com/nativescript-community/ui-mapbox/commit/e841223b6b89a579ece1886ad250f787dd7395d0))
12+
13+
14+
15+
16+
617
## [6.0.4](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.3...v6.0.4) (2020-11-19)
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.4",
5+
"version": "6.0.5",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

‎plugin/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.5](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.4...v6.0.5) (2020-11-22)
7+
8+
9+
### Bug Fixes
10+
11+
* typo ([e841223](https://github.com/nativescript-community/ui-mapbox/commit/e841223b6b89a579ece1886ad250f787dd7395d0))
12+
13+
14+
15+
16+
617
## [6.0.4](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.3...v6.0.4) (2020-11-19)
718

819
**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.4",
3+
"version": "6.0.5",
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)