Skip to content

Commit

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

* Update CHANGELOG.md

---------

Co-authored-by: HarelM <[email protected]>
Co-authored-by: Harel M <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent 921a598 commit db27c26
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

### [18.1.1](https://github.com/maplibre/ngx-maplibre-gl/compare/v18.1.0...v18.1.1) (2024-08-27)

- Fix an issue related to clustering caused by the signals migration: [#188](https://github.com/maplibre/ngx-maplibre-gl/issues/188)

### [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
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-maplibre-gl-srcs",
"version": "18.1.0",
"version": "18.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve showcase",
Expand Down
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": "18.1.0",
"version": "18.1.1",
"description": "A Angular binding of maplibre-gl",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit db27c26

Please sign in to comment.