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) #5998

Merged
merged 1 commit into from
Aug 17, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@
"fuzzy-spoons-report",
"gentle-apes-tease",
"gentle-dogs-heal",
"gentle-news-shout",
"gentle-rules-camp",
"giant-ants-hang",
"giant-ghosts-give",
Expand All @@ -348,6 +349,7 @@
"gorgeous-planes-rhyme",
"gorgeous-radios-matter",
"gorgeous-radios-tan",
"gorgeous-snakes-pretend",
"gorgeous-taxis-smash",
"gorgeous-toys-rule",
"great-bags-worry",
Expand Down Expand Up @@ -1078,6 +1080,7 @@
"twenty-dogs-shout",
"twenty-dryers-hope",
"twenty-hairs-shave",
"twenty-numbers-breathe",
"twenty-numbers-destroy",
"twenty-papayas-compare",
"twenty-pigs-attend",
Expand Down Expand Up @@ -1132,6 +1135,7 @@
"wicked-oranges-share",
"wicked-plums-count",
"wicked-spies-invite",
"wicked-spoons-leave",
"wicked-terms-agree",
"wild-badgers-brake",
"wild-beans-happen",
Expand Down
12 changes: 12 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltejs/kit

## 1.0.0-next.419

### Patch Changes

- Return a 303 response when a `POST` handler provides a `location` ([#5989](https://github.com/sveltejs/kit/pull/5989))

* Generate `__data.json` files for server-side redirects when prerendering ([#5997](https://github.com/sveltejs/kit/pull/5997))

- [chore] remove chokidar as dependency of kit ([#5996](https://github.com/sveltejs/kit/pull/5996))

* Use relative asset paths where possible ([#4250](https://github.com/sveltejs/kit/pull/4250))

## 1.0.0-next.418

### 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.418",
"version": "1.0.0-next.419",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down