From 65fc0fadb39acadd07907a70f0e3c97b3006d8a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Mar 2026 13:21:45 +0000 Subject: [PATCH] chore(release): wxt v0.20.20 --- packages/wxt/CHANGELOG.md | 24 ++++++++++++++++++++++++ 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 +- 7 files changed, 30 insertions(+), 6 deletions(-) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 40058c24..561c11e6 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## v0.20.20 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.19...wxt-v0.20.20) + +### 🩹 Fixes + +- Unlisted script return values broken with Vite 8 sourcemaps ([#2197](https://github.com/wxt-dev/wxt/pull/2197)) + +### 📖 Documentation + +- Add Dymo extension ID to UsingWxtSection.vue ([#2187](https://github.com/wxt-dev/wxt/pull/2187)) +- Add Extension Rank Checker to the list of extensions ([#2193](https://github.com/wxt-dev/wxt/pull/2193)) + +### 🏡 Chore + +- **deps:** Add vite-node 6 support ([64b68671](https://github.com/wxt-dev/wxt/commit/64b68671)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](https://github.com/aklinker1)) +- Joseph Hu ([@KiJO94GO](https://github.com/KiJO94GO)) +- FJRG2007 ツ ([@FJRG2007](https://github.com/FJRG2007)) +- Hampus Tågerud ([@hampustagerud](https://github.com/hampustagerud)) + ## v0.20.19 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.18...wxt-v0.20.19) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index ea2285ad..5f6a3878 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.19", + "version": "0.20.20", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": { diff --git a/templates/react/package.json b/templates/react/package.json index 4505effe..4d78d7cc 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.19" + "wxt": "^0.20.20" } } diff --git a/templates/solid/package.json b/templates/solid/package.json index d68736bd..889d96c9 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.19" + "wxt": "^0.20.20" } } diff --git a/templates/svelte/package.json b/templates/svelte/package.json index 78c1cd7c..90144383 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.19" + "wxt": "^0.20.20" } } diff --git a/templates/vanilla/package.json b/templates/vanilla/package.json index c6646326..c8fbd77e 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "typescript": "^5.9.3", - "wxt": "^0.20.19" + "wxt": "^0.20.20" } } diff --git a/templates/vue/package.json b/templates/vue/package.json index 7e6abe1e..6c88fb41 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.19" + "wxt": "^0.20.20" } }