Skip to content

Commit e888e54

Browse files
Version Packages (next)
1 parent 7ff0f2b commit e888e54

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
@@ -213,6 +213,7 @@
213213
"curly-ants-guess",
214214
"curly-doors-type",
215215
"curly-pets-vanish",
216+
"curly-suits-lay",
216217
"curvy-dots-join",
217218
"curvy-eggs-sip",
218219
"curvy-experts-try",
@@ -527,6 +528,7 @@
527528
"honest-bikes-pull",
528529
"honest-coins-switch",
529530
"honest-cows-notice",
531+
"honest-eyes-thank",
530532
"honest-islands-flash",
531533
"honest-jars-report",
532534
"honest-pandas-joke",

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.545
4+
5+
### Patch Changes
6+
7+
- [fix] prerendering path and layout fixes ([#7639](https://github.com/sveltejs/kit/pull/7639))
8+
9+
- [fix] add Promise return type to the `enhance` action ([#7629](https://github.com/sveltejs/kit/pull/7629))
10+
311
## 1.0.0-next.544
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.544",
3+
"version": "1.0.0-next.545",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)