Skip to content

Commit b7bb289

Browse files
Version Packages (next)
1 parent 0d093f2 commit b7bb289

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"popular-islands-remain",
5757
"popular-months-vanish",
5858
"rare-turkeys-mate",
59+
"shiny-rocks-grow",
5960
"slow-eagles-unite",
6061
"strong-cherries-know",
6162
"thin-rats-sniff",

packages/vite-plugin-svelte/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sveltejs/vite-plugin-svelte
22

3+
## 4.0.0-next.4
4+
### Patch Changes
5+
6+
7+
- fix(vitePreprocess): default to build config so that svelte-check does not trigger dev-only plugins ([#931](https://github.com/sveltejs/vite-plugin-svelte/pull/931))
8+
39
## 4.0.0-next.3
410
### Patch Changes
511

packages/vite-plugin-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/vite-plugin-svelte",
3-
"version": "4.0.0-next.3",
3+
"version": "4.0.0-next.4",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)