Skip to content

Commit f4956f7

Browse files
Version Packages (next) (#1147)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 421ab6a commit f4956f7

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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+
> [! NOTE]
16+
> This change only applies to vite-plugin-svelte.
17+
>
18+
> To use `svelte.config.ts` in SvelteKit, with the Svelte VS Code extension or other tools reading the Svelte config file, you have to wait until support is implemented there.
19+
20+
### Patch Changes
21+
22+
23+
- log known-issues link when using rolldown-vite ([#1144](https://github.com/sveltejs/vite-plugin-svelte/pull/1144))
24+
325
## 6.0.0-next.0
426
### Major Changes
527

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)