summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-03-26 03:24:03 -0700
committerGravatar GitHub <noreply@github.com> 2025-03-26 10:24:03 +0000
commitb33cc17f37b6f7bd1af06c9debcc8f7a7916eedc (patch)
treecab65fd45df61abac65393a71a91abfcc3e793ca /packages/integrations/svelte
parent3488324f235a8f4af4b44dda438194f013910b14 (diff)
downloadastro-b33cc17f37b6f7bd1af06c9debcc8f7a7916eedc.tar.gz
astro-b33cc17f37b6f7bd1af06c9debcc8f7a7916eedc.tar.zst
astro-b33cc17f37b6f7bd1af06c9debcc8f7a7916eedc.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 25657d519..c7b06bc92 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/svelte
+## 7.0.8
+
+### Patch Changes
+
+- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest.
+
## 7.0.7
### Patch Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index c564c2c71..78ed6954c 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "7.0.7",
+ "version": "7.0.8",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",