From d2ab7db8beef8d47c22eda91c42586f72aff7f50 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Tue, 29 Apr 2025 06:31:26 -0700 Subject: [ci] release (#13721) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/integrations/svelte/CHANGELOG.md | 6 ++++++ packages/integrations/svelte/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'packages/integrations/svelte') diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 7b48854a9..747695e43 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 7.0.12 + +### Patch Changes + +- [#13720](https://github.com/withastro/astro/pull/13720) [`e1cd1ae`](https://github.com/withastro/astro/commit/e1cd1ae52199c927ad5300a2eaed3996c6af5a64) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes SSR renderer type + ## 7.0.11 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 254c92a53..09bfdad45 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "7.0.11", + "version": "7.0.12", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", -- cgit v1.2.3