Skip to content

Commit 95fd4fa

Browse files
Version Packages (next) (#8021)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3b98005 commit 95fd4fa

File tree

9 files changed

+37
-4
lines changed

9 files changed

+37
-4
lines changed

.changeset/pre.json

Lines changed: 5 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",
@@ -702,6 +705,7 @@
702705
"loud-moose-tap",
703706
"loud-parrots-sell",
704707
"loud-peaches-enjoy",
708+
"loud-phones-chew",
705709
"loud-seals-remember",
706710
"loud-shirts-relax",
707711
"loud-shrimps-drive",
@@ -1099,6 +1103,7 @@
10991103
"seven-jars-argue",
11001104
"seven-planes-fly",
11011105
"seven-roses-float",
1106+
"shaggy-bikes-wink",
11021107
"shaggy-bugs-move",
11031108
"shaggy-cameras-sip",
11041109
"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: 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.578
4+
5+
### Patch Changes
6+
7+
- [fix] respect fetch cache option ([#8024](https://github.com/sveltejs/kit/pull/8024))
8+
9+
- [breaking] rename invalid() to fail() and ValidationError to ActionFailure ([#8012](https://github.com/sveltejs/kit/pull/8012))
10+
11+
- [breaking] replace automatic fallback generation with `builder.generateFallback(fallback)` ([#8013](https://github.com/sveltejs/kit/pull/8013))
12+
313
## 1.0.0-next.577
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.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)