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/[email protected]
Minor Changes
With this change
<SignIn.Step name="choose-strategy">
and<SignIn.Step name="forgot-password">
now render a<div>
. This aligns them with all other<Step>
components (which render an element, mostly<form>
). (#3359) by @LekoArtsRequired action: Update your markup to account for the new
<div>
, e.g. by removing an element you previously added yourself and moving props likeclassName
to the<Step>
now. This change can be considered a breaking change so check if you're affected.@clerk/[email protected]
Minor Changes
This removes headers that were added for internal observability purposes. (see feat(clerk-expo): Add expo data to request headers #2528) (#3326) by @thiskevinwang
This aims to resolve reported CORS errors. (see getToken method returns null right after isSIgnedIn becomes true #2266)
This removes
expo-application
&expo-constants
as peer and development dependencies.Patch Changes
Use a polyfill for the
atob
function to prevent errors when using the Hermes JS engine, since the engine'satob
implementation is stricter than it should be. (#3354) by @desiprisgUpdated dependencies [
56c8562eb
,7b213d5a4
]:@clerk/[email protected]
Patch Changes
Inherit verifyToken options from clerkClient. (#3296) by @panteliselef
The below code now works as expected: (requires CLERK_SECRET_KEY env var to have been set)
@clerk/[email protected]
Patch Changes
56c8562eb
,7b213d5a4
]:@clerk/[email protected]
Patch Changes
Fix a bug where client_uat domain detection would not handle hostnames with a single part. This impacts locally defined custom hostnames used as aliases. (#3357) by @BRKalow
Fix Cypress setting cookies as third-party (#3245) by @anagstef
@clerk/[email protected]
Patch Changes
b92402258
]:@clerk/[email protected]
Patch Changes
b92402258
]:@clerk/[email protected]
Patch Changes
b92402258
]:@clerk/[email protected]
Patch Changes
b92402258
]:@clerk/[email protected]
Patch Changes
Inherit verifyToken options from clerkClient. (#3296) by @panteliselef
The below code now works as expected: (requires CLERK_SECRET_KEY env var to have been set)
Updated dependencies [
b92402258
]: