Skip to content

Commit d669d7c

Browse files
committed
v6.2.3
1 parent 6b56ea8 commit d669d7c

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.3](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.2...v6.2.3) (2021-02-09)
7+
8+
9+
### Bug Fixes
10+
11+
* some style property conversion fixes ([26cce82](https://github.com/nativescript-community/ui-mapbox/commit/26cce824ef892de2d48479e14048148d867e5bd3))
12+
13+
14+
### Features
15+
16+
* project method to go from latlng to screen coords ([3d6131a](https://github.com/nativescript-community/ui-mapbox/commit/3d6131a8765b47fae32201f4c91254cbbb7d2353))
17+
* setLogLevel ([659dace](https://github.com/nativescript-community/ui-mapbox/commit/659daceb3e16c09117c6d69905e90725c8a12d85))
18+
* source-layer support for layers ([6b56ea8](https://github.com/nativescript-community/ui-mapbox/commit/6b56ea8a6cdd0e4fb6c72900690fea74dcdfadec))
19+
20+
21+
22+
23+
624
## [6.2.2](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.1...v6.2.2) (2021-02-07)
725

826

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "6.2.2",
5+
"version": "6.2.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.2.3](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.2...v6.2.3) (2021-02-09)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
9+
10+
11+
12+
13+
614
## [6.2.2](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.1...v6.2.2) (2021-02-07)
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.2.2",
3+
"version": "6.2.3",
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)