Skip to content

Commit b6e1aee

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

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"calm-dancers-accept",
5151
"calm-pens-drum",
5252
"chatty-lemons-yell",
53+
"chatty-trees-sell",
5354
"clean-rice-fly",
5455
"clever-trains-drum",
5556
"cuddly-maps-dance",

packages/vite-plugin-svelte/CHANGELOG.md

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

3+
## 1.0.0-next.37
4+
5+
### Patch Changes
6+
7+
- don't try to resolve node internal modules via package.json svelte field ([#266](https://github.com/sveltejs/vite-plugin-svelte/pull/266))
8+
39
## 1.0.0-next.36
410

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

0 commit comments

Comments
 (0)