From d790eabd986decc380088e52a4dcbff246ee736f Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Tue, 26 Jul 2022 06:58:38 -0700 Subject: [ci] release (#3972) Co-authored-by: github-actions[bot] --- packages/integrations/svelte/CHANGELOG.md | 10 ++++++++++ packages/integrations/svelte/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'packages/integrations/svelte') diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 7c9ae5981..801eee706 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/svelte +## 0.5.0 + +### Minor Changes + +- [#3570](https://github.com/withastro/astro/pull/3570) [`04070c0c1`](https://github.com/withastro/astro/commit/04070c0c12c00a3e17842ce48e36edc3f2c890a3) Thanks [@matthewp](https://github.com/matthewp)! - Bump to Vite 3! + +### Patch Changes + +- [#3993](https://github.com/withastro/astro/pull/3993) [`40a45e3ef`](https://github.com/withastro/astro/commit/40a45e3ef6284c024d442cf7cb8e36d8354a35d1) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix optional props not being recognized properly in the editor + ## 0.4.1 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index c9f837cb0..c500b87ee 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "0.4.1", + "version": "0.5.0", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", -- cgit v1.2.3