Skip to content

Commit 9757e26

Browse files
chore(release): wxt v0.20.24
1 parent 42b55f6 commit 9757e26

8 files changed

Lines changed: 20 additions & 8 deletions

File tree

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wxt/CHANGELOG.md

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

3+
## v0.20.24
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.23...wxt-v0.20.24)
6+
7+
### 🩹 Fixes
8+
9+
- Correct `actionKey` for Firefox in MV3 ([#2274](https://github.com/wxt-dev/wxt/pull/2274))
10+
11+
### ❤️ Contributors
12+
13+
- John Wong <john_wong@live.com>
14+
315
## v0.20.23
416

517
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.22...wxt-v0.20.23)

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.23",
4+
"version": "0.20.24",
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.23"
26+
"wxt": "^0.20.24"
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.23"
23+
"wxt": "^0.20.24"
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.23"
24+
"wxt": "^0.20.24"
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.23"
19+
"wxt": "^0.20.24"
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.23"
24+
"wxt": "^0.20.24"
2525
}
2626
}

0 commit comments

Comments
 (0)