diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da6e897..b4ec64b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [18.1.4](https://github.com/maplibre/ngx-maplibre-gl/compare/v18.1.3...18.1.4) (2024-11-07) + +- Align video source with other sources [`#212`](https://github.com/maplibre/ngx-maplibre-gl/pull/212) +- Fix marker popup console error [`#213`](https://github.com/maplibre/ngx-maplibre-gl/pull/213) +- Align destory calls [`#211`](https://github.com/maplibre/ngx-maplibre-gl/pull/211) + #### [18.1.3](https://github.com/maplibre/ngx-maplibre-gl/compare/v18.1.2...18.1.3) (2024-11-04) - fix: remove source based on current id during source update [`#206`](https://github.com/maplibre/ngx-maplibre-gl/pull/206) diff --git a/package-lock.json b/package-lock.json index b5dabd0e..76440adc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-maplibre-gl-srcs", - "version": "18.1.3", + "version": "18.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-maplibre-gl-srcs", - "version": "18.1.3", + "version": "18.1.4", "dependencies": { "@angular/animations": "^18.2.1", "@angular/cdk": "^18.2.1", diff --git a/package.json b/package.json index 220cd430..166e5d2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-maplibre-gl-srcs", - "version": "18.1.3", + "version": "18.1.4", "repository": { "type": "git", "url": "https://github.com/maplibre/ngx-maplibre-gl.git" diff --git a/projects/ngx-maplibre-gl/package-lock.json b/projects/ngx-maplibre-gl/package-lock.json index 7b390d0e..cfb61056 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.1.3", + "version": "18.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@maplibre/ngx-maplibre-gl", - "version": "18.1.3", + "version": "18.1.4", "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 e56e3583..8df344f0 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.1.3", + "version": "18.1.4", "description": "A Angular binding of maplibre-gl", "license": "MIT", "repository": {