Skip to content

Commit 4d730bd

Browse files
Version Packages (#788)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7fc9e47 commit 4d730bd

File tree

7 files changed

+19
-26
lines changed

7 files changed

+19
-26
lines changed

.changeset/cruel-pets-obey.md

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

.changeset/fifty-books-send.md

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

.changeset/quick-comics-tell.md

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

.changeset/ripe-lines-beg.md

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

.changeset/wide-animals-listen.md

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

packages/cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# sv
22

3+
## 0.9.15
4+
### Patch Changes
5+
6+
7+
- fix(tailwind): update vscode setting `files.associations` to `tailwindcss` ([#796](https://github.com/sveltejs/cli/pull/796))
8+
9+
10+
- feat(cli): add `--no-dir-check` option to `sv create`. With this flag, even if the folder is not empty, no prompt will be shown ([#785](https://github.com/sveltejs/cli/pull/785))
11+
12+
13+
- feat(mcp): include an `AGENTS.md` or similar when using the `mcp` addon ([#777](https://github.com/sveltejs/cli/pull/777))
14+
15+
16+
- feat(vitest): when `add vitest` is used within a project that uses vitest@3, the addon will display some next steps to finalize the migration to vitest@4 ([#797](https://github.com/sveltejs/cli/pull/797))
17+
18+
19+
- fix(demo): rewrite relative import extensions to JavaScript equivalents _(`tsconfig.json` update)_ ([#801](https://github.com/sveltejs/cli/pull/801))
20+
321
## 0.9.14
422
### Patch Changes
523

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.9.14",
3+
"version": "0.9.15",
44
"type": "module",
55
"description": "A CLI for creating and updating SvelteKit projects",
66
"license": "MIT",

0 commit comments

Comments
 (0)