From 9757e2634f9d039cf99c03e9f20d379fcd400040 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Apr 2026 14:32:45 +0000 Subject: [PATCH] chore(release): wxt v0.20.24 --- bun.lock | 4 ++-- packages/wxt/CHANGELOG.md | 12 ++++++++++++ packages/wxt/package.json | 2 +- templates/react/package.json | 2 +- templates/solid/package.json | 2 +- templates/svelte/package.json | 2 +- templates/vanilla/package.json | 2 +- templates/vue/package.json | 2 +- 8 files changed, 20 insertions(+), 8 deletions(-) diff --git a/bun.lock b/bun.lock index a92fd3fe..231fcd23 100644 --- a/bun.lock +++ b/bun.lock @@ -91,7 +91,7 @@ "@types/har-format": "*", }, "devDependencies": { - "@types/chrome": "^0.1.40", + "@types/chrome": "0.1.40", "@types/node": "^20.0.0", "nano-spawn": "^2.0.0", "typescript": "^5.9.3", @@ -283,7 +283,7 @@ }, "packages/wxt": { "name": "wxt", - "version": "0.20.23", + "version": "0.20.24", "bin": { "wxt": "./bin/wxt.mjs", "wxt-publish-extension": "./bin/wxt-publish-extension.mjs", diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index de613aa5..0b6de4be 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.20.24 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.23...wxt-v0.20.24) + +### 🩹 Fixes + +- Correct `actionKey` for Firefox in MV3 ([#2274](https://github.com/wxt-dev/wxt/pull/2274)) + +### ❤️ Contributors + +- John Wong + ## v0.20.23 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.22...wxt-v0.20.23) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index cd35820a..464fa2e6 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.23", + "version": "0.20.24", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": { diff --git a/templates/react/package.json b/templates/react/package.json index fed714d4..b21210fb 100644 --- a/templates/react/package.json +++ b/templates/react/package.json @@ -23,6 +23,6 @@ "@types/react-dom": "^19.2.3", "@wxt-dev/module-react": "^1.1.5", "typescript": "^5.9.3", - "wxt": "^0.20.23" + "wxt": "^0.20.24" } } diff --git a/templates/solid/package.json b/templates/solid/package.json index bb1547ff..adb5e711 100644 --- a/templates/solid/package.json +++ b/templates/solid/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@wxt-dev/module-solid": "^1.1.4", "typescript": "^5.9.3", - "wxt": "^0.20.23" + "wxt": "^0.20.24" } } diff --git a/templates/svelte/package.json b/templates/svelte/package.json index 59ae0e8a..bd82ebb5 100644 --- a/templates/svelte/package.json +++ b/templates/svelte/package.json @@ -21,6 +21,6 @@ "svelte-check": "^4.4.4", "tslib": "^2.8.1", "typescript": "^5.9.3", - "wxt": "^0.20.23" + "wxt": "^0.20.24" } } diff --git a/templates/vanilla/package.json b/templates/vanilla/package.json index 53301125..6166523d 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "typescript": "^5.9.3", - "wxt": "^0.20.23" + "wxt": "^0.20.24" } } diff --git a/templates/vue/package.json b/templates/vue/package.json index 587b73e6..0891aacd 100644 --- a/templates/vue/package.json +++ b/templates/vue/package.json @@ -21,6 +21,6 @@ "@wxt-dev/module-vue": "^1.0.3", "typescript": "^5.9.3", "vue-tsc": "^3.2.5", - "wxt": "^0.20.23" + "wxt": "^0.20.24" } }