Skip to content

Commit 8988483

Browse files
author
farfromrefug
committed
chore(release): publish new version 1.8.18
1 parent 4da2d32 commit 8988483

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

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.18](https://github.com/nativescript-community/ui-carto/compare/v1.8.17...v1.8.18) (2024-03-27)
7+
8+
### Bug Fixes
9+
10+
* **ios:** resource loading fix ([da24a4d](https://github.com/nativescript-community/ui-carto/commit/da24a4d28ce975dbacd9ba053d97d5d9f241748b))
11+
612
## [1.8.17](https://github.com/nativescript-community/ui-carto/compare/v1.8.16...v1.8.17) (2024-02-15)
713

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

demo-snippets/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+
## [1.8.18](https://github.com/nativescript-community/ui-carto/compare/v1.8.17...v1.8.18) (2024-03-27)
7+
8+
**Note:** Version bump only for package @nativescript-community/template-snippet
9+
610
## [1.8.17](https://github.com/nativescript-community/ui-carto/compare/v1.8.16...v1.8.17) (2024-02-15)
711

812
**Note:** Version bump only for package @nativescript-community/template-snippet

demo-snippets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@nativescript-community/template-snippet",
3-
"version": "1.8.17",
3+
"version": "1.8.18",
44
"dependencies": {
5-
"@nativescript-community/ui-carto": "^1.8.17",
5+
"@nativescript-community/ui-carto": "^1.8.18",
66
"vue-property-decorator": "9.1.2"
77
}
88
}

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

packages/ui-carto/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+
## [1.8.18](https://github.com/nativescript-community/ui-carto/compare/v1.8.17...v1.8.18) (2024-03-27)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-carto
9+
610
## [1.8.17](https://github.com/nativescript-community/ui-carto/compare/v1.8.16...v1.8.17) (2024-02-15)
711

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

0 commit comments

Comments
 (0)