From 3748fc7493cf0a07a2ae275fbd1ae035f01010cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Barr=C3=A9?= Date: Thu, 16 Nov 2023 14:30:37 +0100 Subject: [PATCH] release: plugin-react@4.2.0 --- packages/plugin-react/CHANGELOG.md | 6 ++++++ packages/plugin-react/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/plugin-react/CHANGELOG.md b/packages/plugin-react/CHANGELOG.md index 42ff8611..1717de4c 100644 --- a/packages/plugin-react/CHANGELOG.md +++ b/packages/plugin-react/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 4.2.0 (2023-11-16) + +### Update peer dependency range to target Vite 5 + +There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work. + ### Align jsx runtime for optimized dependencies 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. diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index 1ee38b65..85ed24fc 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -1,6 +1,6 @@ { "name": "@vitejs/plugin-react", - "version": "4.1.1", + "version": "4.2.0", "license": "MIT", "author": "Evan You", "contributors": [