Skip to content

Commit 7759b99

Browse files
committed
v1.4.10
1 parent 17433da commit 7759b99

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
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.4.10](https://github.com/farfromrefug/nativescript-carto/compare/v1.4.9...v1.4.10) (2021-01-15)
7+
8+
9+
### Bug Fixes
10+
11+
* a lot of fixes and improvements ([c35ecb1](https://github.com/farfromrefug/nativescript-carto/commit/c35ecb112d8c44b11f8471051b2ae64c6bacb526))
12+
13+
14+
15+
16+
617
## [1.4.9](https://github.com/farfromrefug/nativescript-carto/compare/v1.4.8...v1.4.9) (2020-11-20)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "1.4.9",
5+
"version": "1.4.10",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/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.4.10](https://github.com/nativescript-community/ui-carto/compare/v1.4.9...v1.4.10) (2021-01-15)
7+
8+
9+
### Bug Fixes
10+
11+
* a lot of fixes and improvements ([c35ecb1](https://github.com/nativescript-community/ui-carto/commit/c35ecb112d8c44b11f8471051b2ae64c6bacb526))
12+
13+
14+
15+
16+
617
## [1.4.9](https://github.com/farfromrefug/nativescript-carto/compare/v1.4.8...v1.4.9) (2020-11-20)
718

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

plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-carto",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"description": "Nativescript plugin for Carto Mobile SDK",
55
"main": "index",
66
"sideEffects": false,
@@ -31,4 +31,4 @@
3131
"homepage": "https://nativescript-community.github.io/ui-carto/",
3232
"bootstrapper": "nativescript-plugin-seed",
3333
"gitHead": "b6e046978275bbdf14f2de501e9d3d208ae9e15e"
34-
}
34+
}

0 commit comments

Comments
 (0)