From 33b7af7137ce06b9f49acefa3bdf5c4095393ae0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Feb 2023 14:33:04 +0000 Subject: [PATCH] [ci] release --- .changeset/curvy-snakes-turn.md | 5 ----- examples/framework-multiple/package.json | 2 +- examples/framework-svelte/package.json | 2 +- examples/ssr/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 6 ++++++ packages/integrations/svelte/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 7 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 .changeset/curvy-snakes-turn.md diff --git a/.changeset/curvy-snakes-turn.md b/.changeset/curvy-snakes-turn.md deleted file mode 100644 index 07349e478ce3b..0000000000000 --- a/.changeset/curvy-snakes-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/svelte': patch ---- - -Fix unmounting slots passed to Svelte components diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 419995a0e8526..cbfda9064f336 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -21,7 +21,7 @@ "@astrojs/preact": "^2.0.3", "@astrojs/react": "^2.0.2", "@astrojs/solid-js": "^2.0.2", - "@astrojs/svelte": "^2.0.1", + "@astrojs/svelte": "^2.0.2", "@astrojs/vue": "^2.0.1" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 1bcb16124fbf9..1026bf177977f 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "svelte": "^3.48.0", - "@astrojs/svelte": "^2.0.1", + "@astrojs/svelte": "^2.0.2", "astro": "^2.0.12" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 734032b79338c..390146ada1a77 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "astro": "^2.0.12", "svelte": "^3.48.0", - "@astrojs/svelte": "^2.0.1", + "@astrojs/svelte": "^2.0.2", "@astrojs/node": "^5.0.3", "concurrently": "^7.2.1", "unocss": "^0.15.6", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index a05cf24d7c826..c8393d89307fc 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 2.0.2 + +### Patch Changes + +- [#6250](https://github.com/withastro/astro/pull/6250) [`5c7c7e463`](https://github.com/withastro/astro/commit/5c7c7e463dbffc9a573e3fec80a4daaf4621cd83) Thanks [@bluwy](https://github.com/bluwy)! - Fix unmounting slots passed to Svelte components + ## 2.0.1 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index fbae884bacf94..418f39cf8af44 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "2.0.1", + "version": "2.0.2", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e6397d40912e8..e4482f9d87fee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -154,7 +154,7 @@ importers: '@astrojs/preact': ^2.0.3 '@astrojs/react': ^2.0.2 '@astrojs/solid-js': ^2.0.2 - '@astrojs/svelte': ^2.0.1 + '@astrojs/svelte': ^2.0.2 '@astrojs/vue': ^2.0.1 astro: ^2.0.12 preact: ^10.7.3 @@ -217,7 +217,7 @@ importers: examples/framework-svelte: specifiers: - '@astrojs/svelte': ^2.0.1 + '@astrojs/svelte': ^2.0.2 astro: ^2.0.12 svelte: ^3.48.0 dependencies: @@ -270,7 +270,7 @@ importers: examples/ssr: specifiers: '@astrojs/node': ^5.0.3 - '@astrojs/svelte': ^2.0.1 + '@astrojs/svelte': ^2.0.2 astro: ^2.0.12 concurrently: ^7.2.1 svelte: ^3.48.0