Skip to content

Commit 2398ba2

Browse files
Version Packages (next)
1 parent db84946 commit 2398ba2

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"e2e-test-dep-svelte-api-only": "1.0.0",
3333
"e2e-tests-preprocess-with-vite": "0.0.0",
3434
"e2e-tests-vite-ssr-esm": "0.0.0",
35-
"playground-big-component-library": "0.0.0"
35+
"playground-big-component-library": "0.0.0",
36+
"e2e-test-dep-scss-only": "1.0.0",
37+
"e2e-tests-env": "1.0.0"
3638
},
3739
"changesets": [
3840
"angry-emus-study",
@@ -61,6 +63,7 @@
6163
"flat-books-kick",
6264
"flat-mayflies-smell",
6365
"forty-lobsters-double",
66+
"forty-olives-look",
6467
"forty-parents-jam",
6568
"four-chairs-rhyme",
6669
"fresh-penguins-heal",
@@ -72,6 +75,8 @@
7275
"gorgeous-monkeys-brake",
7376
"happy-mails-kneel",
7477
"happy-toys-boil",
78+
"khaki-kids-vanish",
79+
"kind-ducks-swim",
7580
"large-ears-press",
7681
"large-frogs-lick",
7782
"lemon-toes-relax",
@@ -84,6 +89,7 @@
8489
"nasty-poems-fold",
8590
"nasty-seahorses-dance",
8691
"nasty-worms-admire",
92+
"olive-flowers-glow",
8793
"plenty-pumpkins-buy",
8894
"plenty-wasps-explode",
8995
"popular-yaks-fetch",

packages/vite-plugin-svelte/CHANGELOG.md

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

3+
## 1.0.0-next.33
4+
5+
### Minor Changes
6+
7+
- auto-restart SvelteKit when Svelte config changed ([#237](https://github.com/sveltejs/vite-plugin-svelte/pull/237))
8+
9+
* handle preprocess for prebundleSvelteLibraries ([#229](https://github.com/sveltejs/vite-plugin-svelte/pull/229))
10+
11+
### Patch Changes
12+
13+
- Skip prebundle non-js nested dependencies ([#234](https://github.com/sveltejs/vite-plugin-svelte/pull/234))
14+
15+
* handle production builds for non "production" mode ([#229](https://github.com/sveltejs/vite-plugin-svelte/pull/229))
16+
317
## 1.0.0-next.32
418

519
### Major 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.32",
3+
"version": "1.0.0-next.33",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)