diff --git a/CHANGELOG.md b/CHANGELOG.md index d62fd5c..c07f0e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.2.27](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.26...v6.2.27) (2023-12-18) + +**Note:** Version bump only for package ui-mapbox + ## [6.2.26](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.25...v6.2.26) (2023-12-18) ### Features diff --git a/lerna.json b/lerna.json index d2bdd24..0faa786 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "6.2.26", + "version": "6.2.27", "packages": [ "packages/*" ], diff --git a/packages/ui-mapbox/CHANGELOG.md b/packages/ui-mapbox/CHANGELOG.md index 4f98f7c..21571a6 100644 --- a/packages/ui-mapbox/CHANGELOG.md +++ b/packages/ui-mapbox/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.2.27](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.26...v6.2.27) (2023-12-18) + +**Note:** Version bump only for package @nativescript-community/ui-mapbox + ## [6.2.26](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.25...v6.2.26) (2023-12-18) **Note:** Version bump only for package @nativescript-community/ui-mapbox diff --git a/packages/ui-mapbox/package.json b/packages/ui-mapbox/package.json index 60f2c64..2909870 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.26", + "version": "6.2.27", "description": "Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.", "main": "index", "typings": "index.d.ts",