Skip to content

Commit

Permalink
Bump version to 17.4.3 (#159)
Browse files Browse the repository at this point in the history
* Bump version to 17.4.3

* Update CHANGELOG.md

---------

Co-authored-by: HarelM <[email protected]>
Co-authored-by: Harel M <[email protected]>
  • Loading branch information
3 people authored Apr 9, 2024
1 parent a6817b9 commit 2c609a3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-maplibre-gl-srcs",
"version": "17.4.2",
"version": "17.4.3",
"scripts": {
"ng": "ng",
"start": "ng serve showcase",
Expand Down Expand Up @@ -93,4 +93,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
4 changes: 2 additions & 2 deletions projects/ngx-maplibre-gl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/ngx-maplibre-gl/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2c609a3

Please sign in to comment.