Skip to content

Commit 05ebfe9

Browse files
Version Packages (next)
1 parent 21e16a6 commit 05ebfe9

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
@@ -67,6 +67,7 @@
6767
"calm-pots-turn",
6868
"calm-walls-happen",
6969
"chatty-apricots-fly",
70+
"chatty-ducks-shop",
7071
"chatty-mangos-raise",
7172
"chatty-pumas-shake",
7273
"chatty-steaks-yell",
@@ -329,6 +330,7 @@
329330
"metal-tigers-kiss",
330331
"mighty-carrots-switch",
331332
"mighty-cherries-float",
333+
"mighty-cycles-double",
332334
"mighty-ears-divide",
333335
"mighty-garlics-pretend",
334336
"mighty-hats-sin",

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.261
4+
5+
### Patch Changes
6+
7+
- Prevent full reload when router navigates and only removes hash ([#3757](https://github.com/sveltejs/kit/pull/3757))
8+
9+
* fixes an error with fetching shadow endpoints if they are ending with '/' ([#3740](https://github.com/sveltejs/kit/pull/3740))
10+
311
## 1.0.0-next.260
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.260",
3+
"version": "1.0.0-next.261",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)