From 656f6a05aaf132b524c3f9fe8c13a6148eb6fd41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 09:32:19 -0800 Subject: [PATCH] Version Packages (next) (#3762) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 3 +++ packages/kit/CHANGELOG.md | 10 ++++++++++ packages/kit/package.json | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 5752257f257a..98fd4ac263b7 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -67,6 +67,7 @@ "calm-pots-turn", "calm-walls-happen", "chatty-apricots-fly", + "chatty-ducks-shop", "chatty-mangos-raise", "chatty-pumas-shake", "chatty-steaks-yell", @@ -279,6 +280,7 @@ "large-kangaroos-remain", "large-lies-reply", "late-cats-care", + "late-foxes-clean", "late-glasses-sin", "late-monkeys-call", "late-mugs-agree", @@ -329,6 +331,7 @@ "metal-tigers-kiss", "mighty-carrots-switch", "mighty-cherries-float", + "mighty-cycles-double", "mighty-ears-divide", "mighty-garlics-pretend", "mighty-hats-sin", diff --git a/packages/kit/CHANGELOG.md b/packages/kit/CHANGELOG.md index 16e51d425b92..b4bc880c8314 100644 --- a/packages/kit/CHANGELOG.md +++ b/packages/kit/CHANGELOG.md @@ -1,5 +1,15 @@ # @sveltejs/kit +## 1.0.0-next.261 + +### Patch Changes + +- Prevent full reload when router navigates and only removes hash ([#3757](https://github.com/sveltejs/kit/pull/3757)) + +* fixes shadow hydration escaping ([#3793](https://github.com/sveltejs/kit/pull/3793)) + +- fixes an error with fetching shadow endpoints if they are ending with '/' ([#3740](https://github.com/sveltejs/kit/pull/3740)) + ## 1.0.0-next.260 ### Patch Changes diff --git a/packages/kit/package.json b/packages/kit/package.json index 3aef4068df4d..c6346bdf7343 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@sveltejs/kit", - "version": "1.0.0-next.260", + "version": "1.0.0-next.261", "repository": { "type": "git", "url": "https://github.com/sveltejs/kit",