Skip to content

Commit

Permalink
Version Packages (#427)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 31, 2025
1 parent 6f99ed2 commit 7d85939
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-ligers-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-toys-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-singers-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-laws-laugh.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# sv

## 0.6.17
### Patch Changes


- fix: properly pass through arguments to `sv check` ([#420](https://github.com/sveltejs/cli/pull/420))


- chore: use `rolldown` instead of `rollup` ([#371](https://github.com/sveltejs/cli/pull/371))

## 0.6.16
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sv",
"version": "0.6.16",
"version": "0.6.17",
"type": "module",
"description": "A CLI for creating and updating SvelteKit projects",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# svelte-migrate

## 1.9.0
### Minor Changes


- feat: add ability to select migration to run ([#376](https://github.com/sveltejs/cli/pull/376))


### Patch Changes


- chore: align dependencies with `sv` ([#376](https://github.com/sveltejs/cli/pull/376))

## 1.8.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-migrate",
"version": "1.8.0",
"version": "1.9.0",
"type": "module",
"description": "A CLI for migrating Svelte(Kit) codebases",
"license": "MIT",
Expand Down

0 comments on commit 7d85939

Please sign in to comment.