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 Sep 21, 2022
1 parent c60c9ff commit 6799016
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
"dry-baboons-turn",
"dry-cars-dance",
"dry-jokes-explain",
"dry-snails-remain",
"dry-yaks-clean",
"dull-cheetahs-clean",
"dull-cows-sneeze",
Expand Down Expand Up @@ -321,11 +322,13 @@
"five-poems-pretend",
"five-seas-end",
"five-shirts-allow",
"five-tools-arrive",
"five-turtles-rhyme",
"flat-cameras-build",
"flat-ducks-impress",
"flat-eels-hear",
"flat-insects-worry",
"flat-owls-care",
"flat-parrots-juggle",
"flat-pears-compare",
"flat-pillows-think",
Expand Down Expand Up @@ -967,6 +970,7 @@
"short-emus-juggle",
"short-guests-sort",
"short-lamps-sing",
"short-spies-relax",
"shy-bats-move",
"shy-jeans-fly",
"shy-mails-share",
Expand All @@ -975,6 +979,7 @@
"silent-crews-change",
"silent-cycles-reply",
"silent-jeans-vanish",
"silent-wasps-sniff",
"silly-ants-battle",
"silly-grapes-cover",
"silly-jokes-hug",
Expand Down Expand Up @@ -1096,6 +1101,7 @@
"strange-kiwis-tell",
"strange-poems-design",
"strong-apples-walk",
"strong-baboons-travel",
"strong-carrots-work",
"strong-cats-wonder",
"strong-cooks-run",
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.78

### Patch Changes

- Updated dependencies [[`737160d8`](https://github.com/sveltejs/kit/commit/737160d88cd96323eeac317ed08b4f0d6d83c482)]:
- @sveltejs/adapter-vercel@1.0.0-next.77
- @sveltejs/adapter-netlify@1.0.0-next.78

## 1.0.0-next.77

### 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.77",
"version": "1.0.0-next.78",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-node

## 1.0.0-next.95

### Patch Changes

- Redact error message if `getRequest` fails ([#6936](https://github.com/sveltejs/kit/pull/6936))

## 1.0.0-next.94

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

## 1.0.0-next.77

### Patch Changes

- Redact error message if `getRequest` fails ([#6936](https://github.com/sveltejs/kit/pull/6936))

## 1.0.0-next.76

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

## 1.0.0-next.492

### Patch Changes

- [fix] add missing depends function to ServerLoadEvent type ([#6935](https://github.com/sveltejs/kit/pull/6935))

* Redact error message if `getRequest` fails ([#6936](https://github.com/sveltejs/kit/pull/6936))

- Add cookies.serialize method ([#6925](https://github.com/sveltejs/kit/pull/6925))

* Always apply cookies, not just for matched routes ([#6925](https://github.com/sveltejs/kit/pull/6925))

- [fix] tighten up navigation and invalidation logic ([#6924](https://github.com/sveltejs/kit/pull/6924))

* Respond with 413 if request body is too large ([#6936](https://github.com/sveltejs/kit/pull/6936))

## 1.0.0-next.491

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

0 comments on commit 6799016

Please sign in to comment.