Skip to content

Commit 970a362

Browse files
committed
v6.2.22
1 parent 58c0d92 commit 970a362

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.22](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.21...v6.2.22) (2023-11-29)
7+
8+
### Bug Fixes
9+
10+
* **android:** trying to handle all sdk versions ([bbfa0aa](https://github.com/nativescript-community/ui-mapbox/commit/bbfa0aa5c16750bbcd3c331be18b9a6bf35f4d49))
11+
612
## [6.2.21](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.20...v6.2.21) (2023-11-17)
713

814
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.2.21",
2+
"version": "6.2.22",
33
"packages": [
44
"packages/*"
55
],

packages/ui-mapbox/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.22](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.21...v6.2.22) (2023-11-29)
7+
8+
### Bug Fixes
9+
10+
* **android:** trying to handle all sdk versions ([bbfa0aa](https://github.com/nativescript-community/ui-mapbox/commit/bbfa0aa5c16750bbcd3c331be18b9a6bf35f4d49))
11+
612
## [6.2.21](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.20...v6.2.21) (2023-11-17)
713

814
### Bug Fixes

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.21",
3+
"version": "6.2.22",
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)