diff options
author | 2024-11-06 06:55:41 -0800 | |
---|---|---|
committer | 2024-11-06 22:55:41 +0800 | |
commit | e10b03e88c22592fbb42d7245b65c4f486ab736d (patch) | |
tree | c174dc493366d877660d22ac83bf91695d5805fb /packages/integrations/svelte | |
parent | 4a35c505e4914c723ec0d26cd663e7a1d9a86b00 (diff) | |
download | astro-e10b03e88c22592fbb42d7245b65c4f486ab736d.tar.gz astro-e10b03e88c22592fbb42d7245b65c4f486ab736d.tar.zst astro-e10b03e88c22592fbb42d7245b65c4f486ab736d.zip |
[ci] release (#12369)astro@4.16.10@astrojs/svelte@5.7.3
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.md | 6 | ||||
-rw-r--r-- | packages/integrations/svelte/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 12f1560c8..5e996c716 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 5.7.3 + +### Patch Changes + +- [#12390](https://github.com/withastro/astro/pull/12390) [`6fd3d59`](https://github.com/withastro/astro/commit/6fd3d5960f5ab16591bfdb94d1f9b9a9b72006cf) Thanks [@bluwy](https://github.com/bluwy)! - Adds support for Svelte 5's new `@render` syntax while maintaining backward compatibility with traditional slots. + ## 5.7.2 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 9eccc4fe7..08a87c366 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "5.7.2", + "version": "5.7.3", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", |