diff --git a/packages/module-svelte/CHANGELOG.md b/packages/module-svelte/CHANGELOG.md index 9457e732..7c37b701 100644 --- a/packages/module-svelte/CHANGELOG.md +++ b/packages/module-svelte/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## v2.0.4 + +[compare changes](https://github.com/wxt-dev/wxt/compare/module-svelte-v2.0.3...module-svelte-v2.0.4) + +### 🩹 Fixes + +- Add support for @sveltejs/vite-plugin-svelte@6 ([459f73fd](https://github.com/wxt-dev/wxt/commit/459f73fd)) + +### 🏡 Chore + +- Add funding links to `package.json` files ([#1446](https://github.com/wxt-dev/wxt/pull/1446)) +- 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)) +- 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:** 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 + ## v2.0.3 [compare changes](https://github.com/wxt-dev/wxt/compare/module-svelte-v2.0.2...module-svelte-v2.0.3) diff --git a/packages/module-svelte/package.json b/packages/module-svelte/package.json index b1f3595f..2df23cd5 100644 --- a/packages/module-svelte/package.json +++ b/packages/module-svelte/package.json @@ -18,7 +18,7 @@ }, "license": "MIT", "funding": "https://github.com/sponsors/wxt-dev", - "version": "2.0.3", + "version": "2.0.4", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs",