Skip to content

Commit

Permalink
release: plugin-react@3.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Nov 8, 2022
1 parent f677b62 commit 8fe3406
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/plugin-react/CHANGELOG.md
@@ -1,3 +1,10 @@
## 3.0.0-alpha.0 (2022-11-08)

* feat!: transform jsx with esbuild instead of babel (#9590) ([f677b62](https://github.com/vitejs/vite/commit/f677b62)), closes [#9590](https://github.com/vitejs/vite/issues/9590)
* fix(deps): update all non-major dependencies (#10804) ([f686afa](https://github.com/vitejs/vite/commit/f686afa)), closes [#10804](https://github.com/vitejs/vite/issues/10804)



## 2.2.0 (2022-10-26)

* fix(deps): update all non-major dependencies (#10610) ([bb95467](https://github.com/vitejs/vite/commit/bb95467)), closes [#10610](https://github.com/vitejs/vite/issues/10610)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-react",
"version": "2.2.0",
"version": "3.0.0-alpha.0",
"license": "MIT",
"author": "Evan You",
"contributors": [
Expand Down

0 comments on commit 8fe3406

Please sign in to comment.