diff options
author | 2023-11-16 05:50:47 -0800 | |
---|---|---|
committer | 2023-11-16 21:50:47 +0800 | |
commit | 8366cd777530e6e0740f8a9c535f3c4382ffb053 (patch) | |
tree | 87676b702b11f2fcc694d305d26a552e9277dffe /packages/integrations/svelte | |
parent | ac5633b8f615fe90ea419e00c5c771d00783a6e2 (diff) | |
download | astro-8366cd777530e6e0740f8a9c535f3c4382ffb053.tar.gz astro-8366cd777530e6e0740f8a9c535f3c4382ffb053.tar.zst astro-8366cd777530e6e0740f8a9c535f3c4382ffb053.zip |
[ci] release (#9107)astro@3.5.5@astrojs/svelte@4.0.4@astrojs/react@3.0.5@astrojs/node@6.0.4
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 38a378c2b..2681a45c0 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 4.0.4 + +### Patch Changes + +- [#9098](https://github.com/withastro/astro/pull/9098) [`a600c1483`](https://github.com/withastro/astro/commit/a600c14837fd18c4c4c3330c0195cd47b0b73df9) Thanks [@bluwy](https://github.com/bluwy)! - Adds experimental support for Svelte 5 + ## 4.0.3 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 65c8522f9..4c7e8bb63 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "4.0.3", + "version": "4.0.4", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", |