From e4598a5e3789236f08120d445f46020947865c1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 14 Mar 2026 23:48:01 +0000 Subject: [PATCH] chore(release): @wxt-dev/module-react v1.2.2 --- packages/module-react/CHANGELOG.md | 12 ++++++++++++ packages/module-react/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/module-react/CHANGELOG.md b/packages/module-react/CHANGELOG.md index 23ada8a3..70aeb1ad 100644 --- a/packages/module-react/CHANGELOG.md +++ b/packages/module-react/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v1.2.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/module-react-v1.2.1...module-react-v1.2.2) + +### 🩹 Fixes + +- Add `@vitejs/plugin-react` v6 support ([c61fa8f8](https://github.com/wxt-dev/wxt/commit/c61fa8f8)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](https://github.com/aklinker1)) + ## v1.2.1 [compare changes](https://github.com/wxt-dev/wxt/compare/module-react-v1.2.0...module-react-v1.2.1) diff --git a/packages/module-react/package.json b/packages/module-react/package.json index 71a1c446..647f2cc7 100644 --- a/packages/module-react/package.json +++ b/packages/module-react/package.json @@ -18,7 +18,7 @@ }, "license": "MIT", "funding": "https://github.com/sponsors/wxt-dev", - "version": "1.2.1", + "version": "1.2.2", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs",