Skip to content

Commit c7fd9aa

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

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.changeset/slimy-rivers-think.md

-5
This file was deleted.

.changeset/yummy-things-learn.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 0.8.3
4+
### Patch Changes
5+
6+
7+
- fix: always add `storybook` after all other add-ons ([#547](https://github.com/sveltejs/cli/pull/547))
8+
9+
10+
- security: upgrade vite to avoid CVE-2025-32395 ([#548](https://github.com/sveltejs/cli/pull/548))
11+
312
## 0.8.2
413
### Patch Changes
514

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

0 commit comments

Comments
 (0)