Skip to content

Commit 800e996

Browse files
Version Packages (next) (#4281)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a47ecc0 commit 800e996

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"brave-toys-joke",
5858
"brave-turkeys-bathe",
5959
"brave-weeks-allow",
60+
"breezy-ears-fetch",
6061
"breezy-games-count",
6162
"breezy-onions-remember",
6263
"breezy-sheep-dress",
@@ -295,6 +296,7 @@
295296
"honest-jars-report",
296297
"honest-singers-guess",
297298
"hot-bags-jump",
299+
"hot-clouds-work",
298300
"hot-dogs-fry",
299301
"hot-keys-walk",
300302
"hot-kings-confess",
@@ -355,6 +357,7 @@
355357
"little-shirts-happen",
356358
"little-tables-decide",
357359
"long-bulldogs-invent",
360+
"long-guests-trade",
358361
"long-hotels-hunt",
359362
"long-moles-fold",
360363
"loud-dancers-cough",

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.295
4+
5+
### Patch Changes
6+
7+
- fix error message for invalid request object ([#4277](https://github.com/sveltejs/kit/pull/4277))
8+
9+
* Handle explicit redirects from endpoints ([#4260](https://github.com/sveltejs/kit/pull/4260))
10+
11+
- Allow routes with the same name as fallback components ([#4284](https://github.com/sveltejs/kit/pull/4284))
12+
313
## 1.0.0-next.294
414

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

0 commit comments

Comments
 (0)