Skip to content

Commit f339929

Browse files
committed
v6.2.14
1 parent a597dea commit f339929

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.14](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.13...v6.2.14) (2022-02-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **`updateSource`:** `updateSource` method was missing in the API ([499e99a](https://github.com/nativescript-community/ui-mapbox/commit/499e99a8c59e06b0387f84321bc89940d224abb0))
12+
* added project methods to API ([99d0642](https://github.com/nativescript-community/ui-mapbox/commit/99d06422767834046018ba2aace6257a413b720e))
13+
* removed ios type from native layer instance to remove build error ([efb0f12](https://github.com/nativescript-community/ui-mapbox/commit/efb0f12eed40114581cfa94eae6daf30f0b1d53e))
14+
15+
16+
### Features
17+
18+
* **layer type:** added property `type` to layer class that returns the GeoJSON layer type ([7c87bb2](https://github.com/nativescript-community/ui-mapbox/commit/7c87bb2086eeff65139818120cc1c20c28ad12c3))
19+
* **lineMetrics:** added source property `lineMetrics` ([477082d](https://github.com/nativescript-community/ui-mapbox/commit/477082db32077fc04005e6ee1ad5595d5511b0e9))
20+
* **projectBack:** added projectBack method as inverse method to project ([7bbb6e0](https://github.com/nativescript-community/ui-mapbox/commit/7bbb6e0a1c5895f4825ed60ac55aca41e0a35835))
21+
22+
23+
24+
25+
626
## [6.2.13](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.12...v6.2.13) (2022-01-19)
727

828
**Note:** Version bump only for package @nativescript-community/ui-mapbox

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "6.2.13",
5+
"version": "6.2.14",
66
"npmClient": "npm",
77
"command": {
88
"publish": {

packages/ui-mapbox/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.14](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.13...v6.2.14) (2022-02-09)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
9+
10+
11+
12+
13+
614
## [6.2.13](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.12...v6.2.13) (2022-01-19)
715

816
**Note:** Version bump only for package @nativescript-community/ui-mapbox

packages/ui-mapbox/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.13",
3+
"version": "6.2.14",
44
"description": "Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)