diff --git a/.changeset/olive-states-tell.md b/.changeset/olive-states-tell.md deleted file mode 100644 index 1793cf19a..000000000 --- a/.changeset/olive-states-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -fix(cli): export types diff --git a/.changeset/orange-rules-hug.md b/.changeset/orange-rules-hug.md deleted file mode 100644 index e13cf19d3..000000000 --- a/.changeset/orange-rules-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sv": patch ---- - -chore(cli): improve `typescript` detection diff --git a/.changeset/slow-signs-send.md b/.changeset/slow-signs-send.md deleted file mode 100644 index f22b4a4b9..000000000 --- a/.changeset/slow-signs-send.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -chore(cli): bump defaults versions diff --git a/.changeset/solid-singers-help.md b/.changeset/solid-singers-help.md deleted file mode 100644 index b0dea0cb5..000000000 --- a/.changeset/solid-singers-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -fix(cli): `--from-playground` will create projects with `experimental.async` enabled _(if svelte version allows it)_ diff --git a/.changeset/three-trains-allow.md b/.changeset/three-trains-allow.md deleted file mode 100644 index 27f970bc3..000000000 --- a/.changeset/three-trains-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -fix(cli): `--from-playground` option now works correctly from node 20 diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2c69b63fc..6e86fce36 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,23 @@ # sv +## 0.9.7 +### Patch Changes + + +- fix(cli): export types ([#719](https://github.com/sveltejs/cli/pull/719)) + + +- chore(cli): improve `typescript` detection ([#710](https://github.com/sveltejs/cli/pull/710)) + + +- chore(cli): bump defaults versions ([#722](https://github.com/sveltejs/cli/pull/722)) + + +- fix(cli): `--from-playground` will create projects with `experimental.async` enabled _(if svelte version allows it)_ ([#729](https://github.com/sveltejs/cli/pull/729)) + + +- fix(cli): `--from-playground` option now works correctly from node 20 ([#720](https://github.com/sveltejs/cli/pull/720)) + ## 0.9.6 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index bcd5e0d38..d47469bd4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "sv", - "version": "0.9.6", + "version": "0.9.7", "type": "module", "description": "A CLI for creating and updating SvelteKit projects", "license": "MIT",