Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/lazy-carrots-float.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tangy-deer-fetch.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# sv

## 0.9.0
### Minor Changes


- feat(cli): rework preconditions: ([#650](https://github.com/sveltejs/cli/pull/650))

- remove `--no-preconditions` option from `sv add`
- add `--no-git-check` option to `sv add`. With this flag, even if some files are dirty, no prompt will be shown

### Patch Changes


- fix(create): update library docs to reflect proper `pack` command ([#655](https://github.com/sveltejs/cli/pull/655))

## 0.8.21
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sv",
"version": "0.8.21",
"version": "0.9.0",
"type": "module",
"description": "A CLI for creating and updating SvelteKit projects",
"license": "MIT",
Expand Down