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 f472c53 commit c0013acCopy full SHA for c0013ac
2 files changed
packages/module-react/CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v1.2.1
4
+
5
+[compare changes](https://github.com/wxt-dev/wxt/compare/module-react-v1.2.0...module-react-v1.2.1)
6
7
+### 🏡 Chore
8
9
+- Add prepack script to all packages ([032f7931](https://github.com/wxt-dev/wxt/commit/032f7931))
10
11
+### ❤️ Contributors
12
13
+- Aaron ([@aklinker1](https://github.com/aklinker1))
14
15
## v1.2.0
16
17
[compare changes](https://github.com/wxt-dev/wxt/compare/module-react-v1.1.5...module-react-v1.2.0)
packages/module-react/package.json
@@ -18,7 +18,7 @@
18
},
19
"license": "MIT",
20
"funding": "https://github.com/sponsors/wxt-dev",
21
- "version": "1.2.0",
+ "version": "1.2.1",
22
"type": "module",
23
"main": "./dist/index.cjs",
24
"module": "./dist/index.mjs",
0 commit comments