diff options
author | 2023-08-29 07:58:09 -0700 | |
---|---|---|
committer | 2023-08-29 10:58:09 -0400 | |
commit | 6f47c6c919724a071d0d1896a7cde6adbe7c079e (patch) | |
tree | 14a26edf3c71031611effb7ca5ad2391e1df509b /packages/integrations/svelte | |
parent | 51e67e0ab0e6af4f35bda4db8bf0f609c2d8e7c4 (diff) | |
download | astro-6f47c6c919724a071d0d1896a7cde6adbe7c079e.tar.gz astro-6f47c6c919724a071d0d1896a7cde6adbe7c079e.tar.zst astro-6f47c6c919724a071d0d1896a7cde6adbe7c079e.zip |
[ci] release (rc) (#8256)astro@3.0.0-rc.9@astrojs/vue@3.0.0-rc.2@astrojs/telemetry@3.0.0-rc.4@astrojs/svelte@4.0.0-rc.3@astrojs/solid-js@3.0.0-rc.4@astrojs/react@3.0.0-rc.6@astrojs/preact@3.0.0-rc.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 | 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 4bb4ab434..220bafe32 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/svelte +## 4.0.0-rc.3 + +### Patch Changes + +- [#8264](https://github.com/withastro/astro/pull/8264) [`1f58a7a1b`](https://github.com/withastro/astro/commit/1f58a7a1bea6888868b689dac94801d554319b02) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Automatically unmount islands when `astro:unmount` is fired + +- Updated dependencies [[`0c7b42dc6`](https://github.com/withastro/astro/commit/0c7b42dc6780e687e416137539f55a3a427d1d10), [`9e021a91c`](https://github.com/withastro/astro/commit/9e021a91c57d10809f588dd47968fc0e7f8b4d5c), [`1f58a7a1b`](https://github.com/withastro/astro/commit/1f58a7a1bea6888868b689dac94801d554319b02), [`1db4e92c1`](https://github.com/withastro/astro/commit/1db4e92c12ed73681217f5cefd39f2f47542f961)]: + - astro@3.0.0-rc.9 + ## 4.0.0-rc.2 ### Major Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 82269986f..5a897f954 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "4.0.0-rc.2", + "version": "4.0.0-rc.3", "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.0-rc.8", + "astro": "workspace:^3.0.0-rc.9", "svelte": "^3.55.0 || ^4.0.0" }, "engines": { |