Skip to content

Commit 0fcc83d

Browse files
committed
v6.2.15
1 parent 19c1157 commit 0fcc83d

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.15](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.14...v6.2.15) (2022-03-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **resolve in `updateSource`:** added missing resolve ([78803e4](https://github.com/nativescript-community/ui-mapbox/commit/78803e460b0689f9495c3f87f29774640ca9f5da))
12+
* **tracking user:** tracking the user was not implemented on iOS ([242fe63](https://github.com/nativescript-community/ui-mapbox/commit/242fe635391088af29bd74dab5b11431340305df))
13+
* **tracking user:** tracking the user was not implemented on iOS ([80d7d9f](https://github.com/nativescript-community/ui-mapbox/commit/80d7d9f5f5219a669db260b70a57d08f5d41d383))
14+
15+
16+
### Features
17+
18+
* **access tracking mode:** method to retrieve the current tracking mode ([b7a6cf2](https://github.com/nativescript-community/ui-mapbox/commit/b7a6cf2119969fd5daa304b69497cc9c5f9ca834))
19+
* **access tracking mode:** method to retrieve the current tracking mode ([9182871](https://github.com/nativescript-community/ui-mapbox/commit/9182871d281ad181a5596a9500f6a8e4dfba2b07))
20+
21+
22+
23+
24+
625
## [6.2.14](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.13...v6.2.14) (2022-02-09)
726

827

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.14",
5+
"version": "6.2.15",
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.15](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.14...v6.2.15) (2022-03-03)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
9+
10+
11+
12+
13+
614
## [6.2.14](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.13...v6.2.14) (2022-02-09)
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.14",
3+
"version": "6.2.15",
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)