Skip to content

Commit 95b0b43

Browse files
author
farfromrefug
committed
chore(release): publish new version 7.0.8
1 parent 58859bd commit 95b0b43

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [7.0.8](https://github.com/nativescript-community/ui-mapbox/compare/v7.0.7...v7.0.8) (2025-11-03)
7+
8+
### Bug Fixes
9+
10+
* **android:** default style to streets like ios ([c37d79c](https://github.com/nativescript-community/ui-mapbox/commit/c37d79c39920790adc488f12d9224f5157226bc0))
11+
* **ios:** marker onTap not handled ([58859bd](https://github.com/nativescript-community/ui-mapbox/commit/58859bd5199c2c783c2ab4e1484344f59c20443a))
12+
613
## [7.0.7](https://github.com/nativescript-community/ui-mapbox/compare/v7.0.6...v7.0.7) (2025-10-30)
714

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.7",
2+
"version": "7.0.8",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/ui-mapbox/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## [7.0.8](https://github.com/nativescript-community/ui-mapbox/compare/v7.0.7...v7.0.8) (2025-11-03)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
9+
610
## [7.0.7](https://github.com/nativescript-community/ui-mapbox/compare/v7.0.6...v7.0.7) (2025-10-30)
711

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

packages/ui-mapbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-mapbox",
3-
"version": "7.0.7",
3+
"version": "7.0.8",
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)