Skip to content

Commit 656f6a0

Browse files
Version Packages (next) (#3762)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9418418 commit 656f6a0

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
@@ -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",
@@ -279,6 +280,7 @@
279280
"large-kangaroos-remain",
280281
"large-lies-reply",
281282
"late-cats-care",
283+
"late-foxes-clean",
282284
"late-glasses-sin",
283285
"late-monkeys-call",
284286
"late-mugs-agree",
@@ -329,6 +331,7 @@
329331
"metal-tigers-kiss",
330332
"mighty-carrots-switch",
331333
"mighty-cherries-float",
334+
"mighty-cycles-double",
332335
"mighty-ears-divide",
333336
"mighty-garlics-pretend",
334337
"mighty-hats-sin",

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.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 shadow hydration escaping ([#3793](https://github.com/sveltejs/kit/pull/3793))
10+
11+
- fixes an error with fetching shadow endpoints if they are ending with '/' ([#3740](https://github.com/sveltejs/kit/pull/3740))
12+
313
## 1.0.0-next.260
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.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)