From 155626fbedca02a76dc2cd1186b61e544ca7358c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 Apr 2026 14:24:37 +0000 Subject: [PATCH] chore(release): wxt v0.20.25 --- bun.lock | 2 +- packages/wxt/CHANGELOG.md | 20 ++++++++++++++++++++ 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, 27 insertions(+), 7 deletions(-) diff --git a/bun.lock b/bun.lock index 231fcd23..007c3884 100644 --- a/bun.lock +++ b/bun.lock @@ -283,7 +283,7 @@ }, "packages/wxt": { "name": "wxt", - "version": "0.20.24", + "version": "0.20.25", "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 0b6de4be..b65d80e7 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v0.20.25 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.24...wxt-v0.20.25) + +### 🩹 Fixes + +- Port change in dev server on reload ([#2283](https://github.com/wxt-dev/wxt/pull/2283)) + +### 📖 Documentation + +- Update `permissions` section with per-browser warning ([#2284](https://github.com/wxt-dev/wxt/pull/2284)) + +### 🏡 Chore + +- Increase PNPM test timeout ([3db3eac6](https://github.com/wxt-dev/wxt/commit/3db3eac6)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](https://github.com/aklinker1)) + ## v0.20.24 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.23...wxt-v0.20.24) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 464fa2e6..6d364bbe 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.24", + "version": "0.20.25", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": { diff --git a/templates/react/package.json b/templates/react/package.json index b21210fb..da0e2e28 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.24" + "wxt": "^0.20.25" } } diff --git a/templates/solid/package.json b/templates/solid/package.json index adb5e711..a75fcfe5 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.24" + "wxt": "^0.20.25" } } diff --git a/templates/svelte/package.json b/templates/svelte/package.json index bd82ebb5..0fc01883 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.24" + "wxt": "^0.20.25" } } diff --git a/templates/vanilla/package.json b/templates/vanilla/package.json index 6166523d..bd59da4c 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "typescript": "^5.9.3", - "wxt": "^0.20.24" + "wxt": "^0.20.25" } } diff --git a/templates/vue/package.json b/templates/vue/package.json index 0891aacd..72a7cd42 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.24" + "wxt": "^0.20.25" } }