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 Dec 13, 2022
1 parent 78bdf60 commit 4aa717e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"server-only-module-dynamic-import": "0.0.1",
"prerenderable-not-prerendered": "0.0.1",
"prerenderable-incorrect-fragment": "0.0.1",
"@sveltejs/site-kit": "2.1.4"
"@sveltejs/site-kit": "2.1.4",
"prerendering-test-ssr-false": "0.0.2-next.0"
},
"changesets": [
"afraid-eels-tease",
Expand Down Expand Up @@ -1591,6 +1592,7 @@
"witty-carrots-notice",
"witty-chicken-teach",
"witty-eyes-relax",
"witty-falcons-begin",
"witty-ligers-listen",
"witty-maps-pull",
"witty-meals-tie",
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.587

### Patch Changes

- [breaking] prerender shells when ssr false and prerender not false ([#8131](https://github.com/sveltejs/kit/pull/8131))

## 1.0.0-next.586

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

0 comments on commit 4aa717e

Please sign in to comment.