diff --git a/.changeset/happy-news-drive.md b/.changeset/happy-news-drive.md deleted file mode 100644 index cf272c9f..00000000 --- a/.changeset/happy-news-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -Remove comment about adapter-auto once a specific sveltekit adapter is chosen diff --git a/.changeset/nine-phones-shout.md b/.changeset/nine-phones-shout.md deleted file mode 100644 index 41de9fe3..00000000 --- a/.changeset/nine-phones-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -fix: `onlyBuiltDependencies` not added on new projects diff --git a/.changeset/pretty-panthers-call.md b/.changeset/pretty-panthers-call.md deleted file mode 100644 index 7f954f60..00000000 --- a/.changeset/pretty-panthers-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -fix: generate correct table defintion for `turso` in `lucia` demo diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 7da6b693..c0a67d36 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # sv +## 0.6.20 +### Patch Changes + + +- Remove comment about adapter-auto once a specific sveltekit adapter is chosen ([#436](https://github.com/sveltejs/cli/pull/436)) + + +- fix: `onlyBuiltDependencies` not added on new projects ([#439](https://github.com/sveltejs/cli/pull/439)) + + +- fix: generate correct table defintion for `turso` in `lucia` demo ([#433](https://github.com/sveltejs/cli/pull/433)) + ## 0.6.19 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3590714b..a98694bb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "sv", - "version": "0.6.19", + "version": "0.6.20", "type": "module", "description": "A CLI for creating and updating SvelteKit projects", "license": "MIT",