Skip to content

Commit a709de7

Browse files
Version Packages (next)
1 parent e5d4749 commit a709de7

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

.changeset/pre.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,21 @@
1414
"@sveltejs/vite-plugin-svelte": "1.0.0-next.4",
1515
"playground-autoprefixer-browserslist": "1.0.0",
1616
"playground-kit-node": "0.0.0",
17-
"playground-ts-type-import": "0.0.0"
17+
"playground-ts-type-import": "0.0.0",
18+
"playground-configfile-custom": "1.0.0",
19+
"playground-configfile-esm": "1.0.0",
20+
"playground-svelte-preprocess": "0.0.0"
1821
},
1922
"changesets": [
23+
"blue-schools-bake",
2024
"dry-cameras-press",
2125
"eight-taxis-wash",
2226
"flat-books-kick",
2327
"fresh-penguins-heal",
2428
"lemon-toes-relax",
2529
"light-bottles-warn",
26-
"long-foxes-agree"
30+
"little-plums-grab",
31+
"long-foxes-agree",
32+
"nasty-baboons-joke"
2733
]
2834
}

packages/vite-plugin-svelte/CHANGELOG.md

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

3+
## 1.0.0-next.8
4+
5+
### Minor Changes
6+
7+
- [#35](https://github.com/sveltejs/vite-plugin-svelte/pull/35) [`4018ce6`](https://github.com/sveltejs/vite-plugin-svelte/commit/4018ce621b4df75877e0e18057c332f27158d42b) Thanks [@dominikg](https://github.com/dominikg)! - Feature: Support esm in svelte.config.js and svelte.config.mjs
8+
9+
* [#35](https://github.com/sveltejs/vite-plugin-svelte/pull/35) [`4018ce6`](https://github.com/sveltejs/vite-plugin-svelte/commit/4018ce621b4df75877e0e18057c332f27158d42b) Thanks [@dominikg](https://github.com/dominikg)! - Feature: add configFile option
10+
11+
### Patch Changes
12+
13+
- [#34](https://github.com/sveltejs/vite-plugin-svelte/pull/34) [`e5d4749`](https://github.com/sveltejs/vite-plugin-svelte/commit/e5d4749c0850260a295daab9cb15866fe58ee709) Thanks [@dominikg](https://github.com/dominikg)! - fix: watch preprocessor dependencies and trigger hmr on change
14+
315
## 1.0.0-next.7
416

517
### Minor 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.7",
3+
"version": "1.0.0-next.8",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)