Skip to content

Version Packages #1169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fancy-guests-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/huge-ideas-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/whole-bees-sink.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @sveltejs/vite-plugin-svelte

## 6.1.0
### Minor Changes


- 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))


### Patch Changes


- 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))


- increase logLevel to info for "no Svelte config found" message ([#1179](https://github.com/sveltejs/vite-plugin-svelte/pull/1179))

## 6.0.0
### Major Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/vite-plugin-svelte",
"version": "6.0.0",
"version": "6.1.0",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down