diff --git a/.changeset/great-pans-shave.md b/.changeset/great-pans-shave.md deleted file mode 100644 index 164ead88a..000000000 --- a/.changeset/great-pans-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -fix: run prettier directly instead of through the package manager, and stop allowing builds for packages that no longer have install scripts (`@tailwindcss/oxide`, `sharp`) diff --git a/.changeset/nervous-poems-clap.md b/.changeset/nervous-poems-clap.md deleted file mode 100644 index ae2c939dc..000000000 --- a/.changeset/nervous-poems-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -fix(experimental): `@sveltejs/kit@next` projects now install, build and type-check - `#lib` imports instead of `$lib`, a `tsconfig` extending `$app/tsconfig`, and no options kit 3 removed diff --git a/.changeset/olive-geese-repeat.md b/.changeset/olive-geese-repeat.md deleted file mode 100644 index 3f9762e6c..000000000 --- a/.changeset/olive-geese-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/sv-utils': patch ---- - -feat: add SvelteKit 3 helpers - `isKit3`, `resolveLibPrefix`, `libSubpathImports` diff --git a/.changeset/remove-mcp-addon.md b/.changeset/remove-mcp-addon.md deleted file mode 100644 index 73672764c..000000000 --- a/.changeset/remove-mcp-addon.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': minor ---- - -feat(ai-tools): replace `mcp` add-on with `ai-tools` add-on - set up the Svelte plugin (Claude Code, opencode) or pick individual tools (MCP server, skills, sub-agents) per client diff --git a/.changeset/tall-experts-open.md b/.changeset/tall-experts-open.md deleted file mode 100644 index 2b00c3b53..000000000 --- a/.changeset/tall-experts-open.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'sv': patch ---- - -fix(drizzle): `remove better-sqlite3` from `allowBuilds` -chore(drizzle): bump `better-sqlite3` to `^13.0.2` diff --git a/.changeset/tame-pandas-shout.md b/.changeset/tame-pandas-shout.md deleted file mode 100644 index b38a7ce68..000000000 --- a/.changeset/tame-pandas-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -fix(better-auth): use the `auth` CLI binary in the `auth:schema` script diff --git a/packages/sv-utils/CHANGELOG.md b/packages/sv-utils/CHANGELOG.md index a34b5afb8..c7153b580 100644 --- a/packages/sv-utils/CHANGELOG.md +++ b/packages/sv-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @sveltejs/sv-utils +## 0.3.3 +### Patch Changes + + +- feat: add SvelteKit 3 helpers - `isKit3`, `resolveLibPrefix`, `libSubpathImports` ([#1199](https://github.com/sveltejs/cli/pull/1199)) + ## 0.3.2 ### Patch Changes diff --git a/packages/sv-utils/package.json b/packages/sv-utils/package.json index 98074a7ba..1e35691f0 100644 --- a/packages/sv-utils/package.json +++ b/packages/sv-utils/package.json @@ -1,6 +1,6 @@ { "name": "@sveltejs/sv-utils", - "version": "0.3.2", + "version": "0.3.3", "type": "module", "description": "Utility functions for sv", "license": "MIT", diff --git a/packages/sv/CHANGELOG.md b/packages/sv/CHANGELOG.md index 34bc6f9cf..23e898c1e 100644 --- a/packages/sv/CHANGELOG.md +++ b/packages/sv/CHANGELOG.md @@ -1,5 +1,29 @@ # sv +## 0.17.0 +### Minor Changes + + +- feat(ai-tools): replace `mcp` add-on with `ai-tools` add-on - set up the Svelte plugin (Claude Code, opencode) or pick individual tools (MCP server, skills, sub-agents) per client ([#1050](https://github.com/sveltejs/cli/pull/1050)) + + +### Patch Changes + + +- fix: run prettier directly instead of through the package manager, and stop allowing builds for packages that no longer have install scripts (`@tailwindcss/oxide`, `sharp`) ([#1198](https://github.com/sveltejs/cli/pull/1198)) + + +- fix(experimental): `@sveltejs/kit@next` projects now install, build and type-check - `#lib` imports instead of `$lib`, a `tsconfig` extending `$app/tsconfig`, and no options kit 3 removed ([#1199](https://github.com/sveltejs/cli/pull/1199)) + + +- fix(drizzle): `remove better-sqlite3` from `allowBuilds` ([#1205](https://github.com/sveltejs/cli/pull/1205)) + chore(drizzle): bump `better-sqlite3` to `^13.0.2` + +- fix(better-auth): use the `auth` CLI binary in the `auth:schema` script ([#1201](https://github.com/sveltejs/cli/pull/1201)) + +- Updated dependencies [[`86a4cce`](https://github.com/sveltejs/cli/commit/86a4cced4b8be35cff5b46d67a09839fa6eca775)]: + - @sveltejs/sv-utils@0.3.3 + ## 0.16.6 ### Patch Changes diff --git a/packages/sv/package.json b/packages/sv/package.json index 08ae3f2de..ddb46782b 100644 --- a/packages/sv/package.json +++ b/packages/sv/package.json @@ -1,6 +1,6 @@ { "name": "sv", - "version": "0.16.6", + "version": "0.17.0", "type": "module", "description": "A command line interface (CLI) for creating and maintaining Svelte applications", "license": "MIT",