Skip to content

Commit cb7c5a8

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

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"green-buttons-wait",
9090
"happy-mails-kneel",
9191
"happy-toys-boil",
92+
"hot-crabs-reply",
9293
"khaki-kids-vanish",
9394
"kind-ducks-swim",
9495
"large-ears-press",
@@ -129,10 +130,12 @@
129130
"sweet-birds-repair",
130131
"tame-weeks-glow",
131132
"thin-swans-talk",
133+
"three-icons-behave",
132134
"tricky-clouds-grab",
133135
"two-queens-roll",
134136
"wicked-hairs-share",
135137
"wise-impalas-glow",
138+
"witty-eggs-allow",
136139
"yellow-panthers-beg",
137140
"young-chicken-agree",
138141
"young-rice-bathe"

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.45
4+
5+
### Patch Changes
6+
7+
- Handle inspector autocomplete keydown event ([#338](https://github.com/sveltejs/vite-plugin-svelte/pull/338))
8+
9+
* Remove user-specified values for essential compilerOptions generate, format, cssHash and filename and log a warning ([#346](https://github.com/sveltejs/vite-plugin-svelte/pull/346))
10+
11+
- fix inspector not initializing correctly for sveltekit on windows (see [#342](https://github.com/sveltejs/vite-plugin-svelte/issues/342)) ([#344](https://github.com/sveltejs/vite-plugin-svelte/pull/344))
12+
313
## 1.0.0-next.44
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.44",
3+
"version": "1.0.0-next.45",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)