Skip to content

Commit 50b76f8

Browse files
Version Packages (next) (#37)
* Version Packages (next) * chore: remove 'thanks' notes from changelog Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dominikg <[email protected]>
1 parent e5d4749 commit 50b76f8

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
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) 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) 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) fix: watch preprocessor dependencies and trigger hmr on change
14+
315
## 1.0.0-next.7
416

517
### Minor Changes
618

7-
- [#32](https://github.com/sveltejs/vite-plugin-svelte/pull/32) [`113bb7d`](https://github.com/sveltejs/vite-plugin-svelte/commit/113bb7dc330a7517085d12d1d0758a376a12253f) Thanks [@dominikg](https://github.com/dominikg)! - Reduced cache usage, share css cache between SSR and client
19+
- [#32](https://github.com/sveltejs/vite-plugin-svelte/pull/32) [`113bb7d`](https://github.com/sveltejs/vite-plugin-svelte/commit/113bb7dc330a7517085d12d1d0758a376a12253f) Reduced cache usage, share css cache between SSR and client
820

921
## 1.0.0-next.6
1022

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)