Skip to content

Commit 57a12c1

Browse files
chore(release): @wxt-dev/module-react v1.2.0
1 parent d13ca39 commit 57a12c1

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

packages/module-react/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v1.2.0
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/module-react-v1.1.5...module-react-v1.2.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Add `vitePluginsBefore` option ([#2170](https://github.com/wxt-dev/wxt/pull/2170))
10+
- Vite 8 support ([bfd4af5d](https://github.com/wxt-dev/wxt/commit/bfd4af5d))
11+
12+
### 🏡 Chore
13+
14+
- Upgrade dev and non-major prod dependencies ([#2000](https://github.com/wxt-dev/wxt/pull/2000))
15+
- Use `tsdown` to build packages ([#2006](https://github.com/wxt-dev/wxt/pull/2006))
16+
- Move script-only dev dependencies to top-level `package.json` ([#2007](https://github.com/wxt-dev/wxt/pull/2007))
17+
- Update dependencies ([#2069](https://github.com/wxt-dev/wxt/pull/2069))
18+
- **deps:** Upgrade deps ([#2175](https://github.com/wxt-dev/wxt/pull/2175))
19+
20+
### ❤️ Contributors
21+
22+
- Aaron ([@aklinker1](https://github.com/aklinker1))
23+
- Martin Broder <hello@martinbroder.com>
24+
325
## v1.1.5
426

527
[compare changes](https://github.com/wxt-dev/wxt/compare/module-react-v1.1.4...module-react-v1.1.5)

packages/module-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"license": "MIT",
2020
"funding": "https://github.com/sponsors/wxt-dev",
21-
"version": "1.1.5",
21+
"version": "1.2.0",
2222
"type": "module",
2323
"main": "./dist/index.cjs",
2424
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)