Skip to content

Commit

Permalink
chore(release): @wxt-dev/module-svelte v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Nov 13, 2024
1 parent aa14676 commit 330e391
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions packages/module-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v2.0.0

[⚠️ 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)

### 🚀 Enhancements

- ⚠️ Svelte 5 support ([#1104](https://github.com/wxt-dev/wxt/pull/1104))

### 🏡 Chore

- Add `oxlint` for linting ([#947](https://github.com/wxt-dev/wxt/pull/947))
- Upgrade all non-major dependencies ([#1040](https://github.com/wxt-dev/wxt/pull/1040))

#### ⚠️ Breaking Changes

- ⚠️ Svelte 5 support ([#1104](https://github.com/wxt-dev/wxt/pull/1104))

### ❤️ Contributors

- Aaron ([@aklinker1](http://github.com/aklinker1))

## v1.0.1

[compare changes](https://github.com/wxt-dev/wxt/compare/module-svelte-v1.0.0...module-svelte-v1.0.1)
Expand Down
2 changes: 1 addition & 1 deletion packages/module-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"email": "[email protected]"
},
"license": "MIT",
"version": "1.0.1",
"version": "2.0.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 330e391

Please sign in to comment.