Skip to content

Commit 98cbd3f

Browse files
Version Packages
1 parent fb264a9 commit 98cbd3f

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

.changeset/lazy-carrots-float.md

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

.changeset/tangy-deer-fetch.md

Lines changed: 0 additions & 6 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.9.0
4+
### Minor Changes
5+
6+
7+
- - feat(cli): remove `--no-preconditions` option from `sv add` ([#650](https://github.com/sveltejs/cli/pull/650))
8+
- feat(cli): add `--no-git-check` option to `sv add`. With this flag, even if some files are dirty, no prompt will be shown
9+
10+
### Patch Changes
11+
12+
13+
- fix(create): update library docs to reflect proper `pack` command ([#655](https://github.com/sveltejs/cli/pull/655))
14+
315
## 0.8.21
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.8.21",
3+
"version": "0.9.0",
44
"type": "module",
55
"description": "A CLI for creating and updating SvelteKit projects",
66
"license": "MIT",

0 commit comments

Comments
 (0)