Skip to content

Commit d7d634c

Browse files
committed
1 parent 052aa88 commit d7d634c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/create-vite/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [8.0.0-beta.0](https://github.com/vitejs/vite/compare/[email protected]@8.0.0-beta.0) (2025-09-23)
2+
### Features
3+
4+
* **create-vite:** add `--interactive` / `--no-interactive` ([#20797](https://github.com/vitejs/vite/issues/20797)) ([03a56c5](https://github.com/vitejs/vite/commit/03a56c50a1a6eac76c99b0ce00c17518ed3ccae6))
5+
* **create-vite:** scaffold with rolldown-vite ([#20739](https://github.com/vitejs/vite/issues/20739)) ([b3227d5](https://github.com/vitejs/vite/commit/b3227d5398a14c1a7aa9a1a997879bca4d80e719))
6+
* **create-vite:** set default title in index.html to project name ([#20519](https://github.com/vitejs/vite/issues/20519)) ([b178f90](https://github.com/vitejs/vite/commit/b178f90ad0b337fc2a2e5c5091e889a9912ce948))
7+
* **create-vite:** set types compiler option in tsconfigs ([#20132](https://github.com/vitejs/vite/issues/20132)) ([52469c3](https://github.com/vitejs/vite/commit/52469c3dfe6f46a928a24805ef498993de5d491c))
8+
* **create-vite:** support auto install dependencies and start dev ([#20468](https://github.com/vitejs/vite/issues/20468)) ([925cefe](https://github.com/vitejs/vite/commit/925cefe8ee5c88c9b5b6fa525f46addc4a8aef83))
9+
* **create-vite:** support React Compiler ([#20704](https://github.com/vitejs/vite/issues/20704)) ([052aa88](https://github.com/vitejs/vite/commit/052aa88d5618e48a47fe8e868157e768ce38af2e))
10+
111
## <small>[7.1.3](https://github.com/vitejs/vite/compare/[email protected]@7.1.3) (2025-09-22)</small>
212
### Bug Fixes
313

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": "7.1.3",
3+
"version": "8.0.0-beta.0",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)