Skip to content

Commit d28689c

Browse files
committed
v6.2.21
1 parent 0dbfb53 commit d28689c

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.21](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.20...v6.2.21) (2023-11-17)
7+
8+
### Bug Fixes
9+
10+
* **android:** plugin build fix ([d2d663a](https://github.com/nativescript-community/ui-mapbox/commit/d2d663a7f2c15bae8e568ff77b42405b0244eb64))
11+
612
## [6.2.20](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.19...v6.2.20) (2023-09-06)
713

814
**Note:** Version bump only for package ui-mapbox

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.2.20",
2+
"version": "6.2.21",
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.21](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.20...v6.2.21) (2023-11-17)
7+
8+
### Bug Fixes
9+
10+
* **android:** plugin build fix ([d2d663a](https://github.com/nativescript-community/ui-mapbox/commit/d2d663a7f2c15bae8e568ff77b42405b0244eb64))
11+
612
## [6.2.20](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.19...v6.2.20) (2023-09-06)
713

814
**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.20",
3+
"version": "6.2.21",
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)