ci(repo): Version packages - #4358
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
8 times, most recently
from
October 22, 2024 07:13
9b20481 to
b370659
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
October 22, 2024 15:21
b370659 to
94c9eca
Compare
4 tasks
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
October 22, 2024 17:56
6271ab4 to
1e7bb2b
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
October 22, 2024 22:48
77a434c to
b93ff84
Compare
brkalow
enabled auto-merge (squash)
October 22, 2024 23:55
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
October 22, 2024 23:59
b93ff84 to
be509dd
Compare
auto-merge was automatically disabled
October 22, 2024 23:59
Pull request was closed
brkalow
approved these changes
Oct 23, 2024
Member
|
!allow-major |
brkalow
enabled auto-merge (squash)
October 23, 2024 00:19
Member
|
commenting for reach |
brkalow
disabled auto-merge
October 23, 2024 00:29
wobsoriano
pushed a commit
that referenced
this pull request
Feb 8, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
@clerk/nextjs@6.0.0
Major Changes
Stop
<ClerkProvider>from opting applications into dynamic rendering. A new prop,<ClerkProvider dynamic>can be used to opt-in to dynamic rendering and make auth data available during server-side rendering. The RSCauth()helper should be preferred for accessing auth data during dynamic rendering. (#4366) by @jacekradko@clerk/nextjs: Converting auth() and clerkClient() interfaces to be async (#4366) by @jacekradko
@clerk/upgrade: Adding required codemod for @clerk/nextjs breaking changes
Migration guide
auth()is now asyncPreviously the
auth()method from@clerk/nextjs/serverwas synchronous.The
authmethod now becomes asynchronous. You will need to make the following changes to the snippet above to make it compatible.Clerk middleware auth is now async
clerkClient() is now async
Previously the
clerkClient()method from@clerk/nextjs/serverwas synchronous.The method now becomes async. You will need to make the following changes to the snippet above to make it compatible.
Support
unstable_rethrowinsideclerkMiddleware. (#4366) by @jacekradkoWe changed the errors thrown by
protect()insideclerkMiddlewarein order forunstable_rethrowto recognise them and rethrow them.Removes deprecated APIs:
authMiddleware(),redirectToSignIn(), andredirectToSignUp(). See the migration guide to learn how to update your usage. (#4366) by @jacekradkoMinor Changes
Bug fix: Correctly redirect to sign in page in Next 15. (#4383) by @panteliselef
Add experimental support for new UI components (#4114) by @BRKalow
Patch Changes
93dfe7a09,3b50b67bd,a0204a8e8,3b50b67bd]:@clerk/astro@1.4.0
Minor Changes
Patch Changes
93dfe7a09,3b50b67bd,3b50b67bd]:@clerk/backend@1.15.0
Minor Changes
Added
legalAcceptedAtonUser(#4367) by @octoperAdded
legalAcceptedAtandskipLegalChecksonCreateUserParamsandUpdateUserParamsAdded
legal_accepted_atonUserJSONPatch Changes
3b50b67bd,3b50b67bd]:@clerk/clerk-js@5.28.0
Minor Changes
Patch Changes
Bug fix: Always receive a new session verification object when UserVerification component mounts. (#4359) by @panteliselef
Updated dependencies [
3b50b67bd,3b50b67bd]:@clerk/elements@0.17.0
Minor Changes
Patch Changes
Remove @clerk/clerk-react as a dev depedency. Move @clerk/shared to depedencies (previously devDepedencies). (#4114) by @BRKalow
Updated dependencies [
3b50b67bd,3b50b67bd]:@clerk/clerk-react@5.13.0
Minor Changes
<ClerkProvider dynamic>(#4366) by @jacekradkoPatch Changes
3b50b67bd,3b50b67bd]:@clerk/shared@2.10.0
Minor Changes
Patch Changes
3b50b67bd,3b50b67bd]:@clerk/types@4.27.0
Minor Changes
Patch Changes
SignInProps/SignUpProps__experimentaltype to allow for arbitrary properties (#4114) by @BRKalow@clerk/upgrade@1.1.0
Minor Changes
@clerk/nextjs: Converting auth() and clerkClient() interfaces to be async (#4366) by @jacekradko
@clerk/upgrade: Adding required codemod for @clerk/nextjs breaking changes
Migration guide
auth()is now asyncPreviously the
auth()method from@clerk/nextjs/serverwas synchronous.The
authmethod now becomes asynchronous. You will need to make the following changes to the snippet above to make it compatible.Clerk middleware auth is now async
clerkClient() is now async
Previously the
clerkClient()method from@clerk/nextjs/serverwas synchronous.The method now becomes async. You will need to make the following changes to the snippet above to make it compatible.
@clerk/chrome-extension@1.3.21
Patch Changes
1be6dac56,3b50b67bd,a0204a8e8]:@clerk/clerk-expo@2.2.27
Patch Changes
1be6dac56,3b50b67bd,a0204a8e8,3b50b67bd]:@clerk/express@1.3.2
Patch Changes
93dfe7a09,3b50b67bd,3b50b67bd]:@clerk/fastify@2.0.4
Patch Changes
93dfe7a09,3b50b67bd,3b50b67bd]:@clerk/localizations@3.3.1
Patch Changes
3b50b67bd,3b50b67bd]:@clerk/remix@4.2.40
Patch Changes
93dfe7a09,3b50b67bd,a0204a8e8,3b50b67bd]:@clerk/clerk-sdk-node@5.0.53
Patch Changes
93dfe7a09,3b50b67bd,3b50b67bd]:@clerk/tanstack-start@0.4.16
Patch Changes
93dfe7a09,3b50b67bd,a0204a8e8,3b50b67bd]:@clerk/testing@1.3.14
Patch Changes
93dfe7a09,3b50b67bd,3b50b67bd]:@clerk/themes@2.1.38
Patch Changes
3b50b67bd,3b50b67bd]: