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 @@ -207,6 +207,7 @@
"fast-coats-attack",
"fast-crabs-applaud",
"fast-goats-argue",
"fast-islands-lick",
"fast-pans-enjoy",
"fast-poems-notice",
"few-apes-listen",
Expand Down Expand Up @@ -429,6 +430,7 @@
"loud-shrimps-drive",
"lovely-apricots-fail",
"lovely-baboons-suffer",
"lovely-flies-care",
"lovely-hairs-applaud",
"lovely-mice-search",
"lucky-bottles-kick",
Expand Down Expand Up @@ -577,6 +579,7 @@
"popular-kids-run",
"popular-masks-cheat",
"popular-schools-guess",
"pretty-actors-chew",
"pretty-beans-wash",
"pretty-bottles-listen",
"pretty-carpets-scream",
Expand Down Expand Up @@ -988,9 +991,11 @@
"young-beds-bathe",
"young-cougars-poke",
"young-ears-rhyme",
"young-flies-camp",
"young-hairs-cough",
"young-horses-kick",
"young-penguins-camp",
"young-scissors-collect",
"young-students-chew",
"young-swans-burn",
"young-ways-fail"
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-auto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sveltejs/adapter-auto

## 1.0.0-next.46

### Patch Changes

- Updated dependencies [[`e3c9073a`](https://github.com/sveltejs/kit/commit/e3c9073a8b43f1dd4aa871639b61cb974a1f110e)]:
- @sveltejs/[email protected]
- @sveltejs/[email protected]

## 1.0.0-next.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-auto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-auto",
"version": "1.0.0-next.45",
"version": "1.0.0-next.46",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-netlify

## 1.0.0-next.60

### Patch Changes

- Encode binary responses as base64 ([#5048](https://github.com/sveltejs/kit/pull/5048))

## 1.0.0-next.59

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-netlify",
"version": "1.0.0-next.59",
"version": "1.0.0-next.60",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-svelte

## 2.0.0-next.140

### Patch Changes

- Use crypto.randomUUID() instead of @lukeed/uuid ([#5042](https://github.com/sveltejs/kit/pull/5042))

## 2.0.0-next.139

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-svelte",
"version": "2.0.0-next.139",
"version": "2.0.0-next.140",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
10 changes: 10 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sveltejs/kit

## 1.0.0-next.342

### Patch Changes

- ensure static assets are only served if correct case is used ([#5047](https://github.com/sveltejs/kit/pull/5047))

* [breaking] stop suppressing `/favicon.ico` requests, handle them as a valid route ([#5046](https://github.com/sveltejs/kit/pull/5046))

- don't warn about window.fetch during hydration ([#5041](https://github.com/sveltejs/kit/pull/5041))

## 1.0.0-next.341

### 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.341",
"version": "1.0.0-next.342",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down