Skip to content

Commit c0bdb75

Browse files
Version Packages
1 parent 81c7351 commit c0bdb75

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

.changeset/fifty-boats-double.md

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

.changeset/petite-pandas-check.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.9.12
4+
### Patch Changes
5+
6+
7+
- feat(vitest): update to vitest `4.0` ([#760](https://github.com/sveltejs/cli/pull/760))
8+
9+
- removing `@vitest/browser` in favor of `@vitest/browser-playwright`
10+
- run browser tests in headless mode
11+
12+
- fix(cli): Check existing conditions for specified options ([#771](https://github.com/sveltejs/cli/pull/771))
13+
314
## 0.9.11
415
### Patch Changes
516

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

0 commit comments

Comments
 (0)