Skip to content

Commit da1323e

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

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/breezy-walls-peel.md

-5
This file was deleted.

.changeset/moody-mirrors-wait.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# sv
22

3+
## 0.7.2
4+
### Patch Changes
5+
6+
7+
- chore: added GitHub official logo to demo template ([#508](https://github.com/sveltejs/cli/pull/508))
8+
39
## 0.7.1
410
### Patch Changes
511

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sv",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"type": "module",
55
"description": "A CLI for creating and updating SvelteKit projects",
66
"license": "MIT",

packages/migrate/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# svelte-migrate
22

3+
## 1.10.1
4+
### Patch Changes
5+
6+
7+
- fix: dynamically suggest package manager installation command in `migrate` scripts ([#495](https://github.com/sveltejs/cli/pull/495))
8+
39
## 1.10.0
410
### Minor Changes
511

packages/migrate/package.json

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

0 commit comments

Comments
 (0)