Skip to content

Commit 000d4e4

Browse files
Version Packages (next) (#199)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 031bbda commit 000d4e4

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.changeset/pre.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"e2e-test-dep-svelte-simple": "1.0.0",
3131
"e2e-test-dep-svelte-hybrid": "1.0.0",
3232
"e2e-test-dep-svelte-api-only": "1.0.0",
33-
"e2e-tests-preprocess-with-vite": "0.0.0"
33+
"e2e-tests-preprocess-with-vite": "0.0.0",
34+
"e2e-tests-vite-ssr-esm": "0.0.0",
35+
"playground-big-component-library": "0.0.0"
3436
},
3537
"changesets": [
3638
"angry-emus-study",
@@ -73,12 +75,14 @@
7375
"light-bottles-warn",
7476
"little-plums-grab",
7577
"long-foxes-agree",
78+
"loud-pets-cheat",
7679
"modern-horses-reply",
7780
"nasty-baboons-joke",
7881
"nasty-poems-fold",
7982
"nasty-seahorses-dance",
8083
"nasty-worms-admire",
8184
"plenty-pumpkins-buy",
85+
"plenty-wasps-explode",
8286
"popular-yaks-fetch",
8387
"proud-dragons-shout",
8488
"purple-spiders-sparkle",
@@ -89,6 +93,7 @@
8993
"sharp-laws-leave",
9094
"six-ears-grow",
9195
"strange-brooms-crash",
96+
"stupid-crews-worry",
9297
"tame-weeks-glow",
9398
"tricky-clouds-grab",
9499
"two-queens-roll",

packages/vite-plugin-svelte/CHANGELOG.md

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

3+
## 1.0.0-next.29
4+
5+
### Major Changes
6+
7+
- drop support for node12 ([#198](https://github.com/sveltejs/vite-plugin-svelte/pull/198))
8+
9+
### Minor Changes
10+
11+
- Add `experimental.prebundleSvelteLibraries` option ([#200](https://github.com/sveltejs/vite-plugin-svelte/pull/200))
12+
13+
### Patch Changes
14+
15+
- Disable CSS sourcemap in SSR ([#201](https://github.com/sveltejs/vite-plugin-svelte/pull/201))
16+
317
## 1.0.0-next.28
418

519
### Patch Changes

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": "1.0.0-next.28",
3+
"version": "1.0.0-next.29",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)