Skip to content

Commit 2d84bd3

Browse files
Version Packages (next) (#7889)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e2c74b7 commit 2d84bd3

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
@@ -661,6 +661,7 @@
661661
"light-kings-beam",
662662
"light-melons-collect",
663663
"light-olives-scream",
664+
"light-papayas-agree",
664665
"light-pumas-appear",
665666
"light-pumas-heal",
666667
"light-rings-trade",
@@ -1217,6 +1218,7 @@
12171218
"soft-months-fail",
12181219
"soft-news-teach",
12191220
"soft-students-cover",
1221+
"soft-timers-thank",
12201222
"sour-cherries-play",
12211223
"sour-hounds-punch",
12221224
"sour-needles-compete",

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.569
4+
5+
### Patch Changes
6+
7+
- Ignore elements that are no longer in the document ([#7881](https://github.com/sveltejs/kit/pull/7881))
8+
9+
- [breaking] Use client-side routing for `<form method="GET">` ([#7828](https://github.com/sveltejs/kit/pull/7828))
10+
311
## 1.0.0-next.568
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.568",
3+
"version": "1.0.0-next.569",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)