Skip to content

Commit 330e391

Browse files
author
GitHub Actions
committed
chore(release): @wxt-dev/module-svelte v2.0.0
1 parent aa14676 commit 330e391

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

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.0
4+
5+
[⚠️ breaking changes](https://wxt.dev/guide/upgrade-guide/wxt) • [compare changes](https://github.com/wxt-dev/wxt/compare/module-svelte-v1.0.1...module-svelte-v2.0.0)
6+
7+
### 🚀 Enhancements
8+
9+
- ⚠️ Svelte 5 support ([#1104](https://github.com/wxt-dev/wxt/pull/1104))
10+
11+
### 🏡 Chore
12+
13+
- Add `oxlint` for linting ([#947](https://github.com/wxt-dev/wxt/pull/947))
14+
- Upgrade all non-major dependencies ([#1040](https://github.com/wxt-dev/wxt/pull/1040))
15+
16+
#### ⚠️ Breaking Changes
17+
18+
- ⚠️ Svelte 5 support ([#1104](https://github.com/wxt-dev/wxt/pull/1104))
19+
20+
### ❤️ Contributors
21+
22+
- Aaron ([@aklinker1](http://github.com/aklinker1))
23+
324
## v1.0.1
425

526
[compare changes](https://github.com/wxt-dev/wxt/compare/module-svelte-v1.0.0...module-svelte-v1.0.1)

packages/module-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"email": "[email protected]"
1818
},
1919
"license": "MIT",
20-
"version": "1.0.1",
20+
"version": "2.0.0",
2121
"type": "module",
2222
"main": "./dist/index.cjs",
2323
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)