Skip to content

Commit 805c1ca

Browse files
Version Packages (next)
1 parent 1be46f1 commit 805c1ca

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

.changeset/pre.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,17 @@
1111
"playground-preprocess-with-vite": "0.0.0",
1212
"playground-vite-ssr": "0.0.0",
1313
"playground-windicss": "0.0.0",
14-
"@sveltejs/vite-plugin-svelte": "1.0.0-next.4"
14+
"@sveltejs/vite-plugin-svelte": "1.0.0-next.4",
15+
"playground-autoprefixer-browserslist": "1.0.0",
16+
"playground-kit-node": "0.0.0",
17+
"playground-ts-type-import": "0.0.0"
1518
},
1619
"changesets": [
17-
"light-bottles-warn"
20+
"dry-cameras-press",
21+
"flat-books-kick",
22+
"fresh-penguins-heal",
23+
"lemon-toes-relax",
24+
"light-bottles-warn",
25+
"long-foxes-agree"
1826
]
1927
}

packages/vite-plugin-svelte/CHANGELOG.md

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

3+
## 1.0.0-next.6
4+
5+
### Minor Changes
6+
7+
- 1be46f1: improved css hmr
8+
- a0f5a65: Allow other vite plugins to define preprocessors
9+
10+
### Patch Changes
11+
12+
- 8d9ef96: fix: do not preserve types unless useVitePreprocess option is true
13+
- 6f4a253: disable svelte-hmr overlay by default
14+
- 18647aa: improve virtual css module path (fixes #14)
15+
316
## 1.0.0-next.5
417

518
### Patch 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": "1.0.0-next.5",
3+
"version": "1.0.0-next.6",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)