From 1aecdbb71c1ffaf1d55013601de3a3bdf4a08fb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Sep 2025 22:26:05 +0000 Subject: [PATCH] chore(release): @wxt-dev/module-solid v1.1.4 --- packages/module-solid/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ packages/module-solid/package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/packages/module-solid/CHANGELOG.md b/packages/module-solid/CHANGELOG.md index aa0f1708..c3c44d6b 100644 --- a/packages/module-solid/CHANGELOG.md +++ b/packages/module-solid/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## v1.1.4 + +[compare changes](https://github.com/wxt-dev/wxt/compare/module-solid-v1.1.3...module-solid-v1.1.4) + +### 🩹 Fixes + +- Add support for WXT v0.20.0 ([c9dca022](https://github.com/wxt-dev/wxt/commit/c9dca022)) + +### 🏡 Chore + +- **deps-dev:** Bump solid-js from 1.9.3 to 1.9.4 ([#1391](https://github.com/wxt-dev/wxt/pull/1391)) +- Add funding links to `package.json` files ([#1446](https://github.com/wxt-dev/wxt/pull/1446)) +- **deps:** Bump vite-plugin-solid from 2.10.2 to 2.11.6 ([#1491](https://github.com/wxt-dev/wxt/pull/1491)) +- Use PNPM 10's new catelog feature ([#1493](https://github.com/wxt-dev/wxt/pull/1493)) +- Move production dependencies to PNPM 10 catelog ([#1494](https://github.com/wxt-dev/wxt/pull/1494)) +- **deps:** Upgrade to Vite 6 and related dependencies ([#1496](https://github.com/wxt-dev/wxt/pull/1496)) +- Stop using PNPM catalog ([#1644](https://github.com/wxt-dev/wxt/pull/1644)) +- Upgrade `@aklinker1/check` to v2 ([#1647](https://github.com/wxt-dev/wxt/pull/1647)) +- **deps:** Update all dependencies ([#1648](https://github.com/wxt-dev/wxt/pull/1648)) +- **deps:** Upgrade typescript from 5.8.3 to 5.9.2 ([a6eef643](https://github.com/wxt-dev/wxt/commit/a6eef643)) +- Create script for managing dependency upgrades ([#1875](https://github.com/wxt-dev/wxt/pull/1875)) +- **deps:** Upgrade all dev dependencies ([#1876](https://github.com/wxt-dev/wxt/pull/1876)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](https://github.com/aklinker1)) +- Okinea Dev + ## v1.1.3 [compare changes](https://github.com/wxt-dev/wxt/compare/module-solid-v1.1.2...module-solid-v1.1.3) diff --git a/packages/module-solid/package.json b/packages/module-solid/package.json index 04705637..caaa26c6 100644 --- a/packages/module-solid/package.json +++ b/packages/module-solid/package.json @@ -18,7 +18,7 @@ }, "license": "MIT", "funding": "https://github.com/sponsors/wxt-dev", - "version": "1.1.3", + "version": "1.1.4", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs",