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 29, 2022
1 parent a9d99d7 commit 417acb6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"chatty-steaks-yell",
"chilled-bees-develop",
"chilled-books-dress",
"chilled-clouds-move",
"chilled-kiwis-drop",
"chilled-laws-battle",
"chilled-moons-sniff",
Expand Down Expand Up @@ -871,6 +872,7 @@
"shiny-teachers-nail",
"short-beds-punch",
"short-buttons-mix",
"short-comics-unite",
"short-emus-juggle",
"short-guests-sort",
"short-lamps-sing",
Expand Down
6 changes: 6 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/kit

## 1.0.0-next.446

### Patch Changes

- [fix] encode if root layout has server load ([#6352](https://github.com/sveltejs/kit/pull/6352))

## 1.0.0-next.445

### 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.445",
"version": "1.0.0-next.446",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# svelte-migrate

## 1.0.0-next.12

### Patch Changes

- [feat] do uppercase http verbs migration on the fly ([#6371](https://github.com/sveltejs/kit/pull/6371))

## 1.0.0-next.11

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

0 comments on commit 417acb6

Please sign in to comment.