From 42a800661fc6a4aa5735d68c16fd1057d6b69bd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:17:27 +0000 Subject: [PATCH] Version Packages --- .changeset/hot-roses-call.md | 5 ----- .changeset/stale-vans-wait.md | 5 ----- packages/cli/CHANGELOG.md | 9 +++++++++ packages/cli/package.json | 2 +- 4 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 .changeset/hot-roses-call.md delete mode 100644 .changeset/stale-vans-wait.md diff --git a/.changeset/hot-roses-call.md b/.changeset/hot-roses-call.md deleted file mode 100644 index 6b56c3769..000000000 --- a/.changeset/hot-roses-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sv": patch ---- - -chore(create): recommend the `kit.typescript.config` setting instead of copying from the generated config diff --git a/.changeset/stale-vans-wait.md b/.changeset/stale-vans-wait.md deleted file mode 100644 index cbddbcfc2..000000000 --- a/.changeset/stale-vans-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -chore(devtools-json): update `vite-plugin-devtools-json` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c21e0bc2a..23c014b4d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # sv +## 0.9.1 +### Patch Changes + + +- chore(create): recommend the `kit.typescript.config` setting instead of copying from the generated config ([#668](https://github.com/sveltejs/cli/pull/668)) + + +- chore(devtools-json): update `vite-plugin-devtools-json` ([#667](https://github.com/sveltejs/cli/pull/667)) + ## 0.9.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 4d2d6d4d4..bd97a2914 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "sv", - "version": "0.9.0", + "version": "0.9.1", "type": "module", "description": "A CLI for creating and updating SvelteKit projects", "license": "MIT",