Skip to content

Commit 509d4fa

Browse files
Version Packages (next)
1 parent 016034a commit 509d4fa

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@
4545
"heavy-dots-repeat",
4646
"huge-lamps-greet",
4747
"hungry-phones-prove",
48+
"nasty-ghosts-warn",
49+
"real-cups-scream",
4850
"social-bottles-look",
51+
"tall-rivers-sleep",
4952
"tangy-cars-dress"
5053
]
5154
}

packages/vite-plugin-svelte/CHANGELOG.md

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

3+
## 6.0.0-next.1
4+
### Major Changes
5+
6+
7+
- remove support for loading commonjs svelte config files ([#1142](https://github.com/sveltejs/vite-plugin-svelte/pull/1142))
8+
9+
10+
### Minor Changes
11+
12+
13+
- add support for loading typescript svelte config files in runtimes that support it ([#1142](https://github.com/sveltejs/vite-plugin-svelte/pull/1142))
14+
15+
16+
### Patch Changes
17+
18+
19+
- log known-issues link when using rolldown-vite ([#1144](https://github.com/sveltejs/vite-plugin-svelte/pull/1144))
20+
321
## 6.0.0-next.0
422
### Major Changes
523

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-next.0",
3+
"version": "6.0.0-next.1",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)