diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cbb46e..d52896c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +All notable changes to this project will be documented in this file. + +### [18.1.0](https://github.com/maplibre/ngx-maplibre-gl/compare/v18.0.0...v18.1.0) (2024-08-21) + +- Migrate to use signals and to better prepare for zoneless usage ### [18.0.0](https://github.com/maplibre/ngx-maplibre-gl/compare/v17.4.3...v18.0.0) (2024-06-06) diff --git a/package-lock.json b/package-lock.json index dc2b9bf8..e48d96ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-maplibre-gl-srcs", - "version": "18.0.0", + "version": "18.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-maplibre-gl-srcs", - "version": "18.0.0", + "version": "18.1.0", "dependencies": { "@angular/animations": "^18.0.1", "@angular/cdk": "^18.0.1", diff --git a/package.json b/package.json index f1e0e659..d87ee76e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-maplibre-gl-srcs", - "version": "18.0.0", + "version": "18.1.0", "scripts": { "ng": "ng", "start": "ng serve showcase", diff --git a/projects/ngx-maplibre-gl/package-lock.json b/projects/ngx-maplibre-gl/package-lock.json index cd8b7085..4c466868 100644 --- a/projects/ngx-maplibre-gl/package-lock.json +++ b/projects/ngx-maplibre-gl/package-lock.json @@ -1,12 +1,12 @@ { "name": "@maplibre/ngx-maplibre-gl", - "version": "18.0.0", + "version": "18.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@maplibre/ngx-maplibre-gl", - "version": "18.0.0", + "version": "18.1.0", "license": "MIT", "peerDependencies": { "@angular/common": ">= 18.0.0", diff --git a/projects/ngx-maplibre-gl/package.json b/projects/ngx-maplibre-gl/package.json index 6a05c232..b5b33b9d 100644 --- a/projects/ngx-maplibre-gl/package.json +++ b/projects/ngx-maplibre-gl/package.json @@ -1,6 +1,6 @@ { "name": "@maplibre/ngx-maplibre-gl", - "version": "18.0.0", + "version": "18.1.0", "description": "A Angular binding of maplibre-gl", "license": "MIT", "repository": {