Skip to content

Commit

Permalink
Version Packages (next) (#4632)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 15, 2022
1 parent 2ddece8 commit 68eb61c
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 3 deletions.
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

0 comments on commit 68eb61c

Please sign in to comment.