From f642b2256135d3fbcdf01d63af41febe3dd83591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Barr=C3=A9?= Date: Tue, 26 Nov 2024 11:22:16 +0100 Subject: [PATCH] release: v3.7.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3296e..b5d9f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Unreleased +## 3.7.2 + +### Add Vite 6 to peerDependencies range [#207](https://github.com/vitejs/vite-plugin-react-swc/pull/207) + +Thanks @RobinTail + +### Revert throw when refresh runtime is loaded twice [#237](https://github.com/vitejs/vite-plugin-react-swc/issues/237) + Revert the throw when refresh runtime is loaded twice to enable usage in micro frontend apps. This was added to help fix setup usage, and this is not worth an annoying warning for others or a config parameter. This revert was done in the Babel plugin last year and I didn't port it back. diff --git a/package.json b/package.json index 2599d6b..6b8e036 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vitejs/plugin-react-swc-monorepo", - "version": "3.7.1", + "version": "3.7.2", "type": "module", "private": true, "scripts": {