Skip to content

Commit 6c02f55

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

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"server-only-module": "0.0.1",
4040
"server-only-folder": "0.0.1",
4141
"server-only-folder-dynamic-import": "0.0.1",
42-
"server-only-module-dynamic-import": "0.0.1"
42+
"server-only-module-dynamic-import": "0.0.1",
43+
"prerenderable-not-prerendered": "0.0.1"
4344
},
4445
"changesets": [
4546
"afraid-eels-tease",
@@ -455,6 +456,7 @@
455456
"happy-pumas-thank",
456457
"healthy-carrots-cross",
457458
"healthy-cows-walk",
459+
"healthy-lions-attend",
458460
"healthy-mangos-nail",
459461
"healthy-moons-attend",
460462
"healthy-pandas-pull",
@@ -708,6 +710,7 @@
708710
"nervous-trees-listen",
709711
"nervous-wolves-end",
710712
"new-birds-march",
713+
"new-comics-admire",
711714
"new-geckos-vanish",
712715
"new-rules-vanish",
713716
"new-walls-prove",

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.503
4+
5+
### Patch Changes
6+
7+
- Added form property to \$page store ([#6986](https://github.com/sveltejs/kit/pull/6986))
8+
9+
* Throw an error if prerenderable routes are not prerendered ([#6974](https://github.com/sveltejs/kit/pull/6974))
10+
311
## 1.0.0-next.502
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.502",
3+
"version": "1.0.0-next.503",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)