From f87d23e91fa48b8a8488dd8bee5277070f5fc3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Barr=C3=A9?= Date: Thu, 20 Apr 2023 16:14:34 +0200 Subject: [PATCH] release: plugin-react@4.0.0 --- 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 e2320e9..646d679 100644 --- a/packages/plugin-react/CHANGELOG.md +++ b/packages/plugin-react/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 4.0.0 (2023-04-20) + This major version include a revamp of options: - `include`/`exclude` now allow to completely override the files processed by the plugin ([#122](https://github.com/vitejs/vite-plugin-react/pull/122)). This is more in line with other Rollup/Vite plugins and simplify the setup of enabling Fast Refresh for `.mdx` files. This can be done like this: diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index 919f42a..ea6698a 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -1,6 +1,6 @@ { "name": "@vitejs/plugin-react", - "version": "4.0.0-beta.1", + "version": "4.0.0", "license": "MIT", "author": "Evan You", "contributors": [