Skip to content

Commit 3031538

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

File tree

7 files changed

+22
-30
lines changed

7 files changed

+22
-30
lines changed

.changeset/five-impalas-add.md

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

.changeset/loose-crabs-sink.md

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

.changeset/odd-impalas-dance.md

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

.changeset/rare-things-lie.md

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

.changeset/silly-waves-sit.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.8.21
4+
### Patch Changes
5+
6+
7+
- feat: `vitest` require assertions ([#647](https://github.com/sveltejs/cli/pull/647))
8+
9+
10+
- fix: handle `satisfies` keyword for `vite.addPlugin` ([#653](https://github.com/sveltejs/cli/pull/653))
11+
12+
13+
- chore: remove `git init` next step when creating a new project ([#645](https://github.com/sveltejs/cli/pull/645))
14+
15+
16+
- feat: improve minimal template ([#643](https://github.com/sveltejs/cli/pull/643))
17+
18+
- move `favicon.svg` to `src/lib/assets` folder (to show inline/immutable assets)
19+
- add `static/robots.txt` (to keep static folder)
20+
- add `routes/+layout.svelte` (to show layout)
21+
22+
- feat(drizzle): add `db:generate` script to `package.json` ([#648](https://github.com/sveltejs/cli/pull/648))
23+
324
## 0.8.20
425
### Patch Changes
526

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.20",
3+
"version": "0.8.21",
44
"type": "module",
55
"description": "A CLI for creating and updating SvelteKit projects",
66
"license": "MIT",

0 commit comments

Comments
 (0)