Skip to content

Commit 61de750

Browse files
Version Packages
1 parent b48c291 commit 61de750

File tree

6 files changed

+16
-21
lines changed

6 files changed

+16
-21
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/three-trains-allow.md

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

packages/cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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` option now works correctly from node 20 ([#720](https://github.com/sveltejs/cli/pull/720))
17+
318
## 0.9.6
419
### Patch Changes
520

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)