chore(release): wxt v0.20.17
📼 VHS / Create VHS (push) Waiting to run

This commit is contained in:
github-actions[bot]
2026-02-12 22:35:05 +00:00
parent a7ab409d48
commit 7366d8aab7
7 changed files with 18 additions and 6 deletions
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## v0.20.17
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.16...wxt-v0.20.17)
### 🩹 Fixes
- Update left-over CJS require of `publish-browser-extension` to ESM ([#2120](https://github.com/wxt-dev/wxt/pull/2120))
### ❤️ Contributors
- Aaron ([@aklinker1](https://github.com/aklinker1))
## v0.20.16
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.15...wxt-v0.20.16)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.20.16",
"version": "0.20.17",
"description": "⚡ Next-gen Web Extension Framework",
"license": "MIT",
"scripts": {
+1 -1
View File
@@ -23,6 +23,6 @@
"@types/react-dom": "^19.2.3",
"@wxt-dev/module-react": "^1.1.5",
"typescript": "^5.9.3",
"wxt": "^0.20.16"
"wxt": "^0.20.17"
}
}
+1 -1
View File
@@ -20,6 +20,6 @@
"devDependencies": {
"@wxt-dev/module-solid": "^1.1.4",
"typescript": "^5.9.3",
"wxt": "^0.20.16"
"wxt": "^0.20.17"
}
}
+1 -1
View File
@@ -21,6 +21,6 @@
"svelte-check": "^4.3.6",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"wxt": "^0.20.16"
"wxt": "^0.20.17"
}
}
+1 -1
View File
@@ -16,6 +16,6 @@
},
"devDependencies": {
"typescript": "^5.9.3",
"wxt": "^0.20.16"
"wxt": "^0.20.17"
}
}
+1 -1
View File
@@ -21,6 +21,6 @@
"@wxt-dev/module-vue": "^1.0.3",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.4",
"wxt": "^0.20.16"
"wxt": "^0.20.17"
}
}