Skip to content

Commit da9b4f4

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

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/happy-moles-glow.md

-5
This file was deleted.

.changeset/pretty-emus-breathe.md

-5
This file was deleted.

.changeset/twelve-lizards-warn.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# sv
22

3+
## 0.8.1
4+
### Patch Changes
5+
6+
7+
- feat: adds `--install <package-manager>` flag to `create` and `add` ([#531](https://github.com/sveltejs/cli/pull/531))
8+
9+
10+
- fix: warn on an unparsable `.prettierrc` config file ([#527](https://github.com/sveltejs/cli/pull/527))
11+
12+
13+
- chore: remove redundant `ignores` property in `eslint` config ([#533](https://github.com/sveltejs/cli/pull/533))
14+
315
## 0.8.0
416
### Minor Changes
517

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sv",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"type": "module",
55
"description": "A CLI for creating and updating SvelteKit projects",
66
"license": "MIT",

0 commit comments

Comments
 (0)