Skip to content

Commit 56f2422

Browse files
Version Packages (next) (#364)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 55314e5 commit 56f2422

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"eleven-windows-roll",
7272
"famous-lemons-draw",
7373
"famous-pets-tell",
74+
"five-dogs-care",
7475
"five-houses-serve",
7576
"flat-books-kick",
7677
"flat-mayflies-smell",
@@ -128,6 +129,7 @@
128129
"soft-masks-fold",
129130
"strange-brooms-crash",
130131
"stupid-crews-worry",
132+
"stupid-melons-try",
131133
"sweet-birds-repair",
132134
"tame-weeks-glow",
133135
"thin-swans-talk",

packages/vite-plugin-svelte/CHANGELOG.md

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

3+
## 1.0.0-next.48
4+
5+
### Minor Changes
6+
7+
- Automate setting of compilerOptions.hydratable from kit.browser.hydrate option ([#368](https://github.com/sveltejs/vite-plugin-svelte/pull/368))
8+
9+
### Patch Changes
10+
11+
- Do not try to resolve svelte field in \_\_vite-browser-external, see (#362)" ([#363](https://github.com/sveltejs/vite-plugin-svelte/pull/363))
12+
313
## 1.0.0-next.47
414

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

0 commit comments

Comments
 (0)