Skip to content

Commit 523b572

Browse files
Version Packages (next)
1 parent a49b489 commit 523b572

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.changeset/pre.json

Lines changed: 6 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",
@@ -72,6 +74,8 @@
7274
"gorgeous-monkeys-brake",
7375
"happy-mails-kneel",
7476
"happy-toys-boil",
77+
"khaki-kids-vanish",
78+
"kind-ducks-swim",
7579
"large-ears-press",
7680
"large-frogs-lick",
7781
"lemon-toes-relax",
@@ -84,6 +88,7 @@
8488
"nasty-poems-fold",
8589
"nasty-seahorses-dance",
8690
"nasty-worms-admire",
91+
"olive-flowers-glow",
8792
"plenty-pumpkins-buy",
8893
"plenty-wasps-explode",
8994
"popular-yaks-fetch",

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.33
4+
5+
### Minor Changes
6+
7+
- handle preprocess for prebundleSvelteLibraries ([#229](https://github.com/sveltejs/vite-plugin-svelte/pull/229))
8+
9+
### Patch Changes
10+
11+
- Skip prebundle non-js nested dependencies ([#234](https://github.com/sveltejs/vite-plugin-svelte/pull/234))
12+
13+
* handle production builds for non "production" mode ([#229](https://github.com/sveltejs/vite-plugin-svelte/pull/229))
14+
315
## 1.0.0-next.32
416

517
### 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)