Skip to content

Commit c5d3c15

Browse files
Version Packages (next)
1 parent ef8915f commit c5d3c15

File tree

9 files changed

+34
-4
lines changed

9 files changed

+34
-4
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@
215215
"cool-ducks-cheat",
216216
"cool-emus-drive",
217217
"cool-hounds-divide",
218+
"cool-seahorses-cross",
218219
"cool-spoons-dress",
219220
"cool-swans-sleep",
220221
"cuddly-ads-kick",
@@ -471,6 +472,7 @@
471472
"gold-colts-train",
472473
"gold-moles-hunt",
473474
"gold-moons-poke",
475+
"gold-phones-clap",
474476
"gold-rocks-hang",
475477
"gold-spies-fail",
476478
"gold-trains-dream",
@@ -480,6 +482,7 @@
480482
"good-mails-crash",
481483
"good-monkeys-reflect",
482484
"good-peaches-roll",
485+
"good-pigs-tap",
483486
"gorgeous-beans-glow",
484487
"gorgeous-carrots-do",
485488
"gorgeous-donkeys-admire",
@@ -1099,6 +1102,7 @@
10991102
"seven-jars-argue",
11001103
"seven-planes-fly",
11011104
"seven-roses-float",
1105+
"shaggy-bikes-wink",
11021106
"shaggy-bugs-move",
11031107
"shaggy-cameras-sip",
11041108
"shaggy-days-cheat",

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.103
4+
5+
### Patch Changes
6+
7+
- Update docs with example of loading environment variables ([#8020](https://github.com/sveltejs/kit/pull/8020))
8+
39
## 1.0.0-next.102
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.102",
3+
"version": "1.0.0-next.103",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

packages/adapter-static/CHANGELOG.md

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

3+
## 1.0.0-next.49
4+
5+
### Patch Changes
6+
7+
- [breaking] replace automatic fallback generation with `builder.generateFallback(fallback)` ([#8013](https://github.com/sveltejs/kit/pull/8013))
8+
39
## 1.0.0-next.48
410

511
### Patch Changes

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

packages/create-svelte/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-svelte
22

3+
## 2.0.0-next.200
4+
5+
### Patch Changes
6+
7+
- Use `satisfies` operator ([#7861](https://github.com/sveltejs/kit/pull/7861))
8+
39
## 2.0.0-next.199
410

511
### Patch Changes

packages/create-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-svelte",
3-
"version": "2.0.0-next.199",
3+
"version": "2.0.0-next.200",
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.578
4+
5+
### Patch Changes
6+
7+
- [fix] respect fetch cache option ([#8024](https://github.com/sveltejs/kit/pull/8024))
8+
9+
- [breaking] replace automatic fallback generation with `builder.generateFallback(fallback)` ([#8013](https://github.com/sveltejs/kit/pull/8013))
10+
311
## 1.0.0-next.577
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.577",
3+
"version": "1.0.0-next.578",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)