Skip to content

Commit b039c59

Browse files
chore(release): wxt v0.20.22
1 parent bec4b73 commit b039c59

8 files changed

Lines changed: 35 additions & 7 deletions

File tree

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wxt/CHANGELOG.md

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

3+
## v0.20.22
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.21...wxt-v0.20.22)
6+
7+
### 🚀 Enhancements
8+
9+
- Add support for Firefox data collection permissions ([#1976](https://github.com/wxt-dev/wxt/pull/1976))
10+
- Add `dev.server.strictPort` option ([#2261](https://github.com/wxt-dev/wxt/pull/2261))
11+
12+
### 🩹 Fixes
13+
14+
- Scripts injection for MV2 ([#2232](https://github.com/wxt-dev/wxt/pull/2232))
15+
- Skip applying `esbuild.charset=ascii` vite 8 ([#2264](https://github.com/wxt-dev/wxt/pull/2264))
16+
- Apply expanded env to `process.env` ([#2267](https://github.com/wxt-dev/wxt/pull/2267))
17+
18+
### 📖 Documentation
19+
20+
- Fix Read Frog Firefox showcase link ([#2256](https://github.com/wxt-dev/wxt/pull/2256))
21+
- Add TF2 Trader to the list of extensions ([#2213](https://github.com/wxt-dev/wxt/pull/2213))
22+
23+
### ❤️ Contributors
24+
25+
- Aaron ([@aklinker1](https://github.com/aklinker1))
26+
- Offish ([@offish](https://github.com/offish))
27+
- Patryk Kuniczak ([@PatrykKuniczak](https://github.com/PatrykKuniczak))
28+
- Suvesh Moza <anmolmoza2@gmail.com>
29+
- GuaGua <readfrogguagua@gmail.com>
30+
331
## v0.20.21
432

533
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.20...wxt-v0.20.21)

packages/wxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wxt",
33
"type": "module",
4-
"version": "0.20.21",
4+
"version": "0.20.22",
55
"description": "⚡ Next-gen Web Extension Framework",
66
"license": "MIT",
77
"scripts": {

templates/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@types/react-dom": "^19.2.3",
2424
"@wxt-dev/module-react": "^1.1.5",
2525
"typescript": "^5.9.3",
26-
"wxt": "^0.20.21"
26+
"wxt": "^0.20.22"
2727
}
2828
}

templates/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"devDependencies": {
2121
"@wxt-dev/module-solid": "^1.1.4",
2222
"typescript": "^5.9.3",
23-
"wxt": "^0.20.21"
23+
"wxt": "^0.20.22"
2424
}
2525
}

templates/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"svelte-check": "^4.4.4",
2222
"tslib": "^2.8.1",
2323
"typescript": "^5.9.3",
24-
"wxt": "^0.20.21"
24+
"wxt": "^0.20.22"
2525
}
2626
}

templates/vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"typescript": "^5.9.3",
19-
"wxt": "^0.20.21"
19+
"wxt": "^0.20.22"
2020
}
2121
}

templates/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@wxt-dev/module-vue": "^1.0.3",
2222
"typescript": "^5.9.3",
2323
"vue-tsc": "^3.2.5",
24-
"wxt": "^0.20.21"
24+
"wxt": "^0.20.22"
2525
}
2626
}

0 commit comments

Comments
 (0)