Skip to content

Commit

Permalink
Version Packages (next) (#6073)
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] authored Aug 19, 2022
1 parent 6c84f40 commit 6ccc735
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
"fair-pets-bake",
"famous-birds-boil",
"famous-birds-cheer",
"famous-boxes-tap",
"famous-cameras-cheer",
"famous-crabs-run",
"famous-donuts-whisper",
Expand Down Expand Up @@ -627,7 +628,9 @@
"ninety-games-flow",
"ninety-glasses-exercise",
"ninety-singers-invite",
"ninety-snakes-melt",
"ninety-suns-relax",
"ninety-vans-talk",
"odd-bottles-drop",
"odd-coats-shake",
"odd-coins-lie",
Expand All @@ -641,6 +644,7 @@
"odd-pumas-grow",
"odd-trees-visit",
"old-beers-push",
"old-berries-develop",
"old-cars-switch",
"old-comics-happen",
"old-ears-wait",
Expand Down Expand Up @@ -1056,6 +1060,7 @@
"tiny-humans-yawn",
"tiny-kids-sort",
"tiny-moles-joke",
"tiny-pears-check",
"tiny-shrimps-call",
"tiny-singers-allow",
"tiny-socks-sparkle",
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.424

### Patch Changes

- prevent duplicate module ids by disabling optimizeDeps for @sveltejs/kit ([#6057](https://github.com/sveltejs/kit/pull/6057))

* Generate types when Svelte file missing, fix layout params ([#6066](https://github.com/sveltejs/kit/pull/6066))

- Silence unknown prop warnings coming from SvelteKit ([#6071](https://github.com/sveltejs/kit/pull/6071))

## 1.0.0-next.423

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

## 1.0.0-next.8

### Patch Changes

- Suggest props destructuring if possible ([#6069](https://github.com/sveltejs/kit/pull/6069))

* Fix typo in migration task ([#6070](https://github.com/sveltejs/kit/pull/6070))

## 1.0.0-next.7

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

0 comments on commit 6ccc735

Please sign in to comment.