Skip to content

Commit

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

* 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 Nov 7, 2024
1 parent 4d4ff12 commit 2e9e211
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

<!-- auto-changelog-above -->

#### [18.1.4](https://github.com/maplibre/ngx-maplibre-gl/compare/v18.1.3...18.1.4) (2024-11-07)

- Align video source with other sources [`#212`](https://github.com/maplibre/ngx-maplibre-gl/pull/212)
- Fix marker popup console error [`#213`](https://github.com/maplibre/ngx-maplibre-gl/pull/213)
- Align destory calls [`#211`](https://github.com/maplibre/ngx-maplibre-gl/pull/211)

#### [18.1.3](https://github.com/maplibre/ngx-maplibre-gl/compare/v18.1.2...18.1.3) (2024-11-04)

- fix: remove source based on current id during source update [`#206`](https://github.com/maplibre/ngx-maplibre-gl/pull/206)
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.3",
"version": "18.1.4",
"repository": {
"type": "git",
"url": "https://github.com/maplibre/ngx-maplibre-gl.git"
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.3",
"version": "18.1.4",
"description": "A Angular binding of maplibre-gl",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 2e9e211

Please sign in to comment.