From 4f82dd87fc9e52a9456d651fe3a62a9878c02e2e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 12 Feb 2025 06:31:38 +0000 Subject: [PATCH] chore(release): wxt v0.19.27 --- packages/wxt/CHANGELOG.md | 20 ++++++++++++++++++++ packages/wxt/package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/packages/wxt/CHANGELOG.md b/packages/wxt/CHANGELOG.md index 96527bee..ab6be6aa 100644 --- a/packages/wxt/CHANGELOG.md +++ b/packages/wxt/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v0.19.27 + +[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.26...wxt-v0.19.27) + +### 🩹 Fixes + +- Allow `vite-node@^3.0.0` ([#1378](https://github.com/wxt-dev/wxt/pull/1378)) +- Use path triple slash directive for types that are referenced via path ([#1407](https://github.com/wxt-dev/wxt/pull/1407)) +- Support `publish-browser-extension` v3.0.0 ([ac92d40](https://github.com/wxt-dev/wxt/commit/ac92d40)) +- Respect `inlineConfig.mode` when setting NODE_ENV ([#1416](https://github.com/wxt-dev/wxt/pull/1416)) +- Auto-import does not work when using `@vitejs/plugin-vue` alone ([#1412](https://github.com/wxt-dev/wxt/pull/1412)) + +### ❤️ Contributors + +- Jaguar Zhou ([@aiktb](http://github.com/aiktb)) +- Alec Larson ([@aleclarson](http://github.com/aleclarson)) +- Aaron ([@aklinker1](http://github.com/aklinker1)) +- St3h3n +- Eli ([@lishaduck](http://github.com/lishaduck)) + ## v0.19.26 [compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.25...wxt-v0.19.26) diff --git a/packages/wxt/package.json b/packages/wxt/package.json index 1c959d3b..758ba0e5 100644 --- a/packages/wxt/package.json +++ b/packages/wxt/package.json @@ -1,7 +1,7 @@ { "name": "wxt", "type": "module", - "version": "0.19.26", + "version": "0.19.27", "description": "Next gen framework for developing web extensions", "repository": { "type": "git",