Skip to content

Commit 0b5424c

Browse files
chore(release): @wxt-dev/module-svelte v2.0.5
1 parent 48571f5 commit 0b5424c

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

packages/module-svelte/CHANGELOG.md

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

3+
## v2.0.5
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/module-svelte-v2.0.4...module-svelte-v2.0.5)
6+
7+
### 🩹 Fixes
8+
9+
- Update `@sveltejs/vite-plugin-svelte` version range to support Vite 8 ([48571f50](https://github.com/wxt-dev/wxt/commit/48571f50))
10+
11+
### 🏡 Chore
12+
13+
- Upgrade dev and non-major prod dependencies ([#2000](https://github.com/wxt-dev/wxt/pull/2000))
14+
- Use `tsdown` to build packages ([#2006](https://github.com/wxt-dev/wxt/pull/2006))
15+
- Move script-only dev dependencies to top-level `package.json` ([#2007](https://github.com/wxt-dev/wxt/pull/2007))
16+
- Update dependencies ([#2069](https://github.com/wxt-dev/wxt/pull/2069))
17+
- **deps:** Upgrade deps ([#2175](https://github.com/wxt-dev/wxt/pull/2175))
18+
- Add prepack script to all packages ([032f7931](https://github.com/wxt-dev/wxt/commit/032f7931))
19+
20+
### ❤️ Contributors
21+
22+
- Aaron ([@aklinker1](https://github.com/aklinker1))
23+
324
## v2.0.4
425

526
[compare changes](https://github.com/wxt-dev/wxt/compare/module-svelte-v2.0.3...module-svelte-v2.0.4)

packages/module-svelte/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": "2.0.4",
21+
"version": "2.0.5",
2222
"type": "module",
2323
"main": "./dist/index.cjs",
2424
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)