We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c645fa commit d64ca52Copy full SHA for d64ca52
packages/module-react/CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v1.1.3
4
+
5
+[compare changes](https://github.com/wxt-dev/wxt/compare/module-react-v1.1.2...module-react-v1.1.3)
6
7
+### 🩹 Fixes
8
9
+- Use react 19 in `@wxt-dev/module-react` and `templates/react` ([#1285](https://github.com/wxt-dev/wxt/pull/1285))
10
11
+### ❤️ Contributors
12
13
+- Aaron ([@aklinker1](http://github.com/aklinker1))
14
15
## v1.1.2
16
17
[compare changes](https://github.com/wxt-dev/wxt/compare/module-react-v1.1.1...module-react-v1.1.2)
packages/module-react/package.json
@@ -17,7 +17,7 @@
"email": "[email protected]"
18
},
19
"license": "MIT",
20
- "version": "1.1.2",
+ "version": "1.1.3",
21
"type": "module",
22
"main": "./dist/index.cjs",
23
"module": "./dist/index.mjs",
0 commit comments