Skip to content

Commit

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

* Update CHANGELOG.md

* Update peerDependencies

---------

Co-authored-by: HarelM <[email protected]>
Co-authored-by: Harel M <[email protected]>
  • Loading branch information
3 people authored Aug 16, 2024
1 parent d1911e1 commit 79772d9
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 68 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. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [18.0.0](https://github.com/maplibre/ngx-maplibre-gl/compare/v17.4.3...v18.0.0) (2024-06-06)

- Upgrade Angular to version 18

### [17.4.3](https://github.com/maplibre/ngx-maplibre-gl/compare/v17.4.2...v17.4.3) (2024-04-09)

- Add SSR support
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.3",
"version": "18.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve showcase",
Expand Down Expand Up @@ -88,4 +88,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}
141 changes: 81 additions & 60 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.

8 changes: 4 additions & 4 deletions 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.3",
"version": "18.0.0",
"description": "A Angular binding of maplibre-gl",
"license": "MIT",
"repository": {
Expand All @@ -20,9 +20,9 @@
},
"homepage": "https://github.com/maplibre/ngx-maplibre-gl#readme",
"peerDependencies": {
"@angular/common": ">= 17.0.0",
"@angular/core": ">= 17.0.0",
"maplibre-gl": ">= 3.6.0",
"@angular/common": ">= 18.0.0",
"@angular/core": ">= 18.0.0",
"maplibre-gl": ">= 4.1.0",
"rxjs": ">= 7.8.1"
}
}

0 comments on commit 79772d9

Please sign in to comment.