Skip to content

Commit 08c3e79

Browse files
Version Packages (next)
1 parent 9c4c20e commit 08c3e79

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
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-tests-env": "1.0.0"
3637
},
3738
"changesets": [
3839
"angry-emus-study",
@@ -72,6 +73,7 @@
7273
"gorgeous-monkeys-brake",
7374
"happy-mails-kneel",
7475
"happy-toys-boil",
76+
"khaki-kids-vanish",
7577
"large-ears-press",
7678
"large-frogs-lick",
7779
"lemon-toes-relax",
@@ -84,6 +86,7 @@
8486
"nasty-poems-fold",
8587
"nasty-seahorses-dance",
8688
"nasty-worms-admire",
89+
"olive-flowers-glow",
8790
"plenty-pumpkins-buy",
8891
"plenty-wasps-explode",
8992
"popular-yaks-fetch",

packages/vite-plugin-svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
- handle production builds for non "production" mode ([#229](https://github.com/sveltejs/vite-plugin-svelte/pull/229))
12+
313
## 1.0.0-next.32
414

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