Skip to content

Commit d30b7e2

Browse files
committed
v6.2.25
1 parent 93404bf commit d30b7e2

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.25](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.24...v6.2.25) (2023-12-07)
7+
8+
**Note:** Version bump only for package ui-mapbox
9+
610
## [6.2.24](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.23...v6.2.24) (2023-12-07)
711

812
### Features

lerna.json

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

packages/ui-mapbox/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.25](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.24...v6.2.25) (2023-12-07)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
9+
610
## [6.2.24](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.23...v6.2.24) (2023-12-07)
711

812
**Note:** Version bump only for package @nativescript-community/ui-mapbox

packages/ui-mapbox/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-mapbox",
3-
"version": "6.2.24",
3+
"version": "6.2.25",
44
"description": "Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -53,5 +53,6 @@
5353
"readmeFilename": "README.md",
5454
"dependencies": {
5555
"@nativescript-community/perms": "^2.3.0"
56-
}
56+
},
57+
"gitHead": "93404bf7d8649782a7b3a94f8a51e17dd30135b4"
5758
}

0 commit comments

Comments
 (0)