Skip to content

Commit c36f798

Browse files
Version Packages (next)
1 parent a72123a commit c36f798

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"brave-berries-join",
6060
"brave-clouds-protect",
6161
"brave-falcons-approve",
62+
"brave-jobs-occur",
6263
"brave-rabbits-provide",
6364
"brave-seas-invent",
6465
"brave-toys-joke",
@@ -209,6 +210,7 @@
209210
"fast-poems-notice",
210211
"few-apes-listen",
211212
"few-carrots-sell",
213+
"few-cobras-switch",
212214
"few-points-taste",
213215
"few-rockets-sort",
214216
"few-rockets-think",
@@ -552,6 +554,7 @@
552554
"polite-donkeys-learn",
553555
"polite-ducks-notice",
554556
"polite-elephants-care",
557+
"polite-files-explain",
555558
"polite-laws-cheat",
556559
"polite-masks-dress",
557560
"polite-worms-happen",
@@ -615,6 +618,7 @@
615618
"real-cherries-exercise",
616619
"real-colts-knock",
617620
"real-icons-study",
621+
"real-mice-argue",
618622
"real-pens-watch",
619623
"red-adults-wonder",
620624
"red-cooks-fix",
@@ -686,6 +690,7 @@
686690
"short-beds-punch",
687691
"short-buttons-mix",
688692
"short-emus-juggle",
693+
"short-guests-sort",
689694
"shy-bats-move",
690695
"shy-jeans-fly",
691696
"shy-mails-share",

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.340
4+
5+
### Patch Changes
6+
7+
- feat: Pages marked for prerendering fail during ssr at runtime ([#4812](https://github.com/sveltejs/kit/pull/4812))
8+
9+
* Allow symlinked directories in the routes folder ([#4957](https://github.com/sveltejs/kit/pull/4957))
10+
11+
- allow disableScrollHandling to be called in afterNavigate ([#4948](https://github.com/sveltejs/kit/pull/4948))
12+
13+
* Add `config.kit.alias` ([#4964](https://github.com/sveltejs/kit/pull/4964))
14+
15+
- use namespace import for vite to support upcoming vite 3.0 esm ([#5030](https://github.com/sveltejs/kit/pull/5030))
16+
317
## 1.0.0-next.339
418

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

0 commit comments

Comments
 (0)