Skip to content

Version Packages - #3356

Merged
nikosdouvlis merged 1 commit into
mainfrom
changeset-release/main
May 10, 2024
Merged

Version Packages#3356
nikosdouvlis merged 1 commit into
mainfrom
changeset-release/main

Conversation

@clerk-cookie

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

Copy link
Copy Markdown
Collaborator

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 @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/clerk-expo@1.1.0

Minor Changes

Patch Changes

  • Use a polyfill for the atob function to prevent errors when using the Hermes JS engine, since the engine's atob implementation is stricter than it should be. (#3354) by @desiprisg

  • Updated dependencies [56c8562eb, 7b213d5a4]:

    • @clerk/clerk-js@5.2.4

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

    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/chrome-extension@1.0.8

Patch Changes

@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

  • Updated dependencies [b92402258]:
    • @clerk/backend@1.1.3

@clerk/fastify@1.0.5

Patch Changes

  • Updated dependencies [b92402258]:
    • @clerk/backend@1.1.3

@clerk/nextjs@5.0.8

Patch Changes

  • Updated dependencies [b92402258]:
    • @clerk/backend@1.1.3

@clerk/remix@4.0.6

Patch Changes

  • Updated dependencies [b92402258]:
    • @clerk/backend@1.1.3

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

    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]:

    • @clerk/backend@1.1.3

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

3 participants