Skip to content

Commit

Permalink
release: v6.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 20, 2024
1 parent 8c5674e commit 371f7a0
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 6.0.0-alpha.12 (2024-05-20)

* chore: export ssrTransform ([0b3cf69](https://github.com/vitejs/vite/commit/0b3cf69))
* chore: respect ssr flag in clientInjectsions transform ([8c5674e](https://github.com/vitejs/vite/commit/8c5674e))
* fix: remove enforce inside IsolatedPlugins ([a5efd56](https://github.com/vitejs/vite/commit/a5efd56))



## 6.0.0-alpha.11 (2024-05-04)

* refactor: BoundedPlugin -> IsolatedPlugin ([1ec07a4](https://github.com/vitejs/vite/commit/1ec07a4))
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "6.0.0-alpha.11",
"version": "6.0.0-alpha.12",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 371f7a0

Please sign in to comment.