From 1609186b9f379d4c1cf75c60e878d8b4f7675ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Barr=C3=A9?= Date: Mon, 10 Jun 2024 02:15:46 +0200 Subject: [PATCH] release: plugin-react@4.3.1 --- packages/plugin-react/CHANGELOG.md | 2 ++ packages/plugin-react/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/plugin-react/CHANGELOG.md b/packages/plugin-react/CHANGELOG.md index bcb6fcc..969cbb3 100644 --- a/packages/plugin-react/CHANGELOG.md +++ b/packages/plugin-react/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 4.3.1 (2024-06-10) + ### Fix support for React Compiler with React 18 The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom `runtimeModule`: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43 diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index 1693be2..e4a2252 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -1,6 +1,6 @@ { "name": "@vitejs/plugin-react", - "version": "4.3.0", + "version": "4.3.1", "license": "MIT", "author": "Evan You", "contributors": [