Version Packages#11395
Closed
vercel-release-bot wants to merge 3 commits into
Closed
Conversation
bb3aba7 to
686be58
Compare
686be58 to
e4cb269
Compare
e4cb269 to
45d7f88
Compare
45d7f88 to
029a3d2
Compare
029a3d2 to
fca986e
Compare
fca986e to
9dc0f64
Compare
9dc0f64 to
9772536
Compare
9772536 to
f58be1d
Compare
f58be1d to
d1d8c7d
Compare
styfle
approved these changes
Apr 10, 2024
EndangeredMassa
approved these changes
Apr 10, 2024
TooTallNate
added a commit
that referenced
this pull request
Apr 10, 2024
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 main, this PR will be updated. - Add support for edge function environment variables ([#11390](#11390)) - fix flickering during interactive UI rerendering ([#11392](#11392)) - fix `vc ls` message to be `vc projects ls` ([#11400](#11400)) - Updated dependencies \[[`2461b571a`](2461b57)]: - @vercel/next@4.2.0
Member
|
GitHub was having some issues with this PR ("error: merge already in progress"), so I manually committed this PR in 1aab599. |
TooTallNate
added a commit
that referenced
this pull request
Apr 10, 2024
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 main, this PR will be updated. - Add support for edge function environment variables ([#11390](#11390)) - fix flickering during interactive UI rerendering ([#11392](#11392)) - fix `vc ls` message to be `vc projects ls` ([#11400](#11400)) - Updated dependencies \[[`2461b571a`](2461b57)]: - @vercel/next@4.2.0
huozhi
added a commit
to vercel/next.js
that referenced
this pull request
Apr 11, 2024
### What Bump the edge runtime manifest version and add `environments` property to each route for inlining values for deployment build. ### Why In edge runtime, extract the preview props into edge functions manifest that holding the non-deterministic inline values, then the output build will be more deterministic that helps deployment speed x-ref: vercel/vercel#11390 x-ref: vercel/vercel#11395 Closes NEXT-3012 Closes NEXT-1912
This file contains hidden or 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
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 main, this PR will be updated.
Releases
@vercel/next@4.2.0
Minor Changes
vercel@33.7.1
Patch Changes
fix flickering during interactive UI rerendering (#11392)
fix
vc lsmessage to bevc projects ls(#11400)Updated dependencies [
2461b571a]: