Skip to content

Commit fb3d202

Browse files
Version Packages (next) (#6946)
* Version Packages (next) * Update packages/kit/CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Rich Harris <[email protected]>
1 parent 778078b commit fb3d202

File tree

7 files changed

+29
-3
lines changed

7 files changed

+29
-3
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-gifts-act",
4849
"afraid-kings-mix",
4950
"afraid-llamas-matter",
5051
"afraid-oranges-doubt",
@@ -218,6 +219,7 @@
218219
"cyan-seals-trade",
219220
"cyan-years-live",
220221
"dirty-bikes-join",
222+
"dirty-candles-peel",
221223
"dirty-ligers-protect",
222224
"dry-baboons-turn",
223225
"dry-cars-dance",
@@ -1354,6 +1356,7 @@
13541356
"witty-maps-pull",
13551357
"witty-meals-tie",
13561358
"witty-news-dress",
1359+
"witty-shoes-know",
13571360
"yellow-apricots-stare",
13581361
"yellow-coins-wash",
13591362
"yellow-eagles-carry",

packages/adapter-auto/CHANGELOG.md

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

3+
## 1.0.0-next.79
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ae8225d4`](https://github.com/sveltejs/kit/commit/ae8225d4e547c8bc07d82e516dd49315eddb56c3)]:
8+
- @sveltejs/adapter-cloudflare@1.0.0-next.37
9+
- @sveltejs/adapter-netlify@1.0.0-next.78
10+
- @sveltejs/adapter-vercel@1.0.0-next.77
11+
312
## 1.0.0-next.78
413

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

packages/adapter-cloudflare/CHANGELOG.md

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

3+
## 1.0.0-next.37
4+
5+
### Patch Changes
6+
7+
- Support Cloudflare Pages `_routes.json` specification ([#6530](https://github.com/sveltejs/kit/pull/6530))
8+
39
## 1.0.0-next.36
410

511
### Patch Changes

packages/adapter-cloudflare/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-cloudflare",
3-
"version": "1.0.0-next.36",
3+
"version": "1.0.0-next.37",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.493
4+
5+
### Patch Changes
6+
7+
* [fix] allow missing routes folder ([#6944](https://github.com/sveltejs/kit/pull/6944))
8+
9+
- Only forward set-cookie headers for internal fetches ([#6923](https://github.com/sveltejs/kit/pull/6923))
10+
311
## 1.0.0-next.492
412

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

0 commit comments

Comments
 (0)