From e5723aab030ca12b46bc9c313805f72f70459f4a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 28 Nov 2024 14:42:49 +0000 Subject: [PATCH] chore(release): wxt v0.19.17 --- packages/wxt/CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ packages/wxt/package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 04381a7b5..280550d28 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## v0.19.17 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.16...wxt-v0.19.17) + +### 🚀 Enhancements + +- New `server:created`, `server:started`, and `server:closed` hooks ([#1179](https://github.com/wxt-dev/wxt/pull/1179)) + +### 🩹 Fixes + +- Re-initialize WXT modules correctly during development ([#1176](https://github.com/wxt-dev/wxt/pull/1176)) +- ESLint config being generated when ESLint is not installed. ([#1198](https://github.com/wxt-dev/wxt/pull/1198)) +- Validate entrypoints after hooks have modified them ([54baf21](https://github.com/wxt-dev/wxt/commit/54baf21)) +- Revert "Validate entrypoints after hooks have modified them (54baf21)" ([a2924d8](https://github.com/wxt-dev/wxt/commit/a2924d8)) +- Update `vite` dependency range to support v6 ([#1215](https://github.com/wxt-dev/wxt/pull/1215)) +- Automatically convert MV3 `content_security_policy` to MV2 ([#1168](https://github.com/wxt-dev/wxt/pull/1168)) +- Correctly remove child elements with integrated UI remove ([#1219](https://github.com/wxt-dev/wxt/pull/1219)) +- Make content script `matches` optional ([#1220](https://github.com/wxt-dev/wxt/pull/1220)) + +### 📖 Documentation + +- Fix analyze typo in type ([#1187](https://github.com/wxt-dev/wxt/pull/1187)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](http://github.com/aklinker1)) +- 1natsu ([@1natsu172](http://github.com/1natsu172)) +- Nishu +- Florian Metz ([@Timeraa](http://github.com/Timeraa)) + ## v0.19.16 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.15...wxt-v0.19.16) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 6da00a06e..4595a1013 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.16", + "version": "0.19.17", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",