Skip to content

Commit dce0e5d

Browse files
Version Packages
1 parent 921d37a commit dce0e5d

File tree

7 files changed

+19
-26
lines changed

7 files changed

+19
-26
lines changed

.changeset/bright-flies-argue.md

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

.changeset/great-mammals-buy.md

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

.changeset/salty-apes-play.md

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

.changeset/smooth-bats-beam.md

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

.changeset/tasty-friends-think.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.9
4+
### Patch Changes
5+
6+
7+
- fix(drizzle): `--cwd` option in `add` command is now taken into account ([#738](https://github.com/sveltejs/cli/pull/738))
8+
9+
10+
- feat(drizzle): Docker Compose file is now stored in `compose.yaml` instead of `docker-compose.yml` ([#738](https://github.com/sveltejs/cli/pull/738))
11+
12+
13+
- fix(add): include monorepo root in dependency detection ([#740](https://github.com/sveltejs/cli/pull/740))
14+
15+
16+
- feat(cli): add new add-on `mcp` to configure your project ([#735](https://github.com/sveltejs/cli/pull/735))
17+
18+
19+
- feat(cli): `--from-playground` will now bring a PlaygroundLayout to get a more consistent experience with the online playground ([#731](https://github.com/sveltejs/cli/pull/731))
20+
321
## 0.9.8
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.8",
3+
"version": "0.9.9",
44
"type": "module",
55
"description": "A CLI for creating and updating SvelteKit projects",
66
"license": "MIT",

0 commit comments

Comments
 (0)