Skip to content

Commit 61ae87b

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

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.changeset/pre.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"gold-drinks-peel",
8484
"good-plums-rest",
8585
"gorgeous-monkeys-brake",
86+
"green-buttons-wait",
8687
"happy-mails-kneel",
8788
"happy-toys-boil",
8889
"khaki-kids-vanish",
@@ -113,20 +114,24 @@
113114
"serious-jeans-hug",
114115
"seven-cows-leave",
115116
"sharp-laws-leave",
117+
"silver-readers-wait",
116118
"six-ears-grow",
117119
"slow-buses-tap",
120+
"slow-dolphins-turn",
118121
"smooth-bananas-yawn",
119122
"smooth-rings-run",
120123
"soft-masks-fold",
121124
"strange-brooms-crash",
122125
"stupid-crews-worry",
126+
"sweet-birds-repair",
123127
"tame-weeks-glow",
124128
"thin-swans-talk",
125129
"tricky-clouds-grab",
126130
"two-queens-roll",
127131
"wicked-hairs-share",
128132
"wise-impalas-glow",
129133
"yellow-panthers-beg",
130-
"young-chicken-agree"
134+
"young-chicken-agree",
135+
"young-rice-bathe"
131136
]
132137
}

packages/vite-plugin-svelte/CHANGELOG.md

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

3+
## 1.0.0-next.43
4+
5+
### Minor Changes
6+
7+
- Add experimental Svelte Inspector to quickly jump to code from your browser. ([#322](https://github.com/sveltejs/vite-plugin-svelte/pull/322))
8+
9+
### Patch Changes
10+
11+
- use deepmerge utility to merge inline config and svelte.config.js ([#322](https://github.com/sveltejs/vite-plugin-svelte/pull/322))
12+
13+
* do not warn if kit options are passed as inline config ([#319](https://github.com/sveltejs/vite-plugin-svelte/pull/319))
14+
15+
- Support import typescript files with .js extension ([#324](https://github.com/sveltejs/vite-plugin-svelte/pull/324))
16+
17+
* do not restart vite devserver on changes of svelte config when `configFile: false` is set ([#319](https://github.com/sveltejs/vite-plugin-svelte/pull/319))
18+
319
## 1.0.0-next.42
420

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

0 commit comments

Comments
 (0)