Skip to content

Commit 31e8818

Browse files
Version Packages (next) (#7102)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 87a5e5e commit 31e8818

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@
525525
"itchy-days-matter",
526526
"itchy-days-wonder",
527527
"itchy-donuts-unite",
528+
"itchy-jobs-report",
528529
"itchy-lobsters-tie",
529530
"khaki-bears-film",
530531
"khaki-brooms-notice",
@@ -1272,6 +1273,7 @@
12721273
"tricky-buses-punch",
12731274
"tricky-cheetahs-warn",
12741275
"tricky-ducks-kneel",
1276+
"tricky-experts-tan",
12751277
"tricky-maps-know",
12761278
"tricky-moose-sip",
12771279
"tricky-news-smash",

packages/kit/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.507
4+
5+
### Patch Changes
6+
7+
- Allow TypedArray request bodies in `fetch` in `load` ([#7065](https://github.com/sveltejs/kit/pull/7065))
8+
9+
* Use `FormData` polyfill from `undici` rather than `node-fetch` ([#7065](https://github.com/sveltejs/kit/pull/7065))
10+
311
## 1.0.0-next.506
412

513
### Patch Changes

packages/kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.506",
3+
"version": "1.0.0-next.507",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)