Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3356

Merged
merged 1 commit into from
May 10, 2024
Merged

Version Packages #3356

merged 1 commit into from
May 10, 2024

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented May 9, 2024

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 @LekoArts

    Required action: Update your markup to account for the new <div>, e.g. by removing an element you previously added yourself and moving props like className to the <Step> now. This change can be considered a breaking change so check if you're affected.

@clerk/[email protected]

Minor Changes

Patch Changes

@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)

    import { clerkClient } from '@clerk/clerk-sdk-node';
    
    // Use the default settings from the already instanciated clerkClient
    clerkClient.verifyToken(token);
    // or provide overrides the options
    clerkClient.verifyToken(token, {
      secretKey: 'xxxx',
    });

@clerk/[email protected]

Patch Changes

@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

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@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)

    import { clerkClient } from '@clerk/clerk-sdk-node';
    
    // Use the default settings from the already instanciated clerkClient
    clerkClient.verifyToken(token);
    // or provide overrides the options
    clerkClient.verifyToken(token, {
      secretKey: 'xxxx',
    });
  • Updated dependencies [b92402258]:

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 54fe515 to b71ccd3 Compare May 10, 2024 12:02
@tmilewski tmilewski closed this May 10, 2024
@tmilewski tmilewski reopened this May 10, 2024
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 9e515cd to d93e449 Compare May 10, 2024 18:49
@nikosdouvlis nikosdouvlis reopened this May 10, 2024
@nikosdouvlis nikosdouvlis merged commit b1669a5 into main May 10, 2024
10 checks passed
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch May 10, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants