Skip to content

Commit 4ef2f05

Browse files
Version Packages (next) (#6040)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 566776a commit 4ef2f05

File tree

5 files changed

+34
-2
lines changed

5 files changed

+34
-2
lines changed

.changeset/pre.json

+8
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@
304304
"fresh-adults-ring",
305305
"fresh-dolls-destroy",
306306
"fresh-hats-tie",
307+
"fresh-pigs-tease",
307308
"fresh-sheep-help",
308309
"fresh-years-do",
309310
"friendly-carpets-sip",
@@ -408,6 +409,7 @@
408409
"honest-islands-flash",
409410
"honest-jars-report",
410411
"honest-pandas-joke",
412+
"honest-parrots-compare",
411413
"honest-rats-double",
412414
"honest-rice-cry",
413415
"honest-singers-guess",
@@ -473,6 +475,7 @@
473475
"lemon-camels-brush",
474476
"lemon-emus-relax",
475477
"lemon-keys-run",
478+
"lemon-kids-double",
476479
"lemon-lies-attack",
477480
"lemon-mails-hope",
478481
"lemon-oranges-pump",
@@ -552,6 +555,7 @@
552555
"mighty-melons-walk",
553556
"mighty-pandas-search",
554557
"mighty-pumpkins-stare",
558+
"mighty-students-develop",
555559
"modern-boats-lie",
556560
"modern-cameras-fetch",
557561
"modern-donkeys-invite",
@@ -618,6 +622,7 @@
618622
"ninety-books-jam",
619623
"ninety-dodos-exercise",
620624
"ninety-dolls-sniff",
625+
"ninety-fans-cover",
621626
"ninety-games-flow",
622627
"ninety-glasses-exercise",
623628
"ninety-singers-invite",
@@ -785,6 +790,7 @@
785790
"selfish-ligers-allow",
786791
"selfish-masks-rhyme",
787792
"selfish-owls-own",
793+
"selfish-tips-divide",
788794
"selfish-walls-grow",
789795
"serious-bears-listen",
790796
"serious-books-push",
@@ -823,6 +829,7 @@
823829
"shiny-birds-ring",
824830
"shiny-books-try",
825831
"shiny-needles-divide",
832+
"shiny-scissors-listen",
826833
"shiny-teachers-nail",
827834
"short-beds-punch",
828835
"short-buttons-mix",
@@ -1152,6 +1159,7 @@
11521159
"wild-terms-pump",
11531160
"wise-bees-juggle",
11541161
"wise-berries-flash",
1162+
"wise-berries-pay",
11551163
"wise-bugs-run",
11561164
"wise-hotels-matter",
11571165
"wise-houses-work",

packages/create-svelte/CHANGELOG.md

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

3+
## 2.0.0-next.157
4+
5+
### Patch Changes
6+
7+
- Run svelte-kit sync before svelte-check in check scripts ([#6037](https://github.com/sveltejs/kit/pull/6037))
8+
39
## 2.0.0-next.156
410

511
### Patch Changes

packages/create-svelte/package.json

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

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.422
4+
5+
### Patch Changes
6+
7+
- [breaking] remove ability for `+page.server.js` to respond to `GET` requests with JSON ([#6007](https://github.com/sveltejs/kit/pull/6007))
8+
9+
* Handle `throw error/redirect` in `+server.js` ([#6028](https://github.com/sveltejs/kit/pull/6028))
10+
11+
- handle `set-cookie` in `setHeaders` ([#6033](https://github.com/sveltejs/kit/pull/6033))
12+
13+
* Handle windows paths and regexp chars in kit.alias ([#6034](https://github.com/sveltejs/kit/pull/6034))
14+
15+
- Make errors type in Action type less restrictive ([#6022](https://github.com/sveltejs/kit/pull/6022))
16+
17+
* Check that data is serializable ([#5987](https://github.com/sveltejs/kit/pull/5987))
18+
19+
- Fix parent data type for layouts referencing named layouts in the same folder ([#6025](https://github.com/sveltejs/kit/pull/6025))
20+
321
## 1.0.0-next.421
422

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

0 commit comments

Comments
 (0)