diff options
author | 2023-06-08 22:40:17 -0700 | |
---|---|---|
committer | 2023-06-09 08:40:17 +0300 | |
commit | e138f663442c27c473987900cb1fe243949a5a52 (patch) | |
tree | c9b24e13457d006a02b8b01dabd30ca3ea50d68d /packages/integrations/svelte | |
parent | 8341c461b574d53fe455c49d4ae3a53f2e0196b5 (diff) | |
download | astro-bbcb801ab7140cf9d69231b49079eb96c903fe7b.tar.gz astro-bbcb801ab7140cf9d69231b49079eb96c903fe7b.tar.zst astro-bbcb801ab7140cf9d69231b49079eb96c903fe7b.zip |
[ci] release (#7318)create-astro@3.1.7astro@2.6.2@astrojs/svelte@3.0.0@astrojs/markdown-component@1.0.5
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 | 11 | ||||
-rw-r--r-- | packages/integrations/svelte/package.json | 4 |
2 files changed, 13 insertions, 2 deletions
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index f2f8a41c6..d920c6973 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/svelte +## 3.0.0 + +### Major Changes + +- [#7314](https://github.com/withastro/astro/pull/7314) [`e47e53dc0`](https://github.com/withastro/astro/commit/e47e53dc0c38468c9cf7ffaf6e21c80291d013cc) Thanks [@wackbyte](https://github.com/wackbyte)! - Update to svelte2tsx 0.6.15 and vite-plugin-svelte 2.4.1 + +### Patch Changes + +- Updated dependencies [[`52f0480d1`](https://github.com/withastro/astro/commit/52f0480d14c328ab69bd1f2681ddfd83f7385ab1), [`e3271f8c1`](https://github.com/withastro/astro/commit/e3271f8c167288dc60b94242d01d459c162ec06d), [`e6bff651f`](https://github.com/withastro/astro/commit/e6bff651ff80466b3e862e637d2a6a3334d8cfda), [`bbcf69e7b`](https://github.com/withastro/astro/commit/bbcf69e7b8d4bbb759fe0c7e5fd2d2ed58090b59), [`1430ffb47`](https://github.com/withastro/astro/commit/1430ffb4734edbb67cbeaaee7e89a9f78e00473c)]: + - astro@2.6.2 + ## 2.2.0 ### Minor Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 61d959537..d201d7ff7 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "2.2.0", + "version": "3.0.0", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -48,7 +48,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.6.1", + "astro": "workspace:^2.6.2", "svelte": "^3.55.0" }, "engines": { |