summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-03-31 08:46:15 -0700
committerGravatar GitHub <noreply@github.com> 2025-03-31 16:46:15 +0100
commitddc98eb2add2836aef77541978629dcef6d712d6 (patch)
treebf05a3aeb1d4bb3154cb83489850618efd68b120 /packages/integrations/svelte
parentff9d69e3443c80059c54f6296d19f66bb068ead3 (diff)
downloadastro-@astrojs/alpinejs@0.4.5.tar.gz
astro-@astrojs/alpinejs@0.4.5.tar.zst
astro-@astrojs/alpinejs@0.4.5.zip
Co-authored-by: github-actions[bot] <41898282+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 c7b06bc92..22605fbcc 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/svelte
+## 7.0.9
+
+### Patch Changes
+
+- [#13526](https://github.com/withastro/astro/pull/13526) [`ff9d69e`](https://github.com/withastro/astro/commit/ff9d69e3443c80059c54f6296d19f66bb068ead3) Thanks [@jsparkdev](https://github.com/jsparkdev)! - update `vite` to the latest version
+
## 7.0.8
### Patch Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index aa36f62c6..ebc32e0a3 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "7.0.8",
+ "version": "7.0.9",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",