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
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"changesets": [
"afraid-eels-tease",
"afraid-oranges-doubt",
"angry-maps-divide",
"angry-pugs-play",
"angry-tigers-prove",
Expand Down Expand Up @@ -95,6 +96,7 @@
"chilled-rivers-talk",
"chilled-starfishes-jog",
"chilled-zebras-check",
"chilly-cars-battle",
"chilly-files-greet",
"chilly-flowers-design",
"chilly-moose-provide",
Expand All @@ -111,6 +113,7 @@
"clever-readers-turn",
"clever-shrimps-whisper",
"clever-tools-enjoy",
"cold-boats-wave",
"cold-buttons-sell",
"cold-cars-tan",
"cold-llamas-brake",
Expand Down Expand Up @@ -161,6 +164,7 @@
"early-wasps-obey",
"eight-birds-run",
"eight-chicken-sin",
"eight-files-think",
"eight-glasses-sparkle",
"eight-hats-worry",
"eight-keys-give",
Expand Down Expand Up @@ -585,6 +589,7 @@
"rude-olives-wink",
"rude-rockets-rescue",
"rude-starfishes-press",
"rude-tips-rule",
"rude-tomatoes-thank",
"selfish-avocados-develop",
"selfish-dancers-happen",
Expand All @@ -596,6 +601,7 @@
"serious-books-push",
"serious-dolphins-approve",
"serious-ducks-exercise",
"serious-elephants-dress",
"serious-fireants-drum",
"serious-horses-rule",
"serious-panthers-sing",
Expand Down Expand Up @@ -653,6 +659,7 @@
"six-rules-collect",
"sixty-pianos-fix",
"sixty-rice-cough",
"sixty-seas-report",
"sixty-terms-decide",
"slimy-cougars-double",
"slimy-pigs-trade",
Expand Down Expand Up @@ -794,6 +801,7 @@
"tiny-files-smile",
"tiny-gorillas-whisper",
"tiny-horses-rush",
"tiny-hounds-glow",
"tiny-humans-yawn",
"tiny-kids-sort",
"tiny-moles-joke",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-cloudflare-workers

## 1.0.0-next.38

### Patch Changes

- - Fix an issue related to prerendered pages incorrectly resolving in @sveltejs/adapter-cloudflare-workers ([#4626](https://github.com/sveltejs/kit/pull/4626))

## 1.0.0-next.37

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

## 2.0.0-next.130

### Patch Changes

- Ignore .turbo directory when building templates ([#4638](https://github.com/sveltejs/kit/pull/4638))

* Disable type checking by default for non-typescript projects. ([#4621](https://github.com/sveltejs/kit/pull/4621))

- [breaking] move non-essential TypeScript compilerOptions into user-editable config ([#4633](https://github.com/sveltejs/kit/pull/4633))

## 2.0.0-next.129

### 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.129",
"version": "2.0.0-next.130",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
12 changes: 12 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltejs/kit

## 1.0.0-next.315

### Patch Changes

- Apply set-cookie headers from page dependencies ([#4588](https://github.com/sveltejs/kit/pull/4588))

* Include disallowed method name in 405 response, include Allow header ([#4614](https://github.com/sveltejs/kit/pull/4614))

- apply updated `props.page` when update or goto page ([#4392](https://github.com/sveltejs/kit/pull/4392))

* rename `data-svelte` attribute to `data-sveltekit` ([#4641](https://github.com/sveltejs/kit/pull/4641))

## 1.0.0-next.314

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