Skip to content

Commit cc8218a

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

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"chatty-steaks-yell",
121121
"chilled-bees-develop",
122122
"chilled-books-dress",
123+
"chilled-clouds-move",
123124
"chilled-kiwis-drop",
124125
"chilled-laws-battle",
125126
"chilled-moons-sniff",
@@ -871,6 +872,7 @@
871872
"shiny-teachers-nail",
872873
"short-beds-punch",
873874
"short-buttons-mix",
875+
"short-comics-unite",
874876
"short-emus-juggle",
875877
"short-guests-sort",
876878
"short-lamps-sing",

packages/kit/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.446
4+
5+
### Patch Changes
6+
7+
- [fix] encode if root layout has server load ([#6352](https://github.com/sveltejs/kit/pull/6352))
8+
39
## 1.0.0-next.445
410

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

packages/migrate/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# svelte-migrate
22

3+
## 1.0.0-next.12
4+
5+
### Patch Changes
6+
7+
- [feat] do uppercase http verbs migration on the fly ([#6371](https://github.com/sveltejs/kit/pull/6371))
8+
39
## 1.0.0-next.11
410

511
### Patch Changes

packages/migrate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-migrate",
3-
"version": "1.0.0-next.11",
3+
"version": "1.0.0-next.12",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)