-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages (next) #6430
Merged
Merged
Version Packages (next) #6430
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rich-Harris
requested changes
Aug 30, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should wait until #6197 so these changes are released simultaneously
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 30, 2022 13:08
8e84653
to
bcacb2b
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 30, 2022 13:15
bcacb2b
to
5874f24
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 30, 2022 14:36
5874f24
to
7be6150
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 30, 2022 18:50
7be6150
to
c313534
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 30, 2022 19:15
c313534
to
c14076f
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 30, 2022 20:03
c14076f
to
66b5e12
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 30, 2022 22:29
66b5e12
to
dc88507
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
August 30, 2022 22:29
dc88507
to
4f00745
Compare
Rich-Harris
approved these changes
Aug 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
master
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmaster
.Releases
@sveltejs/[email protected]
Patch Changes
4b48d1bd
]:@sveltejs/[email protected]
Patch Changes
@sveltejs/[email protected]
Patch Changes
global is not defined
runtime error building withedge: true
option (#6425)[email protected]
Patch Changes
@sveltejs/[email protected]
Patch Changes
bump vite-plugin-svelte to 1.0.3 to fix an issue with svelte-inspector in vite 3.1 (#6443)
[chore] bump ts version and ensure it works with latest changes (#6428)
[breaking]
ssr/hydrate/router/prerender.default
are now configurable in+page(.server).js
and+layout(.server).js
(#6197)[breaking] add
error.html
page, renamekit.config.files.template
tokit.config.files.appTemplate
(#6367)[breaking] merge resolve options when using sequence helper (#6401)
[breaking] replace
router
/hydrate
page options withcsr
(#6446)[breaking] add
prerender = 'auto'
option, and extendprerender
option to endpoints (#6392)