summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-10-07 06:41:40 -0700
committerGravatar GitHub <noreply@github.com> 2024-10-07 15:41:40 +0200
commit46cbf10c4baf0218f83aa741863e044374ea64d1 (patch)
treea84c0739d4414f3f1d2c54b8879641670174710a /packages/integrations/svelte
parentc87ae80053605848b988984a3b89c29fc22e1d19 (diff)
downloadastro-46cbf10c4baf0218f83aa741863e044374ea64d1.tar.gz
astro-46cbf10c4baf0218f83aa741863e044374ea64d1.tar.zst
astro-46cbf10c4baf0218f83aa741863e044374ea64d1.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 2d6c5b42b..12f1560c8 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/svelte
+## 5.7.2
+
+### Patch Changes
+
+- [#12129](https://github.com/withastro/astro/pull/12129) [`5bc6223`](https://github.com/withastro/astro/commit/5bc6223b1200baba9679a4dafea79c73486c275d) Thanks [@martrapp](https://github.com/martrapp)! - Fixes an Reference Error that occurred during client transitions
+
## 5.7.1
### Patch Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 7da15c68d..0470efbfe 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "5.7.1",
+ "version": "5.7.2",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",