Skip to content

Commit 2034620

Browse files
Version Packages (#289)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0d3ecb7 commit 2034620

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/popular-cows-swim.md

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

.changeset/sharp-rocks-scream.md

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

.changeset/small-queens-press.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.6.2
4+
### Patch Changes
5+
6+
7+
- fix: ignore path prompt if user provided path in `create` ([#292](https://github.com/sveltejs/cli/pull/292))
8+
9+
10+
- feat: add `jsconfig.json` to the 'no type checking' template ([#290](https://github.com/sveltejs/cli/pull/290))
11+
12+
13+
- fix: disable add-on preconditions during `create` ([#288](https://github.com/sveltejs/cli/pull/288))
14+
315
## 0.6.1
416
### Patch Changes
517

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.6.1",
3+
"version": "0.6.2",
44
"type": "module",
55
"description": "A CLI for creating and updating SvelteKit projects",
66
"license": "MIT",

0 commit comments

Comments
 (0)