File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 39
39
"server-only-module" : " 0.0.1" ,
40
40
"server-only-folder" : " 0.0.1" ,
41
41
"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"
43
44
},
44
45
"changesets" : [
45
46
" afraid-eels-tease" ,
455
456
" happy-pumas-thank" ,
456
457
" healthy-carrots-cross" ,
457
458
" healthy-cows-walk" ,
459
+ " healthy-lions-attend" ,
458
460
" healthy-mangos-nail" ,
459
461
" healthy-moons-attend" ,
460
462
" healthy-pandas-pull" ,
708
710
" nervous-trees-listen" ,
709
711
" nervous-wolves-end" ,
710
712
" new-birds-march" ,
713
+ " new-comics-admire" ,
711
714
" new-geckos-vanish" ,
712
715
" new-rules-vanish" ,
713
716
" new-walls-prove" ,
Original file line number Diff line number Diff line change 1
1
# @sveltejs/kit
2
2
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
+
3
11
## 1.0.0-next.502
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sveltejs/kit" ,
3
- "version" : " 1.0.0-next.502 " ,
3
+ "version" : " 1.0.0-next.503 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/sveltejs/kit" ,
You can’t perform that action at this time.
0 commit comments