Skip to content

Commit a0f0456

Browse files
Version Packages (next)
1 parent 3b6147e commit a0f0456

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"afraid-eels-tease",
4646
"afraid-flowers-train",
4747
"afraid-games-jog",
48+
"afraid-kings-mix",
4849
"afraid-llamas-matter",
4950
"afraid-oranges-doubt",
5051
"angry-crabs-walk",
@@ -796,6 +797,7 @@
796797
"popular-masks-cheat",
797798
"popular-pets-obey",
798799
"popular-plants-begin",
800+
"popular-plums-beam",
799801
"popular-schools-guess",
800802
"pretty-actors-chew",
801803
"pretty-beans-wash",
@@ -979,6 +981,7 @@
979981
"six-countries-battle",
980982
"six-garlics-film",
981983
"six-geese-study",
984+
"six-pants-melt",
982985
"six-rules-collect",
983986
"sixty-bees-explain",
984987
"sixty-pianos-fix",

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.484
4+
5+
### Patch Changes
6+
7+
- [fix] forward cookies from fetch on redirect response ([#6833](https://github.com/sveltejs/kit/pull/6833))
8+
9+
* adding missing `@types/cookie` dependency ([#6818](https://github.com/sveltejs/kit/pull/6818))
10+
11+
- fix `write_types` on windows ([#6843](https://github.com/sveltejs/kit/pull/6843))
12+
313
## 1.0.0-next.483
414

515
### 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.483",
3+
"version": "1.0.0-next.484",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)