Skip to content

Commit bcc2000

Browse files
Version Packages (next)
1 parent fc16ed3 commit bcc2000

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@
776776
"rich-pumpkins-applaud",
777777
"rich-seahorses-walk",
778778
"rich-singers-taste",
779+
"rich-walls-doubt",
779780
"rotten-cats-pump",
780781
"rotten-gorillas-sort",
781782
"rotten-rocks-mate",
@@ -1049,6 +1050,7 @@
10491050
"three-windows-push",
10501051
"tidy-boats-listen",
10511052
"tidy-books-reply",
1053+
"tidy-mice-kick",
10521054
"tidy-pigs-peel",
10531055
"tidy-turkeys-rule",
10541056
"tidy-wasps-shave",

packages/kit/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.428
4+
5+
### Patch Changes
6+
7+
- Fix pattern matching for routes starting with an encoded `@` symbol ([#6110](https://github.com./sveltejs/kit/pull/6110))
8+
9+
* Fix typos in generating `LayoutServerLoad.{name}` type ([#6123](https://github.com./sveltejs/kit/pull/6123))
10+
311
## 1.0.0-next.427
412

513
### Patch Changes

packages/kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.427",
3+
"version": "1.0.0-next.428",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com./sveltejs/kit",

0 commit comments

Comments
 (0)