Skip to content

Commit

Permalink
release: plugin-react@2.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jun 12, 2022
1 parent 05b91cd commit 18d74aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/plugin-react/CHANGELOG.md
@@ -1,3 +1,12 @@
## 2.0.0-alpha.3 (2022-06-12)

* fix(deps): update all non-major dependencies (#8391) ([842f995](https://github.com/vitejs/vite/commit/842f995)), closes [#8391](https://github.com/vitejs/vite/issues/8391)
* fix(plugin-react): apply manual runtime interop (#8546) ([f09299c](https://github.com/vitejs/vite/commit/f09299c)), closes [#8546](https://github.com/vitejs/vite/issues/8546)
* fix(plugin-react): support import namespace in `parseReactAlias` (#5313) ([05b91cd](https://github.com/vitejs/vite/commit/05b91cd)), closes [#5313](https://github.com/vitejs/vite/issues/5313)
* refactor: remove hooks ssr param support (#8491) ([f59adf8](https://github.com/vitejs/vite/commit/f59adf8)), closes [#8491](https://github.com/vitejs/vite/issues/8491)



## 2.0.0-alpha.2 (2022-05-26)

* feat: non-blocking esbuild optimization at build time (#8280) ([909cf9c](https://github.com/vitejs/vite/commit/909cf9c)), closes [#8280](https://github.com/vitejs/vite/issues/8280)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-react",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"license": "MIT",
"author": "Evan You",
"contributors": [
Expand Down

0 comments on commit 18d74aa

Please sign in to comment.