Skip to content

Commit 7e94789

Browse files
committed
1 parent 33c599d commit 7e94789

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: packages/plugin-vue/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.0.0-alpha.1 (2022-11-22)
2+
3+
* feat: dedupe the `vue` in client bundle by default (#11032) ([fae0e23](https://github.com/vitejs/vite/commit/fae0e23)), closes [#11032](https://github.com/vitejs/vite/issues/11032)
4+
5+
6+
17
## 4.0.0-alpha.0 (2022-11-15)
28

39
* fix: handle HMR for Vue SFC with query parameters (fix #9341) (#10794) ([6462ab0](https://github.com/vitejs/vite/commit/6462ab0)), closes [#9341](https://github.com/vitejs/vite/issues/9341) [#10794](https://github.com/vitejs/vite/issues/10794)

Diff for: packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-vue",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

0 commit comments

Comments
 (0)