Version Packages (alpha-v5) - #2554
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
8 times, most recently
from
January 11, 2024 16:10
a1fb9b9 to
1654179
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
January 11, 2024 16:33
1654179 to
6d006b9
Compare
dimkl
approved these changes
Jan 11, 2024
dimkl
enabled auto-merge
January 11, 2024 17:00
dimkl
added this pull request to the merge queue
Jan 11, 2024
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.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@clerk/backend@1.0.0-alpha-v5.15
Major Changes
Change
SessionApi.getToken()to return consistent{ data, errors }return value (#2539) by @dimkland fix the
getToken()from requestState to have the same return behavior as v4(return Promise or throw error).
This change fixes issues with
getToken()in@clerk/nextjs/@clerk/remix/@clerk/fastify/@clerk/sdk-node/gatsby-plugin-clerk:Example:
The change in
SessionApi.getToken()return value is a breaking change, to keep the existing behavior use the following:Minor Changes
Replace the
Clerk-Backend-SDKheader withUser-Agentin BAPI requests and update it's value to contain both the package name and the package version of the clerk package (#2558) by @dimklexecuting the request. Eg request from
@clerk/nextjsto BAPI with appendUser-Agent: @clerk/nextjs@5.0.0-alpha-v5.16using the latest version.Miscellaneous changes: The backend test build changed to use tsup.
Patch Changes
8cc45d2af]:@clerk/fastify@1.0.0-alpha-v5.17
Minor Changes
Replace the
Clerk-Backend-SDKheader withUser-Agentin BAPI requests and update it's value to contain both the package name and the package version of the clerk package (#2558) by @dimklexecuting the request. Eg request from
@clerk/nextjsto BAPI with appendUser-Agent: @clerk/nextjs@5.0.0-alpha-v5.16using the latest version.Miscellaneous changes: The backend test build changed to use tsup.
Patch Changes
799abc281,8cc45d2af,b4e79c1b9]:gatsby-plugin-clerk@5.0.0-alpha-v5.17
Minor Changes
Replace the
Clerk-Backend-SDKheader withUser-Agentin BAPI requests and update it's value to contain both the package name and the package version of the clerk package (#2558) by @dimklexecuting the request. Eg request from
@clerk/nextjsto BAPI with appendUser-Agent: @clerk/nextjs@5.0.0-alpha-v5.16using the latest version.Miscellaneous changes: The backend test build changed to use tsup.
Patch Changes
799abc281,8cc45d2af,b4e79c1b9,db2d82901]:@clerk/nextjs@5.0.0-alpha-v5.17
Minor Changes
Replace the
Clerk-Backend-SDKheader withUser-Agentin BAPI requests and update it's value to contain both the package name and the package version of the clerk package (#2558) by @dimklexecuting the request. Eg request from
@clerk/nextjsto BAPI with appendUser-Agent: @clerk/nextjs@5.0.0-alpha-v5.16using the latest version.Miscellaneous changes: The backend test build changed to use tsup.
Patch Changes
Export MultisessionAppSupport from @clerk/nextjs/internal (#2553) by @nikosdouvlis
Updated dependencies [
799abc281,8cc45d2af,b4e79c1b9,db2d82901]:@clerk/clerk-react@5.0.0-alpha-v5.16
Minor Changes
Apply the following changes to components with routing props: (#2543) by @dimkl
routing="path"andpathprop is required to be set via env or contextrouting="hash"orrouting="virtual"is set the implicit (via env or context)pathoption is ignoredrouting="hash"orrouting="virtual"thenpathprop is not allowed to be setExamples of components with routing props:
<CreateOrganization /><OrganizationProfile /><SignIn /><SignUp /><UserProfile />Patch Changes
Allow dynamic values components props, even if these values change after the components are rendered. For example, a
SignIncomponent with aredirectUrlprop passed in will always respect the latest value ofredirectUrl. (#2515) by @nikosdouvlisUpdated dependencies [
8cc45d2af]:@clerk/remix@4.0.0-alpha-v5.17
Minor Changes
Replace the
Clerk-Backend-SDKheader withUser-Agentin BAPI requests and update it's value to contain both the package name and the package version of the clerk package (#2558) by @dimklexecuting the request. Eg request from
@clerk/nextjsto BAPI with appendUser-Agent: @clerk/nextjs@5.0.0-alpha-v5.16using the latest version.Miscellaneous changes: The backend test build changed to use tsup.
Patch Changes
799abc281,8cc45d2af,b4e79c1b9,db2d82901]:@clerk/clerk-sdk-node@5.0.0-alpha-v5.15
Minor Changes
Replace the
Clerk-Backend-SDKheader withUser-Agentin BAPI requests and update it's value to contain both the package name and the package version of the clerk package (#2558) by @dimklexecuting the request. Eg request from
@clerk/nextjsto BAPI with appendUser-Agent: @clerk/nextjs@5.0.0-alpha-v5.16using the latest version.Miscellaneous changes: The backend test build changed to use tsup.
Patch Changes
799abc281,8cc45d2af,b4e79c1b9]:@clerk/shared@2.0.0-alpha-v5.10
Minor Changes
SignIncomponent with aredirectUrlprop passed in will always respect the latest value ofredirectUrl. (#2515) by @nikosdouvlis@clerk/chrome-extension@1.0.0-alpha-v5.16
Patch Changes
8cc45d2af,db2d82901]:@clerk/clerk-js@5.0.0-alpha-v5.16
Patch Changes
Allow dynamic values components props, even if these values change after the components are rendered. For example, a
SignIncomponent with aredirectUrlprop passed in will always respect the latest value ofredirectUrl. (#2515) by @nikosdouvlisUpdated dependencies [
8cc45d2af]:@clerk/clerk-expo@1.0.0-alpha-v5.16
Patch Changes
8cc45d2af,db2d82901]:@clerk/elements@0.0.2-alpha-v5.5
Patch Changes
8cc45d2af,b4e79c1b9,c0a7455ac,db2d82901]: