Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"afraid-eels-tease",
"afraid-flowers-train",
"afraid-oranges-doubt",
"angry-crabs-walk",
"angry-maps-divide",
"angry-pugs-play",
"angry-tigers-prove",
Expand Down Expand Up @@ -272,6 +273,7 @@
"fresh-years-do",
"friendly-carpets-sip",
"friendly-chefs-draw",
"friendly-eggs-cry",
"friendly-rivers-argue",
"funny-ads-move",
"funny-needles-talk",
Expand Down Expand Up @@ -792,6 +794,7 @@
"smart-nails-work",
"smart-papayas-look",
"smart-pears-accept",
"smart-peas-compare",
"smart-planets-beam",
"smooth-cars-build",
"smooth-comics-mate",
Expand Down Expand Up @@ -863,6 +866,7 @@
"stupid-schools-fail",
"sweet-parents-sell",
"swift-dingos-glow",
"swift-dots-cry",
"swift-horses-march",
"swift-jokes-compete",
"swift-peaches-enjoy",
Expand Down Expand Up @@ -1007,6 +1011,7 @@
"wet-beds-thank",
"wet-bees-exist",
"wet-dingos-perform",
"wet-hairs-wink",
"wet-lemons-cheat",
"wet-papayas-live",
"wet-worms-cross",
Expand Down
14 changes: 14 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @sveltejs/kit

## 1.0.0-next.361

### Patch Changes

- [breaking] require Node 16.9 ([#5395](https://github.com/sveltejs/kit/pull/5395))

* remove FLoC protection, now that we vanquished Google ([#5018](https://github.com/sveltejs/kit/pull/5018))

- Prevent `Connection` header from being incorrectly inherited by requests made from `load`'s `fetch` during SSR ([#5393](https://github.com/sveltejs/kit/pull/5393))

* Returns errors from page endpoints as JSON where appropriate ([#5314](https://github.com/sveltejs/kit/pull/5314))

- Allow body to be a binary ReadableStream ([#5407](https://github.com/sveltejs/kit/pull/5407))

## 1.0.0-next.360

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.0.0-next.360",
"version": "1.0.0-next.361",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
7 changes: 7 additions & 0 deletions packages/kit/test/apps/basics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# test-basics

## 0.0.2-next.0

### Patch Changes

- Returns errors from page endpoints as JSON where appropriate ([#5314](https://github.com/sveltejs/kit/pull/5314))
2 changes: 1 addition & 1 deletion packages/kit/test/apps/basics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-basics",
"private": true,
"version": "0.0.1",
"version": "0.0.2-next.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down