diff options
author | 2023-09-08 04:55:26 -0700 | |
---|---|---|
committer | 2023-09-08 13:55:26 +0200 | |
commit | 98d501bde6afe51fe2d3dabd0b6f761d9e590398 (patch) | |
tree | 8ab01caf275579c08b6fa01940b3876a4aaf3e81 /packages/integrations/svelte | |
parent | 85fe213fe0e8de3227ac80a41119800c374214f6 (diff) | |
download | astro-98d501bde6afe51fe2d3dabd0b6f761d9e590398.tar.gz astro-98d501bde6afe51fe2d3dabd0b6f761d9e590398.tar.zst astro-98d501bde6afe51fe2d3dabd0b6f761d9e590398.zip |
[ci] release (#8442)astro@3.0.11@astrojs/vercel@4.0.5@astrojs/svelte@4.0.2@astrojs/solid-js@3.0.1@astrojs/react@3.0.2@astrojs/mdx@1.0.3@astrojs/markdown-remark@3.1.0
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 | 9 | ||||
-rw-r--r-- | packages/integrations/svelte/package.json | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 12f1e38a6..521cf21f6 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/svelte +## 4.0.2 + +### Patch Changes + +- [#8448](https://github.com/withastro/astro/pull/8448) [`3f49aa97a`](https://github.com/withastro/astro/commit/3f49aa97ab8fb4bffe50da993cae0f0027c7692d) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix potential memory leak when component is unmounted + +- Updated dependencies [[`f66053a1e`](https://github.com/withastro/astro/commit/f66053a1ea0a4e3bdb0b0df12bb1bf56e1ea2618), [`0fa483283`](https://github.com/withastro/astro/commit/0fa483283e54c94f173838cd558dc0dbdd11e699)]: + - astro@3.0.11 + ## 4.0.1 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 814bad39d..91fcf6f20 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "4.0.1", + "version": "4.0.2", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -48,7 +48,7 @@ "vite": "^4.4.9" }, "peerDependencies": { - "astro": "workspace:^3.0.10", + "astro": "workspace:^3.0.11", "svelte": "^3.55.0 || ^4.0.0" }, "engines": { |