Skip to content

Commit 3d8c1df

Browse files
Version Packages (#750)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 177be00 commit 3d8c1df

File tree

6 files changed

+16
-21
lines changed

6 files changed

+16
-21
lines changed

.changeset/dirty-ghosts-learn.md

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

.changeset/great-beans-brake.md

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

.changeset/thirty-shrimps-fry.md

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

.changeset/tired-stars-lose.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.9.10
4+
### Patch Changes
5+
6+
7+
- chore(cli): bump defaults versions ([#744](https://github.com/sveltejs/cli/pull/744))
8+
9+
10+
- feat(drizzle): update docker pgdata volume for postgres 18 ([#749](https://github.com/sveltejs/cli/pull/749))
11+
12+
13+
- feat(cli): workspace now gives `files` object with `viteConfig` and `svelteConfig` paths to be used in add-ons ([#755](https://github.com/sveltejs/cli/pull/755))
14+
15+
16+
- fix(cli): `+layout.svelte` doesn't use optional chaining now ([#753](https://github.com/sveltejs/cli/pull/753))
17+
318
## 0.9.9
419
### Patch Changes
520

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

0 commit comments

Comments
 (0)