Skip to content

Commit fc3f670

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

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/fancy-cars-stand.md

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

.changeset/light-taxis-share.md

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

.changeset/mighty-papers-hammer.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.9.4
4+
### Patch Changes
5+
6+
7+
- chore(addons): change some dependencies to devDependencies ([#682](https://github.com/sveltejs/cli/pull/682))
8+
9+
10+
- fix(add): allow passing add-on as argument that depends on another add-on ([#691](https://github.com/sveltejs/cli/pull/691))
11+
12+
13+
- fix: improve add-on option types ([#692](https://github.com/sveltejs/cli/pull/692))
14+
315
## 0.9.3
416
### Patch Changes
517

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

0 commit comments

Comments
 (0)