Skip to content

Commit

Permalink
Version Packages (next) (#5014)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 23, 2022
1 parent daef4b0 commit e1cff24
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
"cuddly-knives-learn",
"cuddly-pens-buy",
"cuddly-ravens-carry",
"curly-doors-type",
"curly-pets-vanish",
"curvy-dots-join",
"curvy-eggs-sip",
Expand Down Expand Up @@ -238,9 +239,11 @@
"fluffy-cheetahs-remain",
"fluffy-dryers-jump",
"forty-cycles-punch",
"forty-lions-give",
"forty-months-prove",
"forty-seahorses-rest",
"forty-terms-peel",
"forty-worms-deliver",
"four-apes-attack",
"four-cheetahs-yawn",
"four-news-turn",
Expand Down Expand Up @@ -527,6 +530,7 @@
"old-years-march",
"olive-frogs-add",
"olive-frogs-drive",
"olive-lies-train",
"olive-maps-join",
"olive-mayflies-retire",
"olive-socks-thank",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-svelte

## 2.0.0-next.139

### Patch Changes

- correct default package.json format ([#5013](https://github.com/sveltejs/kit/pull/5013))

* [breaking] Replace `%svelte.body%` with `%sveltekit.body%`, etc. ([#5016](https://github.com/sveltejs/kit/pull/5016))

## 2.0.0-next.138

### 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.138",
"version": "2.0.0-next.139",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
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.339

### Patch Changes

- [breaking] resolve relative urls from the target page when using load's fetch ([#5025](https://github.com/sveltejs/kit/pull/5025))

* [fix] `svelte-kit sync` gracefully handles a nonexistent routes folder ([#5020](https://github.com/sveltejs/kit/pull/5020))

- [breaking] Replace `%svelte.body%` with `%sveltekit.body%`, etc. ([#5016](https://github.com/sveltejs/kit/pull/5016))

## 1.0.0-next.338

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

0 comments on commit e1cff24

Please sign in to comment.