diff options
author | 2024-10-07 06:56:30 -0700 | |
---|---|---|
committer | 2024-10-07 15:56:30 +0200 | |
commit | 676b2c66ee5d991bfb8ea85ca466be690cf0e5b9 (patch) | |
tree | 07752133b43edb48ed567cd68c3d2e379fefbe24 /packages/integrations | |
parent | b75758f88389ff77072719e8e35604a5d2e9ad70 (diff) | |
download | astro-@astrojs/svelte@6.0.0-beta.1.tar.gz astro-@astrojs/svelte@6.0.0-beta.1.tar.zst astro-@astrojs/svelte@6.0.0-beta.1.zip |
[ci] release (beta) (#12100)astro@5.0.0-beta.4@astrojs/svelte@6.0.0-beta.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
-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 ad175da74..074bf2f60 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 6.0.0-beta.1 + +### Patch Changes + +- [#12102](https://github.com/withastro/astro/pull/12102) [`dcc1e89`](https://github.com/withastro/astro/commit/dcc1e895abbad1311719803363c933541c0ad984) Thanks [@hermit99](https://github.com/hermit99)! - Fixes an Reference Error that occurred during client transitions + ## 6.0.0-beta.0 ### Major Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index d9321af19..e5bba1a20 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", |