Skip to content

Commit c8092e9

Browse files
Version Packages (next) (#6984)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2c5a0cf commit c8092e9

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@
329329
"five-tools-arrive",
330330
"five-turtles-rhyme",
331331
"flat-cameras-build",
332+
"flat-dancers-sell",
332333
"flat-ducks-impress",
333334
"flat-eels-hear",
334335
"flat-insects-worry",
@@ -924,6 +925,7 @@
924925
"selfish-avocados-develop",
925926
"selfish-crews-count",
926927
"selfish-dancers-happen",
928+
"selfish-geckos-grin",
927929
"selfish-ligers-allow",
928930
"selfish-masks-rhyme",
929931
"selfish-owls-own",

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.500
4+
5+
### Patch Changes
6+
7+
- Allow prerendered pages to link to non-prerenderable endpoints ([#6977](https://github.com/sveltejs/kit/pull/6977))
8+
9+
* [fix] handle SPA root data loading error ([#6918](https://github.com/sveltejs/kit/pull/6918))
10+
311
## 1.0.0-next.499
412

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

0 commit comments

Comments
 (0)