-
-
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) #4199
Merged
Merged
Version Packages (next) #4199
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
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 3, 2022 20:47
f15df91
to
573c869
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2022 00:15
573c869
to
6e6bcd6
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2022 00:25
6e6bcd6
to
7dadcc6
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2022 00:40
7dadcc6
to
88e3ced
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2022 00:47
88e3ced
to
405fffb
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2022 00:58
405fffb
to
1f541bd
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2022 01:40
1f541bd
to
c87c411
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2022 03:29
c87c411
to
7361cce
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2022 12:24
7361cce
to
e19d3ed
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2022 14:15
e19d3ed
to
7a8f60f
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2022 16:58
7a8f60f
to
0bd72aa
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2022 17:02
0bd72aa
to
696814e
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2022 22:39
696814e
to
dcb6948
Compare
Rich-Harris
approved these changes
Mar 4, 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
[email protected]
Patch Changes
Add sync CLI command (#4182)
Upgrade to TypeScript 4.6 (#4190)
@sveltejs/[email protected]
Patch Changes
Prevent Vite from copying static assets if directory is called "public" (#4214)
Add sync CLI command (#4182)
[breaking] expose entire config to adapters, rather than just appDir and trailingSlash (#4192)
[breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered (#4192)
[breaking] prerender pages during build, regardless of adapter (#4192)
Add config.kit.prerender.default option (#4192)
Ensure props are loaded from matching endpoint during client-side navigation (#4203)
Use prerendered pages in svelte-kit preview (#4192)
Upgrade to TypeScript 4.6 (#4190)
Fix
svelte-kit preview
(#4207)Make prerendered paths available to service workers (#4192)
Update history immediately before updating DOM (#4191)
Add config.kit.endpointExtensions option (#4197)