Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (next) #5034

Merged
merged 1 commit into from May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/pre.json
Expand Up @@ -59,6 +59,7 @@
"brave-berries-join",
"brave-clouds-protect",
"brave-falcons-approve",
"brave-jobs-occur",
"brave-rabbits-provide",
"brave-seas-invent",
"brave-toys-joke",
Expand Down Expand Up @@ -196,6 +197,7 @@
"empty-poets-check",
"empty-worms-appear",
"fair-pets-bake",
"famous-birds-cheer",
"famous-cameras-cheer",
"famous-crabs-run",
"famous-donuts-whisper",
Expand All @@ -209,6 +211,7 @@
"fast-poems-notice",
"few-apes-listen",
"few-carrots-sell",
"few-cobras-switch",
"few-points-taste",
"few-rockets-sort",
"few-rockets-think",
Expand Down Expand Up @@ -505,6 +508,7 @@
"nine-actors-whisper",
"nine-beans-rhyme",
"nine-dots-occur",
"nine-kangaroos-laugh",
"nine-kids-brake",
"nine-rats-heal",
"nine-starfishes-destroy",
Expand Down Expand Up @@ -552,6 +556,7 @@
"polite-donkeys-learn",
"polite-ducks-notice",
"polite-elephants-care",
"polite-files-explain",
"polite-laws-cheat",
"polite-masks-dress",
"polite-worms-happen",
Expand Down Expand Up @@ -615,6 +620,7 @@
"real-cherries-exercise",
"real-colts-knock",
"real-icons-study",
"real-mice-argue",
"real-pens-watch",
"red-adults-wonder",
"red-cooks-fix",
Expand Down Expand Up @@ -686,6 +692,7 @@
"short-beds-punch",
"short-buttons-mix",
"short-emus-juggle",
"short-guests-sort",
"shy-bats-move",
"shy-jeans-fly",
"shy-mails-share",
Expand Down
18 changes: 18 additions & 0 deletions packages/kit/CHANGELOG.md
@@ -1,5 +1,23 @@
# @sveltejs/kit

## 1.0.0-next.340

### Patch Changes

- feat: Pages marked for prerendering fail during ssr at runtime ([#4812](https://github.com/sveltejs/kit/pull/4812))

* Throw load validation errors so that they are caught by handleError ([#4953](https://github.com/sveltejs/kit/pull/4953))

- Allow symlinked directories in the routes folder ([#4957](https://github.com/sveltejs/kit/pull/4957))

* [breaking] Rename LoadInput to LoadEvent ([#5015](https://github.com/sveltejs/kit/pull/5015))

- allow disableScrollHandling to be called in afterNavigate ([#4948](https://github.com/sveltejs/kit/pull/4948))

* Add `config.kit.alias` ([#4964](https://github.com/sveltejs/kit/pull/4964))

- use namespace import for vite to support upcoming vite 3.0 esm ([#5030](https://github.com/sveltejs/kit/pull/5030))

## 1.0.0-next.339

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.0.0-next.339",
"version": "1.0.0-next.340",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down