Skip to content

Commit 7d85939

Browse files
Version Packages (#427)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6f99ed2 commit 7d85939

File tree

8 files changed

+23
-22
lines changed

8 files changed

+23
-22
lines changed

.changeset/cold-ligers-brake.md

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

.changeset/dull-toys-share.md

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

.changeset/happy-singers-roll.md

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

.changeset/pretty-laws-laugh.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.6.17
4+
### Patch Changes
5+
6+
7+
- fix: properly pass through arguments to `sv check` ([#420](https://github.com/sveltejs/cli/pull/420))
8+
9+
10+
- chore: use `rolldown` instead of `rollup` ([#371](https://github.com/sveltejs/cli/pull/371))
11+
312
## 0.6.16
413
### Patch Changes
514

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

packages/migrate/CHANGELOG.md

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

3+
## 1.9.0
4+
### Minor Changes
5+
6+
7+
- feat: add ability to select migration to run ([#376](https://github.com/sveltejs/cli/pull/376))
8+
9+
10+
### Patch Changes
11+
12+
13+
- chore: align dependencies with `sv` ([#376](https://github.com/sveltejs/cli/pull/376))
14+
315
## 1.8.0
416
### Minor Changes
517

packages/migrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-migrate",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"type": "module",
55
"description": "A CLI for migrating Svelte(Kit) codebases",
66
"license": "MIT",

0 commit comments

Comments
 (0)