Skip to content

Commit c62b110

Browse files
Version Packages
1 parent c2017e0 commit c62b110

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/eighty-oranges-brush.md

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

.changeset/orange-dryers-hear.md

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

.changeset/wet-drinks-call.md

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

packages/vite-plugin-svelte/CHANGELOG.md

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

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- fix: improve checking of script and style in .svelte code to work with new generic= attribute ([#799](https://github.com/sveltejs/vite-plugin-svelte/pull/799))
8+
9+
- Fix optional parameter types ([#797](https://github.com/sveltejs/vite-plugin-svelte/pull/797))
10+
11+
- Update log level for HMR updates where the output is functionally equivalent to the previous version to "debug" ([#806](https://github.com/sveltejs/vite-plugin-svelte/pull/806))
12+
313
## 3.0.0
414

515
### Major Changes

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": "3.0.0",
3+
"version": "3.0.1",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)