Skip to content

Commit 3748fc7

Browse files
committed
1 parent fb2b735 commit 3748fc7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/plugin-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 4.2.0 (2023-11-16)
6+
7+
### Update peer dependency range to target Vite 5
8+
9+
There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.
10+
511
### Align jsx runtime for optimized dependencies
612

713
This will only affect people using internal libraries that contains untranspiled JSX. This change aligns the optimizer with the source code and avoid issues when the published source don't have `React` in the scope.

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-react",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"license": "MIT",
55
"author": "Evan You",
66
"contributors": [

0 commit comments

Comments
 (0)