Skip to content

Commit e51aa8b

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

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/common-signs-grin.md

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

.changeset/rare-snakes-tickle.md

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

.changeset/tough-carrots-eat.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.8.20
4+
### Patch Changes
5+
6+
7+
- fix: align project steps ([#644](https://github.com/sveltejs/cli/pull/644))
8+
9+
10+
- chore: allow passing an array of import names to imports.addNamed ([#639](https://github.com/sveltejs/cli/pull/639))
11+
12+
13+
- feat: add `vite.addPlugin` to simplify adding a plugin on various vite config styles ([#633](https://github.com/sveltejs/cli/pull/633))
14+
315
## 0.8.19
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.19",
3+
"version": "0.8.20",
44
"type": "module",
55
"description": "A CLI for creating and updating SvelteKit projects",
66
"license": "MIT",

0 commit comments

Comments
 (0)