Skip to content

Commit a7f1f7a

Browse files
Version Packages (next)
1 parent cb44e28 commit a7f1f7a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"curvy-dots-join",
102102
"curvy-eggs-sip",
103103
"curvy-sloths-brake",
104+
"curvy-zebras-tan",
104105
"cyan-ads-pump",
105106
"cyan-knives-mix",
106107
"cyan-parents-enjoy",
@@ -224,6 +225,7 @@
224225
"honest-jars-report",
225226
"honest-singers-guess",
226227
"hot-bags-jump",
228+
"hot-dogs-fry",
227229
"hot-keys-walk",
228230
"hot-kings-confess",
229231
"hot-taxis-jam",
@@ -412,6 +414,7 @@
412414
"rotten-cats-pump",
413415
"rotten-gorillas-sort",
414416
"rotten-singers-taste",
417+
"rotten-tips-teach",
415418
"rude-balloons-return",
416419
"rude-olives-wink",
417420
"rude-starfishes-press",

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.226
4+
5+
### Patch Changes
6+
7+
- Fix srcset parsing ([#3301](https://github.com/sveltejs/kit/pull/3301))
8+
9+
* Adds beforeNavigate/afterNavigate lifecycle functions ([#3293](https://github.com/sveltejs/kit/pull/3293))
10+
11+
- Change ReadOnlyFormData behavior to mimic the spec's FormData interface ([#3302](https://github.com/sveltejs/kit/pull/3302))
12+
313
## 1.0.0-next.225
414

515
### 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.225",
3+
"version": "1.0.0-next.226",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)