diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b74ac..c27cdc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.2.23](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.22...v6.2.23) (2023-11-29) + +### Bug Fixes + +* **android:** build fix ([76ea2c0](https://github.com/nativescript-community/ui-mapbox/commit/76ea2c08c247dfecdfb1d08f1d2ae3f4ce43bc84)) + ## [6.2.22](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.21...v6.2.22) (2023-11-29) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 00644f5..919263b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.2.22", + "version": "6.2.23", "packages": [ "packages/*" ], diff --git a/packages/ui-mapbox/CHANGELOG.md b/packages/ui-mapbox/CHANGELOG.md index 2f0397e..3566bb1 100644 --- a/packages/ui-mapbox/CHANGELOG.md +++ b/packages/ui-mapbox/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.2.23](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.22...v6.2.23) (2023-11-29) + +### Bug Fixes + +* **android:** build fix ([76ea2c0](https://github.com/nativescript-community/ui-mapbox/commit/76ea2c08c247dfecdfb1d08f1d2ae3f4ce43bc84)) + ## [6.2.22](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.21...v6.2.22) (2023-11-29) ### Bug Fixes diff --git a/packages/ui-mapbox/package.json b/packages/ui-mapbox/package.json index 571ba43..187c710 100644 --- a/packages/ui-mapbox/package.json +++ b/packages/ui-mapbox/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-mapbox", - "version": "6.2.22", + "version": "6.2.23", "description": "Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.", "main": "index", "typings": "index.d.ts",