Skip to content

Commit

Permalink
chore(release): @wxt-dev/module-svelte v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Dec 1, 2024
1 parent c92ed13 commit 90aaed2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion packages/module-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v2.0.1

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

### 🩹 Fixes

- Modify dev `vite.resolve.conditions` to support Vite 6 + Svelte 5 ([#1230](https://github.com/wxt-dev/wxt/pull/1230))

### 🏡 Chore

- **deps:** Upgrade all non-major dependencies ([#1164](https://github.com/wxt-dev/wxt/pull/1164))

### ❤️ Contributors

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

## 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)
Expand Down Expand Up @@ -51,4 +67,4 @@ To upgrade to svelte 5, just install `svelte@5`.

## v1.0.0

Initial release 🎉
Initial release 🎉
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": "2.0.0",
"version": "2.0.1",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 90aaed2

Please sign in to comment.