Skip to content

Commit ee66b09

Browse files
committed
v6.2.19
1 parent f8da1fc commit ee66b09

File tree

4 files changed

+79
-3
lines changed

4 files changed

+79
-3
lines changed

CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,50 @@
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.19](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.19) (2022-09-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **standard user location annotation view:** restored standard user location annotation view ([cf9e189](https://github.com/nativescript-community/ui-mapbox/commit/cf9e189e9fc461b5e20f9c3c06aec3f9927e5153))
12+
13+
14+
15+
16+
17+
## [6.2.18](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.18) (2022-09-14)
18+
19+
20+
### Bug Fixes
21+
22+
* **standard user location annotation view:** restored standard user location annotation view ([cf9e189](https://github.com/nativescript-community/ui-mapbox/commit/cf9e189e9fc461b5e20f9c3c06aec3f9927e5153))
23+
24+
25+
26+
27+
28+
## [6.2.17](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.17) (2022-09-14)
29+
30+
31+
### Bug Fixes
32+
33+
* **standard user location annotation view:** restored standard user location annotation view ([cf9e189](https://github.com/nativescript-community/ui-mapbox/commit/cf9e189e9fc461b5e20f9c3c06aec3f9927e5153))
34+
35+
36+
37+
38+
39+
## [6.2.16](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.16) (2022-09-14)
40+
41+
42+
### Bug Fixes
43+
44+
* **standard user location annotation view:** restored standard user location annotation view ([cf9e189](https://github.com/nativescript-community/ui-mapbox/commit/cf9e189e9fc461b5e20f9c3c06aec3f9927e5153))
45+
46+
47+
48+
49+
650
## [6.2.15](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.14...v6.2.15) (2022-03-03)
751

852

lerna.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "6.2.15",
6-
"npmClient": "npm",
5+
"version": "6.2.19",
6+
"npmClient": "pnpm",
77
"command": {
88
"publish": {
99
"conventionalCommits": true,

packages/ui-mapbox/CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@
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.19](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.19) (2022-09-14)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
9+
10+
11+
12+
13+
14+
## [6.2.18](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.18) (2022-09-14)
15+
16+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
17+
18+
19+
20+
21+
22+
## [6.2.17](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.17) (2022-09-14)
23+
24+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
25+
26+
27+
28+
29+
30+
## [6.2.16](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.16) (2022-09-14)
31+
32+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
33+
34+
35+
36+
37+
638
## [6.2.15](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.14...v6.2.15) (2022-03-03)
739

840
**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.15",
3+
"version": "6.2.19",
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)