Skip to content

Commit ccc0fea

Browse files
Version Packages (next)
1 parent 61b5988 commit ccc0fea

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
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",
@@ -133,6 +134,7 @@
133134
"two-queens-roll",
134135
"wicked-hairs-share",
135136
"wise-impalas-glow",
137+
"witty-eggs-allow",
136138
"yellow-panthers-beg",
137139
"young-chicken-agree",
138140
"young-rice-bathe"

packages/vite-plugin-svelte/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
* 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))
10+
311
## 1.0.0-next.44
412

513
### Patch Changes

packages/vite-plugin-svelte/package.json

Lines changed: 1 addition & 1 deletion
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)