From 30e1d66436bb227758994504fa8005cfa109f420 Mon Sep 17 00:00:00 2001 From: Daniel Imfeld Date: Sat, 2 Mar 2024 15:10:32 -1000 Subject: [PATCH] v0.8.2 --- .changeset/afraid-pumpkins-visit.md | 5 ----- .changeset/pink-cars-sit.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/afraid-pumpkins-visit.md delete mode 100644 .changeset/pink-cars-sit.md diff --git a/.changeset/afraid-pumpkins-visit.md b/.changeset/afraid-pumpkins-visit.md deleted file mode 100644 index 0d47fc4..0000000 --- a/.changeset/afraid-pumpkins-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-maplibre": minor ---- - -Add on:open and on:close events to Popup diff --git a/.changeset/pink-cars-sit.md b/.changeset/pink-cars-sit.md deleted file mode 100644 index 219c74d..0000000 --- a/.changeset/pink-cars-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"svelte-maplibre": patch ---- - -Reload images when the map style changes diff --git a/CHANGELOG.md b/CHANGELOG.md index 700b537..b87e7be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # svelte-maplibre +## 0.8.2 + +### Minor Changes + +- [#130](https://github.com/dimfeld/svelte-maplibre/pull/130) [`d464803`](https://github.com/dimfeld/svelte-maplibre/commit/d4648033ae95c45d7ace386a36c9a5fea33083e7) Thanks [@singingwolfboy](https://github.com/singingwolfboy)! - Add on:open and on:close events to Popup + +### Patch Changes + +- [#132](https://github.com/dimfeld/svelte-maplibre/pull/132) [`a66a3df`](https://github.com/dimfeld/svelte-maplibre/commit/a66a3dfee93bce54562439a5526384b017f7d53e) Thanks [@dimfeld](https://github.com/dimfeld)! - Reload images when the map style changes + ## 0.8.1 ### Patch Changes diff --git a/package.json b/package.json index 0a15a42..e5e7733 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-maplibre", - "version": "0.8.1", + "version": "0.8.2", "description": "Svelte bindings for MapLibre", "author": { "name": "Daniel Imfeld",