Skip to content

Commit

Permalink
Version Packages (#370)
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 Dec 27, 2024
1 parent 8c84590 commit 5eef3e8
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-queens-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-pandas-learn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-ties-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-students-taste.md

This file was deleted.

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

## 0.6.10
### Patch Changes


- fix: correctly resolve package manager commands in `create`'s next-steps ([#360](https://github.com/sveltejs/cli/pull/360))


- fix: don't generate sourcemaps for release ([#373](https://github.com/sveltejs/cli/pull/373))


- chore: update-dependencies ([#356](https://github.com/sveltejs/cli/pull/356))


- fix: make `lucia` validation error messages more descriptive ([#363](https://github.com/sveltejs/cli/pull/363))

## 0.6.9
### 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.9",
"version": "0.6.10",
"type": "module",
"description": "A CLI for creating and updating SvelteKit projects",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# svelte-migrate

## 1.7.1
### Patch Changes


- chore: update-dependencies ([#356](https://github.com/sveltejs/cli/pull/356))

## 1.7.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.7.0",
"version": "1.7.1",
"type": "module",
"description": "A CLI for migrating Svelte(Kit) codebases",
"license": "MIT",
Expand Down

0 comments on commit 5eef3e8

Please sign in to comment.