Skip to content

Commit ff86bfb

Browse files
committed
chore(release): publish new version 2.0.0
1 parent 2c89ec1 commit ff86bfb

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
## [2.0.0](https://github.com/nativescript-community/ui-carto/compare/v1.8.21...v2.0.0) (2025-10-15)
7+
8+
### Features
9+
10+
* using latest sdk and available native SDK on iOS and Android ([e3bb8b2](https://github.com/nativescript-community/ui-carto/commit/e3bb8b2d2d840426ae80ddd024c77a4f747ac755))
11+
12+
### Bug Fixes
13+
14+
* DirAssetPackage now supports base package ([182c743](https://github.com/nativescript-community/ui-carto/commit/182c743d47e64120281ac07e234e7e70c481541d))
15+
* **ios:** many fixes around search/routing ([e892540](https://github.com/nativescript-community/ui-carto/commit/e892540209a3086f9294e0bb85e6091a010b0c41))
16+
* **ios:** utils fix ([773cfc7](https://github.com/nativescript-community/ui-carto/commit/773cfc7251d15ec1e3bc7adacbc5c88db24792c5))
17+
618
## [1.8.21](https://github.com/nativescript-community/ui-carto/compare/v1.8.20...v1.8.21) (2025-07-15)
719

820
**Note:** Version bump only for package ui-carto

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.21",
2+
"version": "2.0.0",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/ui-carto/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+
## [2.0.0](https://github.com/nativescript-community/ui-carto/compare/v1.8.21...v2.0.0) (2025-10-15)
7+
8+
### Features
9+
10+
* using latest sdk and available native SDK on iOS and Android ([e3bb8b2](https://github.com/nativescript-community/ui-carto/commit/e3bb8b2d2d840426ae80ddd024c77a4f747ac755))
11+
12+
### Bug Fixes
13+
14+
* **ios:** many fixes around search/routing ([e892540](https://github.com/nativescript-community/ui-carto/commit/e892540209a3086f9294e0bb85e6091a010b0c41))
15+
* **ios:** utils fix ([773cfc7](https://github.com/nativescript-community/ui-carto/commit/773cfc7251d15ec1e3bc7adacbc5c88db24792c5))
16+
617
## [1.8.21](https://github.com/nativescript-community/ui-carto/compare/v1.8.20...v1.8.21) (2025-07-15)
718

819
**Note:** Version bump only for package @nativescript-community/ui-carto

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.21",
3+
"version": "2.0.0",
44
"description": "NativeScript plugin for CARTO Mobile SDK",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)