Skip to content

Commit b052b25

Browse files
committed
chore(release): publish new version 1.8.12-alpha.1
1 parent 121c2b7 commit b052b25

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [1.8.12-alpha.1](https://github.com/nativescript-community/ui-carto/compare/v1.8.12-alpha.0...v1.8.12-alpha.1) (2025-06-16)
7+
8+
### Bug Fixes
9+
10+
* more VectorTileSearchService properties ([2e7c8ab](https://github.com/nativescript-community/ui-carto/commit/2e7c8ab3644bb7727c7bc3dfc7a98a39b2001f3a))
11+
* setting property on non initialized but created object would prevent the property from being applied ([a9fb500](https://github.com/nativescript-community/ui-carto/commit/a9fb500839c01482f6914f798b38815ecd701261))
12+
13+
### Reverts
14+
15+
* Revert "chore: test release" ([da7a61f](https://github.com/nativescript-community/ui-carto/commit/da7a61fb21fb892416ce58ca8e85a6760be62593))
16+
617
## [1.8.12-alpha.0](https://github.com/nativescript-community/ui-carto/compare/v1.8.11...v1.8.12-alpha.0) (2025-01-29)
718

819
### Features

lerna.json

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

packages/ui-carto/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
## [1.8.12-alpha.1](https://github.com/nativescript-community/ui-carto/compare/v1.8.12-alpha.0...v1.8.12-alpha.1) (2025-06-16)
7+
8+
### Reverts
9+
10+
* Revert "chore: test release" ([da7a61f](https://github.com/nativescript-community/ui-carto/commit/da7a61fb21fb892416ce58ca8e85a6760be62593))
11+
612
## [1.8.12-alpha.0](https://github.com/nativescript-community/ui-carto/compare/v1.8.11...v1.8.12-alpha.0) (2025-01-29)
713

814
### Features

packages/ui-carto/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-carto",
3-
"version": "1.8.12-alpha.0",
3+
"version": "1.8.12-alpha.1",
44
"description": "NativeScript plugin for CARTO Mobile SDK",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)