Skip to content

Commit eb58e92

Browse files
committed
release: v7.0.0-beta.0
1 parent bdd4d29 commit eb58e92

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/vite/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 7.0.0-beta.0 (2025-06-19)
2+
3+
* fix: resolve oxc runtime from Vite directory correctly (#269) ([d6369f3](https://github.com/vitejs/rolldown-vite/commit/d6369f3)), closes [#269](https://github.com/vitejs/rolldown-vite/issues/269)
4+
* fix(css): set moduleType in css-post plugin (#272) ([8638a59](https://github.com/vitejs/rolldown-vite/commit/8638a59)), closes [#272](https://github.com/vitejs/rolldown-vite/issues/272)
5+
* fix(json): require(json) should return the content (#268) ([bdd4d29](https://github.com/vitejs/rolldown-vite/commit/bdd4d29)), closes [#268](https://github.com/vitejs/rolldown-vite/issues/268)
6+
* feat: update rolldown ([b292707](https://github.com/vitejs/rolldown-vite/commit/b292707))
7+
8+
9+
110
## 7.0.0-alpha.0 (2025-06-18)
211

312
* fix: align dynamic import detection (#20115) ([1ea2222](https://github.com/vitejs/rolldown-vite/commit/1ea2222)), closes [#20115](https://github.com/vitejs/rolldown-vite/issues/20115)

packages/vite/package.json

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

0 commit comments

Comments
 (0)