diff --git a/bun.lock b/bun.lock index 5afed939..9d2dd465 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.22", + "version": "0.20.23", "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 bbb77a9a..de613aa5 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.20.23 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.22...wxt-v0.20.23) + +### 🩹 Fixes + +- Use correct color name ([6224ff49](https://github.com/wxt-dev/wxt/commit/6224ff49)) + +### 📖 Documentation + +- Re-structure the WXT Modules documentation ([#2260](https://github.com/wxt-dev/wxt/pull/2260)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](https://github.com/aklinker1)) + ## v0.20.22 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.21...wxt-v0.20.22) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 4e4b4e04..cd35820a 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.20.22", + "version": "0.20.23", "description": "⚡ Next-gen Web Extension Framework", "license": "MIT", "scripts": { diff --git a/templates/react/package.json b/templates/react/package.json index 7a39def8..fed714d4 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.22" + "wxt": "^0.20.23" } } diff --git a/templates/solid/package.json b/templates/solid/package.json index b00d1ceb..bb1547ff 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.22" + "wxt": "^0.20.23" } } diff --git a/templates/svelte/package.json b/templates/svelte/package.json index 8c4a9dee..59ae0e8a 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.22" + "wxt": "^0.20.23" } } diff --git a/templates/vanilla/package.json b/templates/vanilla/package.json index 2494c309..53301125 100644 --- a/templates/vanilla/package.json +++ b/templates/vanilla/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "typescript": "^5.9.3", - "wxt": "^0.20.22" + "wxt": "^0.20.23" } } diff --git a/templates/vue/package.json b/templates/vue/package.json index d6c25ccd..587b73e6 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.22" + "wxt": "^0.20.23" } }