Skip to content

Commit eee212e

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

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/early-trees-go.md

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

.changeset/major-moles-cut.md

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

.changeset/odd-words-hunt.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.3
4+
### Patch Changes
5+
6+
7+
- chore(core): change `defineAddonOptions({ /*config */ })` to `defineAddonOptions().add('key', { /*config */ }).build()` in order to provide better type safety. ([#686](https://github.com/sveltejs/cli/pull/686))
8+
9+
10+
- fix(migrate): allow `migrate` to run without specifying a migration arg ([#676](https://github.com/sveltejs/cli/pull/676))
11+
12+
13+
- fix(add): improve robustness of add-on args parsing ([#681](https://github.com/sveltejs/cli/pull/681))
14+
315
## 0.9.2
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.2",
3+
"version": "0.9.3",
44
"type": "module",
55
"description": "A CLI for creating and updating SvelteKit projects",
66
"license": "MIT",

0 commit comments

Comments
 (0)