Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (next) #6040

Merged
merged 1 commit into from
Aug 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@
"fresh-adults-ring",
"fresh-dolls-destroy",
"fresh-hats-tie",
"fresh-pigs-tease",
"fresh-sheep-help",
"fresh-years-do",
"friendly-carpets-sip",
Expand Down Expand Up @@ -408,6 +409,7 @@
"honest-islands-flash",
"honest-jars-report",
"honest-pandas-joke",
"honest-parrots-compare",
"honest-rats-double",
"honest-rice-cry",
"honest-singers-guess",
Expand Down Expand Up @@ -473,6 +475,7 @@
"lemon-camels-brush",
"lemon-emus-relax",
"lemon-keys-run",
"lemon-kids-double",
"lemon-lies-attack",
"lemon-mails-hope",
"lemon-oranges-pump",
Expand Down Expand Up @@ -552,6 +555,7 @@
"mighty-melons-walk",
"mighty-pandas-search",
"mighty-pumpkins-stare",
"mighty-students-develop",
"modern-boats-lie",
"modern-cameras-fetch",
"modern-donkeys-invite",
Expand Down Expand Up @@ -618,6 +622,7 @@
"ninety-books-jam",
"ninety-dodos-exercise",
"ninety-dolls-sniff",
"ninety-fans-cover",
"ninety-games-flow",
"ninety-glasses-exercise",
"ninety-singers-invite",
Expand Down Expand Up @@ -785,6 +790,7 @@
"selfish-ligers-allow",
"selfish-masks-rhyme",
"selfish-owls-own",
"selfish-tips-divide",
"selfish-walls-grow",
"serious-bears-listen",
"serious-books-push",
Expand Down Expand Up @@ -823,6 +829,7 @@
"shiny-birds-ring",
"shiny-books-try",
"shiny-needles-divide",
"shiny-scissors-listen",
"shiny-teachers-nail",
"short-beds-punch",
"short-buttons-mix",
Expand Down Expand Up @@ -1152,6 +1159,7 @@
"wild-terms-pump",
"wise-bees-juggle",
"wise-berries-flash",
"wise-berries-pay",
"wise-bugs-run",
"wise-hotels-matter",
"wise-houses-work",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-svelte

## 2.0.0-next.157

### Patch Changes

- Run svelte-kit sync before svelte-check in check scripts ([#6037](https://github.com/sveltejs/kit/pull/6037))

## 2.0.0-next.156

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-svelte",
"version": "2.0.0-next.156",
"version": "2.0.0-next.157",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
18 changes: 18 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @sveltejs/kit

## 1.0.0-next.422

### Patch Changes

- [breaking] remove ability for `+page.server.js` to respond to `GET` requests with JSON ([#6007](https://github.com/sveltejs/kit/pull/6007))

* Handle `throw error/redirect` in `+server.js` ([#6028](https://github.com/sveltejs/kit/pull/6028))

- handle `set-cookie` in `setHeaders` ([#6033](https://github.com/sveltejs/kit/pull/6033))

* Handle windows paths and regexp chars in kit.alias ([#6034](https://github.com/sveltejs/kit/pull/6034))

- Make errors type in Action type less restrictive ([#6022](https://github.com/sveltejs/kit/pull/6022))

* Check that data is serializable ([#5987](https://github.com/sveltejs/kit/pull/5987))

- Fix parent data type for layouts referencing named layouts in the same folder ([#6025](https://github.com/sveltejs/kit/pull/6025))

## 1.0.0-next.421

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.0.0-next.421",
"version": "1.0.0-next.422",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down