Skip to content

Commit d48fa3a

Browse files
Version Packages (#657)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00416f7 commit d48fa3a

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
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 & 8 deletions
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 0.9.0
4+
### Minor Changes
5+
6+
7+
- feat(cli): rework preconditions: ([#650](https://github.com/sveltejs/cli/pull/650))
8+
9+
- remove `--no-preconditions` option from `sv add`
10+
- add `--no-git-check` option to `sv add`. With this flag, even if some files are dirty, no prompt will be shown
11+
12+
### Patch Changes
13+
14+
15+
- fix(create): update library docs to reflect proper `pack` command ([#655](https://github.com/sveltejs/cli/pull/655))
16+
317
## 0.8.21
418
### Patch Changes
519

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)