Skip to content

Commit 9034e91

Browse files
Version Packages (next)
1 parent b36f65a commit 9034e91

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

.changeset/pre.json

Lines changed: 7 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",
@@ -505,6 +508,7 @@
505508
"nine-actors-whisper",
506509
"nine-beans-rhyme",
507510
"nine-dots-occur",
511+
"nine-kangaroos-laugh",
508512
"nine-kids-brake",
509513
"nine-rats-heal",
510514
"nine-starfishes-destroy",
@@ -552,6 +556,7 @@
552556
"polite-donkeys-learn",
553557
"polite-ducks-notice",
554558
"polite-elephants-care",
559+
"polite-files-explain",
555560
"polite-laws-cheat",
556561
"polite-masks-dress",
557562
"polite-worms-happen",
@@ -615,6 +620,7 @@
615620
"real-cherries-exercise",
616621
"real-colts-knock",
617622
"real-icons-study",
623+
"real-mice-argue",
618624
"real-pens-watch",
619625
"red-adults-wonder",
620626
"red-cooks-fix",
@@ -686,6 +692,7 @@
686692
"short-beds-punch",
687693
"short-buttons-mix",
688694
"short-emus-juggle",
695+
"short-guests-sort",
689696
"shy-bats-move",
690697
"shy-jeans-fly",
691698
"shy-mails-share",

packages/kit/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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+
* [breaking] Rename LoadInput to LoadEvent ([#5015](https://github.com/sveltejs/kit/pull/5015))
14+
15+
- allow disableScrollHandling to be called in afterNavigate ([#4948](https://github.com/sveltejs/kit/pull/4948))
16+
17+
* Add `config.kit.alias` ([#4964](https://github.com/sveltejs/kit/pull/4964))
18+
19+
- use namespace import for vite to support upcoming vite 3.0 esm ([#5030](https://github.com/sveltejs/kit/pull/5030))
20+
321
## 1.0.0-next.339
422

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