diff options
author | 2023-02-15 06:54:16 -0800 | |
---|---|---|
committer | 2023-02-15 22:54:16 +0800 | |
commit | 66acc6a65c978bbd3dde096f243c742d738b092a (patch) | |
tree | 2e291c40117fb0c1abdb5d4c652a94fcf9ac7f41 /packages/integrations/svelte | |
parent | 0fbcf838a775d3b07e7c2372888a8aa6c190278e (diff) | |
download | astro-@astrojs/mdx@0.16.2.tar.gz astro-@astrojs/mdx@0.16.2.tar.zst astro-@astrojs/mdx@0.16.2.zip |
[ci] release (#6251)@astrojs/svelte@2.0.2@astrojs/mdx@0.16.2
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 a05cf24d7..c8393d893 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 fbae884ba..418f39cf8 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", |