Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 17, 2022
1 parent 9191023 commit 8d8e0cf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 3 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 Down Expand Up @@ -1078,6 +1079,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 +1134,7 @@
"wicked-oranges-share",
"wicked-plums-count",
"wicked-spies-invite",
"wicked-spoons-leave",
"wicked-terms-agree",
"wild-badgers-brake",
"wild-beans-happen",
Expand Down
10 changes: 10 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @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))

* [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

0 comments on commit 8d8e0cf

Please sign in to comment.