Skip to content

Commit

Permalink
release: plugin-vue@4.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Nov 22, 2022
1 parent 33c599d commit 7e94789
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
@@ -1,3 +1,9 @@
## 4.0.0-alpha.1 (2022-11-22)

* 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.0.0-alpha.0 (2022-11-15)

* 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-vue",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit 7e94789

Please sign in to comment.