Skip to content

Commit 3a38b77

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

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
@@ -48,6 +48,7 @@
4848
"calm-dancers-accept",
4949
"calm-pens-drum",
5050
"chatty-lemons-yell",
51+
"clean-rice-fly",
5152
"clever-trains-drum",
5253
"cuddly-maps-dance",
5354
"curly-pianos-brush",
@@ -94,6 +95,7 @@
9495
"seven-cows-leave",
9596
"sharp-laws-leave",
9697
"six-ears-grow",
98+
"smooth-rings-run",
9799
"strange-brooms-crash",
98100
"stupid-crews-worry",
99101
"tame-weeks-glow",

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.32
4+
5+
### Major Changes
6+
7+
- update vite peerDependency to ^2.7.0 and refactor server restart on change of svelte.config.js ([#223](https://github.com/sveltejs/vite-plugin-svelte/pull/223))
8+
9+
### Patch Changes
10+
11+
- Ignore import protocols like `node:` when resolving the `svelte` field in package.json ([#225](https://github.com/sveltejs/vite-plugin-svelte/pull/225))
12+
313
## 1.0.0-next.31
414

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

0 commit comments

Comments
 (0)