Skip to content

Commit

Permalink
release: v3.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jun 1, 2022
1 parent 4370d91 commit 8a68fbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/vite/CHANGELOG.md
@@ -1,3 +1,11 @@
## 3.0.0-alpha.9 (2022-06-01)

* fix: make array `acornInjectPlugins` work (fixes #8410) (#8415) ([08d594b](https://github.com/vitejs/vite/commit/08d594b)), closes [#8410](https://github.com/vitejs/vite/issues/8410) [#8415](https://github.com/vitejs/vite/issues/8415)
* fix: SSR deep imports externalization (fixes #8420) (#8421) ([89d6711](https://github.com/vitejs/vite/commit/89d6711)), closes [#8420](https://github.com/vitejs/vite/issues/8420) [#8421](https://github.com/vitejs/vite/issues/8421)
* chore: reapply #5930 (#8423) ([ab23e6e](https://github.com/vitejs/vite/commit/ab23e6e)), closes [#5930](https://github.com/vitejs/vite/issues/5930) [#8423](https://github.com/vitejs/vite/issues/8423)



## 3.0.0-alpha.8 (2022-05-31)

* feat: add ssr.format to force esm output for ssr (#6812) ([337b197](https://github.com/vitejs/vite/commit/337b197)), closes [#6812](https://github.com/vitejs/vite/issues/6812)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 8a68fbd

Please sign in to comment.