Skip to content

Commit 95be578

Browse files
Version Packages (next) (#5077)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 205c645 commit 95be578

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@
242242
"flat-turtles-scream",
243243
"fluffy-cheetahs-remain",
244244
"fluffy-dryers-jump",
245+
"fluffy-seahorses-sell",
245246
"forty-cycles-punch",
246247
"forty-lions-give",
247248
"forty-months-prove",
@@ -866,6 +867,7 @@
866867
"thin-planets-obey",
867868
"thin-swans-cheat",
868869
"thin-trains-own",
870+
"thirty-bees-lay",
869871
"thirty-frogs-mix",
870872
"thirty-kings-yell",
871873
"thirty-spies-sparkle",

packages/kit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.345
4+
5+
### Patch Changes
6+
7+
- Prevent component double mounting caused by HMR invalidation ([#4891](https://github.com/sveltejs/kit/pull/4891))
8+
9+
* Only recreate manifest when files inside `config.kit.files.routes` are added or deleted ([#5076](https://github.com/sveltejs/kit/pull/5076))
10+
311
## 1.0.0-next.344
412

513
### Patch Changes

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.344",
3+
"version": "1.0.0-next.345",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)