diff --git a/packages/module-vue/CHANGELOG.md b/packages/module-vue/CHANGELOG.md index d9c20d7c..1cdfbc90 100644 --- a/packages/module-vue/CHANGELOG.md +++ b/packages/module-vue/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## v1.0.3 + +[compare changes](https://github.com/wxt-dev/wxt/compare/module-vue-v1.0.2...module-vue-v1.0.3) + +### 🏡 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)) +- Wxt & @wxt-dev/module-vue support Vite 7 ([#1771](https://github.com/wxt-dev/wxt/pull/1771)) +- **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)) +- Ayu ([@ayu-exorcist](https://github.com/ayu-exorcist)) +- Okinea Dev + ## v1.0.2 [compare changes](https://github.com/wxt-dev/wxt/compare/module-vue-v1.0.1...module-vue-v1.0.2) diff --git a/packages/module-vue/package.json b/packages/module-vue/package.json index 6a6d118b..5a0efed8 100644 --- a/packages/module-vue/package.json +++ b/packages/module-vue/package.json @@ -18,7 +18,7 @@ }, "license": "MIT", "funding": "https://github.com/sponsors/wxt-dev", - "version": "1.0.2", + "version": "1.0.3", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs",