diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d9211ef..33c6ae60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. +### [17.4.3](https://github.com/maplibre/ngx-maplibre-gl/compare/v17.4.2...v17.4.3) (2024-04-09) + +- Add SSR support +- Move showcase to be support SSR and prerender all the demo (expample) pages to overcome github limitation regarding SPA + ### [17.4.2](https://github.com/maplibre/ngx-maplibre-gl/compare/v17.4.1...v17.4.2) (2024-03-17) - Add rotation to marker API diff --git a/package-lock.json b/package-lock.json index 952177aa..2d96a849 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-maplibre-gl-srcs", - "version": "17.4.2", + "version": "17.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-maplibre-gl-srcs", - "version": "17.4.2", + "version": "17.4.3", "dependencies": { "@angular/animations": "^17.3.1", "@angular/cdk": "^17.3.1", diff --git a/package.json b/package.json index f22884ca..db0bc6b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-maplibre-gl-srcs", - "version": "17.4.2", + "version": "17.4.3", "scripts": { "ng": "ng", "start": "ng serve showcase", @@ -93,4 +93,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} \ No newline at end of file +} diff --git a/projects/ngx-maplibre-gl/package-lock.json b/projects/ngx-maplibre-gl/package-lock.json index c44f8a6e..aebf29d5 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": "17.4.2", + "version": "17.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@maplibre/ngx-maplibre-gl", - "version": "17.4.2", + "version": "17.4.3", "license": "MIT", "peerDependencies": { "@angular/common": ">= 17.0.0", diff --git a/projects/ngx-maplibre-gl/package.json b/projects/ngx-maplibre-gl/package.json index 554fc666..f20400f6 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": "17.4.2", + "version": "17.4.3", "description": "A Angular binding of maplibre-gl", "license": "MIT", "repository": {