Skip to content

Commit c219726

Browse files
Version Packages (next) (#241)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e050541 commit c219726

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,19 @@
9292
"olive-flowers-glow",
9393
"plenty-pumpkins-buy",
9494
"plenty-wasps-explode",
95+
"popular-tigers-camp",
9596
"popular-yaks-fetch",
9697
"proud-dragons-shout",
9798
"purple-spiders-sparkle",
99+
"rare-crews-give",
98100
"red-experts-work",
99101
"selfish-experts-rest",
100102
"serious-jeans-hug",
101103
"seven-cows-leave",
102104
"sharp-laws-leave",
103105
"six-ears-grow",
104106
"smooth-rings-run",
107+
"soft-masks-fold",
105108
"strange-brooms-crash",
106109
"stupid-crews-worry",
107110
"tame-weeks-glow",

packages/vite-plugin-svelte/CHANGELOG.md

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

3+
## 1.0.0-next.34
4+
5+
### Minor Changes
6+
7+
- Automatically re-prebundle when Svelte config changed for `experimental.prebundleSvelteLibraries` ([#245](https://github.com/sveltejs/vite-plugin-svelte/pull/245))
8+
9+
### Patch Changes
10+
11+
- use the resolved vite root to support backend integrations ([#247](https://github.com/sveltejs/vite-plugin-svelte/pull/247))
12+
13+
* fix `experimental.useVitePreprocess` option for Vite 2.8 ([#240](https://github.com/sveltejs/vite-plugin-svelte/pull/240))
14+
315
## 1.0.0-next.33
416

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

0 commit comments

Comments
 (0)