Skip to content

Commit a76d20f

Browse files
Version Packages
1 parent 6abf2c6 commit a76d20f

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

.changeset/fancy-guests-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/huge-ideas-nail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/vite-plugin-svelte/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @sveltejs/vite-plugin-svelte
22

3+
## 6.1.0
4+
### Minor Changes
5+
6+
7+
- feat: add support for the new experimental.async option and apply dynamicCompileOptions when compiling Svelte modules ([#1176](https://github.com/sveltejs/vite-plugin-svelte/pull/1176))
8+
9+
10+
### Patch Changes
11+
12+
13+
- skip comment blocks when reporting compiler errors that might be caused by a preprocessor issue ([#1166](https://github.com/sveltejs/vite-plugin-svelte/pull/1166))
14+
315
## 6.0.0
416
### Major Changes
517

packages/vite-plugin-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/vite-plugin-svelte",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)