Skip to content

Commit 95b8dd2

Browse files
Version Packages (#726)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d359f27 commit 95b8dd2

File tree

7 files changed

+19
-26
lines changed

7 files changed

+19
-26
lines changed

.changeset/olive-states-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/orange-rules-hug.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slow-signs-send.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/solid-singers-help.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-trains-allow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# sv
22

3+
## 0.9.7
4+
### Patch Changes
5+
6+
7+
- fix(cli): export types ([#719](https://github.com/sveltejs/cli/pull/719))
8+
9+
10+
- chore(cli): improve `typescript` detection ([#710](https://github.com/sveltejs/cli/pull/710))
11+
12+
13+
- chore(cli): bump defaults versions ([#722](https://github.com/sveltejs/cli/pull/722))
14+
15+
16+
- fix(cli): `--from-playground` will create projects with `experimental.async` enabled _(if svelte version allows it)_ ([#729](https://github.com/sveltejs/cli/pull/729))
17+
18+
19+
- fix(cli): `--from-playground` option now works correctly from node 20 ([#720](https://github.com/sveltejs/cli/pull/720))
20+
321
## 0.9.6
422
### Patch Changes
523

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sv",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"type": "module",
55
"description": "A CLI for creating and updating SvelteKit projects",
66
"license": "MIT",

0 commit comments

Comments
 (0)