Skip to content

Commit

Permalink
v1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 7, 2021
1 parent 4a11674 commit 8cb490b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.10](https://github.com/nativescript-community/ui-carto/compare/v1.8.9...v1.8.10) (2021-12-07)


### Bug Fixes

* don't commit lock file ([70fb58f](https://github.com/nativescript-community/ui-carto/commit/70fb58f3d6d6cdf1f24bb138e1781397035a4077))
* download listener fix ([4a11674](https://github.com/nativescript-community/ui-carto/commit/4a1167470c82306b5d94256b67b01cae67cc18e0))
* refactoring and cleanup of the routing services ([40d7c09](https://github.com/nativescript-community/ui-carto/commit/40d7c09278e25a14a0cfc4f10c628a0da617611b))
* submodules remote location ([473a2e8](https://github.com/nativescript-community/ui-carto/commit/473a2e8e8c1c1252a9f3e0947372fd0194fc4e95))
* support for rendererLayerFilter and clickHandlerLayerFilter ([12c133c](https://github.com/nativescript-community/ui-carto/commit/12c133c9d641e61382be87f7a47f93b5d61eec76))





## [1.8.9](https://github.com/nativescript-community/ui-carto/compare/v1.8.8...v1.8.9) (2021-11-25)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.8.9",
"version": "1.8.10",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/ui-carto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.10](https://github.com/nativescript-community/ui-carto/compare/v1.8.9...v1.8.10) (2021-12-07)


### Bug Fixes

* refactoring and cleanup of the routing services ([40d7c09](https://github.com/nativescript-community/ui-carto/commit/40d7c09278e25a14a0cfc4f10c628a0da617611b))





## [1.8.9](https://github.com/nativescript-community/ui-carto/compare/v1.8.8...v1.8.9) (2021-11-25)

**Note:** Version bump only for package @nativescript-community/ui-carto
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-carto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-carto",
"version": "1.8.9",
"version": "1.8.10",
"description": "NativeScript plugin for CARTO Mobile SDK",
"main": "index",
"typings": "index.d.ts",
Expand Down

0 comments on commit 8cb490b

Please sign in to comment.