Skip to content

Commit 55fed67

Browse files
chore(release): @wxt-dev/module-vue v1.0.3
1 parent 8523900 commit 55fed67

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

packages/module-vue/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v1.0.3
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/module-vue-v1.0.2...module-vue-v1.0.3)
6+
7+
### 🏡 Chore
8+
9+
- Add funding links to `package.json` files ([#1446](https://github.com/wxt-dev/wxt/pull/1446))
10+
- Use PNPM 10's new catelog feature ([#1493](https://github.com/wxt-dev/wxt/pull/1493))
11+
- Move production dependencies to PNPM 10 catelog ([#1494](https://github.com/wxt-dev/wxt/pull/1494))
12+
- Stop using PNPM catalog ([#1644](https://github.com/wxt-dev/wxt/pull/1644))
13+
- Upgrade `@aklinker1/check` to v2 ([#1647](https://github.com/wxt-dev/wxt/pull/1647))
14+
- Wxt & @wxt-dev/module-vue support Vite 7 ([#1771](https://github.com/wxt-dev/wxt/pull/1771))
15+
- **deps:** Upgrade typescript from 5.8.3 to 5.9.2 ([a6eef643](https://github.com/wxt-dev/wxt/commit/a6eef643))
16+
- Create script for managing dependency upgrades ([#1875](https://github.com/wxt-dev/wxt/pull/1875))
17+
- **deps:** Upgrade all dev dependencies ([#1876](https://github.com/wxt-dev/wxt/pull/1876))
18+
19+
### ❤️ Contributors
20+
21+
- Aaron ([@aklinker1](https://github.com/aklinker1))
22+
- Ayu ([@ayu-exorcist](https://github.com/ayu-exorcist))
23+
- Okinea Dev <[email protected]>
24+
325
## v1.0.2
426

527
[compare changes](https://github.com/wxt-dev/wxt/compare/module-vue-v1.0.1...module-vue-v1.0.2)

packages/module-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"license": "MIT",
2020
"funding": "https://github.com/sponsors/wxt-dev",
21-
"version": "1.0.2",
21+
"version": "1.0.3",
2222
"type": "module",
2323
"main": "./dist/index.cjs",
2424
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)