Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 15, 2022
1 parent bc905f2 commit 61845fc
Show file tree
Hide file tree
Showing 7 changed files with 30 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 @@ -95,6 +95,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 +112,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 +163,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 +588,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 +600,7 @@
"serious-books-push",
"serious-dolphins-approve",
"serious-ducks-exercise",
"serious-elephants-dress",
"serious-fireants-drum",
"serious-horses-rule",
"serious-panthers-sing",
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
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.130

### Patch Changes

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

## 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
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.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))

## 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

0 comments on commit 61845fc

Please sign in to comment.