Skip to content

Commit 0021527

Browse files
committed
1 parent ea68a88 commit 0021527

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/create-vite/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [8.0.0](https://github.com/vitejs/vite/compare/[email protected]@8.0.0) (2025-09-23)
2+
### Features
3+
4+
* **create-vite:** ask rolldown-vite before asking auto install ([#20820](https://github.com/vitejs/vite/issues/20820)) ([123f239](https://github.com/vitejs/vite/commit/123f2396c8e84308928daf0d61488fa886fc7d50))
5+
6+
### Bug Fixes
7+
8+
* **create-vite:** use shorter command name for `run dev` for each package manager ([#20821](https://github.com/vitejs/vite/issues/20821)) ([0c1bc8a](https://github.com/vitejs/vite/commit/0c1bc8af3422a4c4a3f39ba4a759d9f169e04833))
9+
10+
### Miscellaneous Chores
11+
12+
* **deps:** update rolldown-related dependencies ([#20810](https://github.com/vitejs/vite/issues/20810)) ([ea68a88](https://github.com/vitejs/vite/commit/ea68a8868c7ee249213057f8a81c3f92a9839dde))
13+
114
## [8.0.0-beta.0](https://github.com/vitejs/vite/compare/[email protected]@8.0.0-beta.0) (2025-09-23)
215
### Features
316

packages/create-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-vite",
3-
"version": "8.0.0-beta.0",
3+
"version": "8.0.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)