Skip to content

Commit

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

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: HarelM <[email protected]>
Co-authored-by: Harel M <[email protected]>
  • Loading branch information
3 people authored Aug 21, 2024
1 parent a4bb473 commit 0660a65
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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.0.0",
"version": "18.1.0",
"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.0.0",
"version": "18.1.0",
"description": "A Angular binding of maplibre-gl",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 0660a65

Please sign in to comment.