Skip to content

Commit 1a2459f

Browse files
Version Packages (next) (#6941)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c60c9ff commit 1a2459f

File tree

9 files changed

+46
-4
lines changed

9 files changed

+46
-4
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@
222222
"dry-baboons-turn",
223223
"dry-cars-dance",
224224
"dry-jokes-explain",
225+
"dry-snails-remain",
225226
"dry-yaks-clean",
226227
"dull-cheetahs-clean",
227228
"dull-cows-sneeze",
@@ -321,11 +322,13 @@
321322
"five-poems-pretend",
322323
"five-seas-end",
323324
"five-shirts-allow",
325+
"five-tools-arrive",
324326
"five-turtles-rhyme",
325327
"flat-cameras-build",
326328
"flat-ducks-impress",
327329
"flat-eels-hear",
328330
"flat-insects-worry",
331+
"flat-owls-care",
329332
"flat-parrots-juggle",
330333
"flat-pears-compare",
331334
"flat-pillows-think",
@@ -967,6 +970,7 @@
967970
"short-emus-juggle",
968971
"short-guests-sort",
969972
"short-lamps-sing",
973+
"short-spies-relax",
970974
"shy-bats-move",
971975
"shy-jeans-fly",
972976
"shy-mails-share",
@@ -975,6 +979,7 @@
975979
"silent-crews-change",
976980
"silent-cycles-reply",
977981
"silent-jeans-vanish",
982+
"silent-wasps-sniff",
978983
"silly-ants-battle",
979984
"silly-grapes-cover",
980985
"silly-jokes-hug",
@@ -1096,6 +1101,7 @@
10961101
"strange-kiwis-tell",
10971102
"strange-poems-design",
10981103
"strong-apples-walk",
1104+
"strong-baboons-travel",
10991105
"strong-carrots-work",
11001106
"strong-cats-wonder",
11011107
"strong-cooks-run",

packages/adapter-auto/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sveltejs/adapter-auto
22

3+
## 1.0.0-next.78
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`737160d8`](https://github.com/sveltejs/kit/commit/737160d88cd96323eeac317ed08b4f0d6d83c482)]:
8+
- @sveltejs/adapter-vercel@1.0.0-next.77
9+
- @sveltejs/adapter-netlify@1.0.0-next.78
10+
311
## 1.0.0-next.77
412

513
### Patch Changes

packages/adapter-auto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/adapter-auto",
3-
"version": "1.0.0-next.77",
3+
"version": "1.0.0-next.78",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

packages/adapter-node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sveltejs/adapter-node
22

3+
## 1.0.0-next.95
4+
5+
### Patch Changes
6+
7+
- Redact error message if `getRequest` fails ([#6936](https://github.com/sveltejs/kit/pull/6936))
8+
39
## 1.0.0-next.94
410

511
### Patch Changes

packages/adapter-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/adapter-node",
3-
"version": "1.0.0-next.94",
3+
"version": "1.0.0-next.95",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

packages/adapter-vercel/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sveltejs/adapter-vercel
22

3+
## 1.0.0-next.77
4+
5+
### Patch Changes
6+
7+
- Redact error message if `getRequest` fails ([#6936](https://github.com/sveltejs/kit/pull/6936))
8+
39
## 1.0.0-next.76
410

511
### Patch Changes

packages/adapter-vercel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/adapter-vercel",
3-
"version": "1.0.0-next.76",
3+
"version": "1.0.0-next.77",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

packages/kit/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.492
4+
5+
### Patch Changes
6+
7+
- [fix] add missing depends function to ServerLoadEvent type ([#6935](https://github.com/sveltejs/kit/pull/6935))
8+
9+
* Redact error message if `getRequest` fails ([#6936](https://github.com/sveltejs/kit/pull/6936))
10+
11+
- Add cookies.serialize method ([#6925](https://github.com/sveltejs/kit/pull/6925))
12+
13+
* Always apply cookies, not just for matched routes ([#6925](https://github.com/sveltejs/kit/pull/6925))
14+
15+
- [fix] tighten up navigation and invalidation logic ([#6924](https://github.com/sveltejs/kit/pull/6924))
16+
17+
* Respond with 413 if request body is too large ([#6936](https://github.com/sveltejs/kit/pull/6936))
18+
319
## 1.0.0-next.491
420

521
### Patch Changes

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.491",
3+
"version": "1.0.0-next.492",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)