Skip to content

Commit 1f14a67

Browse files
Version Packages (next)
1 parent 2dc7774 commit 1f14a67

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
@@ -355,6 +355,7 @@
355355
"nice-ways-search",
356356
"nine-actors-whisper",
357357
"nine-beans-rhyme",
358+
"nine-dots-occur",
358359
"nine-rats-heal",
359360
"nine-starfishes-destroy",
360361
"nine-tomatoes-poke",
@@ -587,6 +588,7 @@
587588
"ten-plants-sleep",
588589
"tender-actors-tease",
589590
"tender-buckets-turn",
591+
"tender-buses-talk",
590592
"tender-pans-explode",
591593
"thick-meals-attend",
592594
"thick-peas-shop",

packages/kit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.244
4+
5+
### Patch Changes
6+
7+
- [fix] reading from same response body twice during prerender (#3473) ([#3521](https://github.com/sveltejs/kit/pull/3521))
8+
9+
* [chore] remove InternalHandle ([#3541](https://github.com/sveltejs/kit/pull/3541))
10+
311
## 1.0.0-next.243
412

513
### Patch Changes

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.243",
3+
"version": "1.0.0-next.244",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)