diff --git a/.changeset/quiet-fans-lick.md b/.changeset/quiet-fans-lick.md deleted file mode 100644 index 6d073a694..000000000 --- a/.changeset/quiet-fans-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sv": patch ---- - -chore: detect package manager asynchronously diff --git a/.changeset/selfish-houses-retire.md b/.changeset/selfish-houses-retire.md deleted file mode 100644 index 02cdd7289..000000000 --- a/.changeset/selfish-houses-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sv": patch ---- - -chore: add keys to `{#each}` blocks diff --git a/.changeset/swift-poets-wonder.md b/.changeset/swift-poets-wonder.md deleted file mode 100644 index 9b723c70f..000000000 --- a/.changeset/swift-poets-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -fix: pass `schema` to `drizzle` client for better type generation diff --git a/.changeset/tricky-icons-allow.md b/.changeset/tricky-icons-allow.md deleted file mode 100644 index 7b28bf1bd..000000000 --- a/.changeset/tricky-icons-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -fix: addons executed in the wrong order in certain circumstances diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9153b8aa4..73d3f2820 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,20 @@ # sv +## 0.6.25 +### Patch Changes + + +- chore: detect package manager asynchronously ([#465](https://github.com/sveltejs/cli/pull/465)) + + +- chore: add keys to `{#each}` blocks ([#466](https://github.com/sveltejs/cli/pull/466)) + + +- fix: pass `schema` to `drizzle` client for better type generation ([#459](https://github.com/sveltejs/cli/pull/459)) + + +- fix: addons executed in the wrong order in certain circumstances ([#462](https://github.com/sveltejs/cli/pull/462)) + ## 0.6.24 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 86ac63846..53a67d4c2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "sv", - "version": "0.6.24", + "version": "0.6.25", "type": "module", "description": "A CLI for creating and updating SvelteKit projects", "license": "MIT",