Skip to content

Commit fd1a3ef

Browse files
Version Packages (next)
1 parent 7d9d9c4 commit fd1a3ef

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.changeset/pre.json

Lines changed: 6 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",
@@ -196,6 +197,7 @@
196197
"empty-poets-check",
197198
"empty-worms-appear",
198199
"fair-pets-bake",
200+
"famous-birds-cheer",
199201
"famous-cameras-cheer",
200202
"famous-crabs-run",
201203
"famous-donuts-whisper",
@@ -209,6 +211,7 @@
209211
"fast-poems-notice",
210212
"few-apes-listen",
211213
"few-carrots-sell",
214+
"few-cobras-switch",
212215
"few-points-taste",
213216
"few-rockets-sort",
214217
"few-rockets-think",
@@ -552,6 +555,7 @@
552555
"polite-donkeys-learn",
553556
"polite-ducks-notice",
554557
"polite-elephants-care",
558+
"polite-files-explain",
555559
"polite-laws-cheat",
556560
"polite-masks-dress",
557561
"polite-worms-happen",
@@ -615,6 +619,7 @@
615619
"real-cherries-exercise",
616620
"real-colts-knock",
617621
"real-icons-study",
622+
"real-mice-argue",
618623
"real-pens-watch",
619624
"red-adults-wonder",
620625
"red-cooks-fix",
@@ -686,6 +691,7 @@
686691
"short-beds-punch",
687692
"short-buttons-mix",
688693
"short-emus-juggle",
694+
"short-guests-sort",
689695
"shy-bats-move",
690696
"shy-jeans-fly",
691697
"shy-mails-share",

packages/kit/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
* Throw load validation errors so that they are caught by handleError ([#4953](https://github.com/sveltejs/kit/pull/4953))
10+
11+
- Allow symlinked directories in the routes folder ([#4957](https://github.com/sveltejs/kit/pull/4957))
12+
13+
* allow disableScrollHandling to be called in afterNavigate ([#4948](https://github.com/sveltejs/kit/pull/4948))
14+
15+
- Add `config.kit.alias` ([#4964](https://github.com/sveltejs/kit/pull/4964))
16+
17+
* use namespace import for vite to support upcoming vite 3.0 esm ([#5030](https://github.com/sveltejs/kit/pull/5030))
18+
319
## 1.0.0-next.339
420

521
### 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)