diff --git a/.changeset/breezy-moles-appear.md b/.changeset/breezy-moles-appear.md deleted file mode 100644 index 1106d64..0000000 --- a/.changeset/breezy-moles-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'svelte-maplibre': minor ---- - -Add DefaultMarker component diff --git a/.changeset/late-swans-scream.md b/.changeset/late-swans-scream.md deleted file mode 100644 index e24445c..0000000 --- a/.changeset/late-swans-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'svelte-maplibre': patch ---- - -Update imports to work with Vite 5 and Node.js diff --git a/.changeset/nervous-coins-promise.md b/.changeset/nervous-coins-promise.md deleted file mode 100644 index d817538..0000000 --- a/.changeset/nervous-coins-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'svelte-maplibre': patch ---- - -Add "default" export condition to help frameworks that don't add "svelte" to their list diff --git a/CHANGELOG.md b/CHANGELOG.md index eea32dc..794eb22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # svelte-maplibre +## 0.7.4 + +### Minor Changes + +- [#112](https://github.com/dimfeld/svelte-maplibre/pull/112) [`b77ab5a`](https://github.com/dimfeld/svelte-maplibre/commit/b77ab5a615082b8be836cb867639787a5b94645f) Thanks [@dimfeld](https://github.com/dimfeld)! - Add DefaultMarker component + +### Patch Changes + +- [#111](https://github.com/dimfeld/svelte-maplibre/pull/111) [`8821852`](https://github.com/dimfeld/svelte-maplibre/commit/88218528a90056892d96219e8e4cb232a1f4e76a) Thanks [@dimfeld](https://github.com/dimfeld)! - Update imports to work with Vite 5 and Node.js + +- [#113](https://github.com/dimfeld/svelte-maplibre/pull/113) [`28f1dd1`](https://github.com/dimfeld/svelte-maplibre/commit/28f1dd1b4fb8532dc5232af66cd6409e412290b0) Thanks [@dimfeld](https://github.com/dimfeld)! - Add "default" export condition to help frameworks that don't add "svelte" to their list + ## 0.7.3 ### Minor Changes diff --git a/package.json b/package.json index 0f8fe8c..0eb4745 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-maplibre", - "version": "0.7.3", + "version": "0.7.4", "description": "Svelte bindings for MapLibre", "author": { "name": "Daniel Imfeld",