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 ad0ffa2 commit ff83811
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 @@ -122,6 +122,7 @@
"chilled-moons-sniff",
"chilled-rivers-talk",
"chilled-starfishes-jog",
"chilled-years-smash",
"chilled-zebras-check",
"chilly-cars-battle",
"chilly-files-greet",
Expand Down Expand Up @@ -899,6 +900,7 @@
"soft-months-fail",
"soft-news-teach",
"soft-students-cover",
"sour-cherries-play",
"sour-hounds-punch",
"sour-needles-compete",
"sour-penguins-admire",
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.155

### Patch Changes

- make variable names more descriptive ([#5983](https://github.com/sveltejs/kit/pull/5983))

## 2.0.0-next.154

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

### Patch Changes

- Tighten up params typings, fix load function typings, add event typings to generated types ([#5974](https://github.com/sveltejs/kit/pull/5974))

## 1.0.0-next.417

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

0 comments on commit ff83811

Please sign in to comment.