Version Packages - #3356
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
May 10, 2024 12:02
54fe515 to
b71ccd3
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
May 10, 2024 18:49
9e515cd to
d93e449
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 10, 2024 19:30
d93e449 to
ec3c85a
Compare
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/elements@0.4.0
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 likeclassNameto the<Step>now. This change can be considered a breaking change so check if you're affected.@clerk/clerk-expo@1.1.0
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-constantsas peer and development dependencies.Patch Changes
Use a polyfill for the
atobfunction to prevent errors when using the Hermes JS engine, since the engine'satobimplementation is stricter than it should be. (#3354) by @desiprisgUpdated dependencies [
56c8562eb,7b213d5a4]:@clerk/backend@1.1.3
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/chrome-extension@1.0.8
Patch Changes
56c8562eb,7b213d5a4]:@clerk/clerk-js@5.2.4
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/express@0.0.6
Patch Changes
b92402258]:@clerk/fastify@1.0.5
Patch Changes
b92402258]:@clerk/nextjs@5.0.8
Patch Changes
b92402258]:@clerk/remix@4.0.6
Patch Changes
b92402258]:@clerk/clerk-sdk-node@5.0.5
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]: