Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (next) #6941

Merged
merged 1 commit into from
Sep 21, 2022
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
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/[email protected]
- @sveltejs/[email protected]

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