diff options
author | 2022-07-28 05:17:45 -0700 | |
---|---|---|
committer | 2022-07-28 08:17:45 -0400 | |
commit | 6d103ddceb72a9b08d37e09b29524d1f766e3b0d (patch) | |
tree | 52b1e6f69b0fd86cbfddc4ed1e32ecd68996f5c0 /packages/integrations/svelte | |
parent | c565465a964ee14bf5d55c0a6eaf1091d3a68429 (diff) | |
download | astro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.tar.gz astro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.tar.zst astro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.zip |
[ci] release (#4056)astro@1.0.0-rc.2@astrojs/vercel@0.4.0@astrojs/svelte@0.5.1@astrojs/node@0.2.1@astrojs/image@0.3.0@astrojs/cloudflare@0.4.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 | 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 801eee706..9507fc9ac 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 0.5.1 + +### Patch Changes + +- [#4057](https://github.com/withastro/astro/pull/4057) [`40251118f`](https://github.com/withastro/astro/commit/40251118f8a6b92b0e42aa3f57140319a848d425) Thanks [@matthewp](https://github.com/matthewp)! - Remove Svelte HMR warning during the build + ## 0.5.0 ### Minor Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index c500b87ee..6b966fd38 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "0.5.0", + "version": "0.5.1", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", |