summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-28 05:17:45 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-28 08:17:45 -0400
commit6d103ddceb72a9b08d37e09b29524d1f766e3b0d (patch)
tree52b1e6f69b0fd86cbfddc4ed1e32ecd68996f5c0 /packages/integrations/svelte
parentc565465a964ee14bf5d55c0a6eaf1091d3a68429 (diff)
downloadastro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.tar.gz
astro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.tar.zst
astro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/svelte')
-rw-r--r--packages/integrations/svelte/CHANGELOG.md6
-rw-r--r--packages/integrations/svelte/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md
index 801eee706..9507fc9ac 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/svelte
+## 0.5.1
+
+### Patch Changes
+
+- [#4057](https://github.com/withastro/astro/pull/4057) [`40251118f`](https://github.com/withastro/astro/commit/40251118f8a6b92b0e42aa3f57140319a848d425) Thanks [@matthewp](https://github.com/matthewp)! - Remove Svelte HMR warning during the build
+
## 0.5.0
### Minor Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index c500b87ee..6b966fd38 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",