diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 6620e86f..7f53421c 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -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) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 1ea9958c..af7e4906 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -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": { diff --git a/templates/react/package.json b/templates/react/package.json index 9341b472..5027ebda 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.16" + "wxt": "^0.20.17" } } diff --git a/templates/solid/package.json b/templates/solid/package.json index 99438180..6bf34bd6 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.16" + "wxt": "^0.20.17" } } diff --git a/templates/svelte/package.json b/templates/svelte/package.json index c76609ec..17cfbcbe 100644 --- a/templates/svelte/package.json +++ b/templates/svelte/package.json @@ -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" } } diff --git a/templates/vanilla/package.json b/templates/vanilla/package.json index cc2b236c..c1889a95 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "typescript": "^5.9.3", - "wxt": "^0.20.16" + "wxt": "^0.20.17" } } diff --git a/templates/vue/package.json b/templates/vue/package.json index f7eff3c2..9617e6ee 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.4", - "wxt": "^0.20.16" + "wxt": "^0.20.17" } }