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 @@ -59,6 +59,7 @@
"brave-weeks-allow",
"breezy-ears-fetch",
"breezy-games-count",
"breezy-mayflies-yawn",
"breezy-olives-battle",
"breezy-onions-remember",
"breezy-sheep-dress",
Expand Down Expand Up @@ -195,6 +196,7 @@
"few-singers-pump",
"few-suits-drive",
"few-suits-flash",
"few-walls-obey",
"fifty-cougars-agree",
"fifty-foxes-tan",
"fifty-taxis-tease",
Expand Down Expand Up @@ -244,6 +246,7 @@
"fuzzy-jeans-join",
"fuzzy-jobs-retire",
"fuzzy-kids-turn",
"fuzzy-news-raise",
"gentle-apes-tease",
"gentle-dogs-heal",
"gentle-rules-camp",
Expand Down Expand Up @@ -429,6 +432,7 @@
"moody-dingos-happen",
"moody-laws-draw",
"moody-queens-sell",
"moody-rabbits-complain",
"moody-scissors-love",
"moody-sheep-wash",
"moody-students-report",
Expand Down Expand Up @@ -891,6 +895,7 @@
"young-cougars-poke",
"young-ears-rhyme",
"young-hairs-cough",
"young-horses-kick",
"young-students-chew",
"young-swans-burn",
"young-ways-fail"
Expand Down
14 changes: 14 additions & 0 deletions packages/adapter-cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @sveltejs/adapter-cloudflare-workers

## 1.0.0-next.37

### Patch Changes

- [Breaking] refactor implementation from "Service Worker" pattern to "Module Worker" used in adapter-cloudflare ([#4276](https://github.com/sveltejs/kit/pull/4276))

#### add the following to your wrangler.toml

```toml
[build.upload]
format = "modules"
main = "./worker.mjs"
```

## 1.0.0-next.36

### 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.36",
"version": "1.0.0-next.37",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-svelte

## 2.0.0-next.129

### Patch Changes

- type check exception handling on form action ([#4532](https://github.com/sveltejs/kit/pull/4532))

* Update broken documentation links for `App` namespaces ([#4627](https://github.com/sveltejs/kit/pull/4627))

## 2.0.0-next.128

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

## 1.0.0-next.314

### Patch Changes

- Custom `load` `dependencies` in `LoadOutput` ([#4536](https://github.com/sveltejs/kit/pull/4536))

* Made LoadInput and LoadOutput types public, merged ErrorLoad and Load declarations ([#4515](https://github.com/sveltejs/kit/pull/4515))

## 1.0.0-next.313

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