Skip to content

Commit

Permalink
release: plugin-react@4.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Apr 17, 2023
1 parent 3bbd8f0 commit 14a0e83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/plugin-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.0.0-beta.1 (2023-04-17)

* fix: add jsx dev runtime to optimizeDeps (#147) ([3bbd8f0](https://github.com/vitejs/vite-plugin-react/commit/3bbd8f0)), closes [#147](https://github.com/vitejs/vite-plugin-react/issues/147)



## 4.0.0-beta.0 (2023-04-05)

This major version include a revamp of options:
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-react",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"license": "MIT",
"author": "Evan You",
"contributors": [
Expand Down

0 comments on commit 14a0e83

Please sign in to comment.