Skip to content

Commit a5254f3

Browse files
Version Packages (#469)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f6fb95c commit a5254f3

File tree

6 files changed

+16
-21
lines changed

6 files changed

+16
-21
lines changed

.changeset/quiet-fans-lick.md

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

.changeset/selfish-houses-retire.md

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

.changeset/swift-poets-wonder.md

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

.changeset/tricky-icons-allow.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.6.25
4+
### Patch Changes
5+
6+
7+
- chore: detect package manager asynchronously ([#465](https://github.com/sveltejs/cli/pull/465))
8+
9+
10+
- chore: add keys to `{#each}` blocks ([#466](https://github.com/sveltejs/cli/pull/466))
11+
12+
13+
- fix: pass `schema` to `drizzle` client for better type generation ([#459](https://github.com/sveltejs/cli/pull/459))
14+
15+
16+
- fix: addons executed in the wrong order in certain circumstances ([#462](https://github.com/sveltejs/cli/pull/462))
17+
318
## 0.6.24
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.6.24",
3+
"version": "0.6.25",
44
"type": "module",
55
"description": "A CLI for creating and updating SvelteKit projects",
66
"license": "MIT",

0 commit comments

Comments
 (0)