Skip to content

ci(repo): Version packages - #3631

Merged
nikosdouvlis merged 1 commit into
mainfrom
changeset-release/main
Jul 2, 2024
Merged

ci(repo): Version packages#3631
nikosdouvlis merged 1 commit into
mainfrom
changeset-release/main

Conversation

@clerk-cookie

@clerk-cookie clerk-cookie commented Jun 28, 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/backend@1.3.0

Minor Changes

  • Introduces dynamic keys from clerkMiddleware, allowing access by server-side helpers like auth. Keys such as signUpUrl, signInUrl, publishableKey and secretKey are securely encrypted using AES algorithm. (#3525) by @LauraBeatris

    • When providing secretKey, CLERK_ENCRYPTION_KEY is required as the encryption key. If secretKey is not provided, CLERK_SECRET_KEY is used by default.
    • clerkClient from @clerk/nextjs should now be called as a function, and its singleton form is deprecated. This change allows the Clerk backend client to read keys from the current request, which is necessary to support dynamic keys.

    For more information, refer to the documentation: https://clerk.com/docs/references/nextjs/clerk-middleware#dynamic-keys

@clerk/elements@0.10.0

Minor Changes

  • Add backup_code verification strategy (#3627) by @tmilewski

    <SignIn.Step name='choose-strategy'>
      <SignIn.SupportedStrategy name='backup_code'>Use a backup code</SignIn.SupportedStrategy>
    <SignIn.Step>
    <SignIn.Step name='verifications'>
      <SignIn.Strategy name='backup_code'>
        <Clerk.Field name="backup_code">
          <Clerk.Label>Code:</Clerk.Label>
          <Clerk.Input />
          <Clerk.FieldError />
        </Clerk.Field>
    
        <Clerk.Action submit>Continue</Clerk.Action>
      </SignIn.Strategy>
    <SignIn.Step>

Patch Changes

  • Addresses the issue where sign-in factors were not properly falling back to empty arrays. (#3647) by @LauraBeatris

  • Refactors sign-up loading logic to be in-line with sign-in (#3648) by @tmilewski

  • Ensure Sign Up resending resets upon being triggered (#3652) by @tmilewski

  • Fixes persistent loading states within the forgot-password step (#3648) by @tmilewski

  • Fix Sign In forgot-password step not rendering (#3653) by @tmilewski

@clerk/nextjs@5.2.0

Minor Changes

  • Introduces dynamic keys from clerkMiddleware, allowing access by server-side helpers like auth. Keys such as signUpUrl, signInUrl, publishableKey and secretKey are securely encrypted using AES algorithm. (#3525) by @LauraBeatris

    • When providing secretKey, CLERK_ENCRYPTION_KEY is required as the encryption key. If secretKey is not provided, CLERK_SECRET_KEY is used by default.
    • clerkClient from @clerk/nextjs should now be called as a function, and its singleton form is deprecated. This change allows the Clerk backend client to read keys from the current request, which is necessary to support dynamic keys.

    For more information, refer to the documentation: https://clerk.com/docs/references/nextjs/clerk-middleware#dynamic-keys

Patch Changes

  • Updated dependencies [f1847b70b]:
    • @clerk/backend@1.3.0

@clerk/remix@4.2.0

Minor Changes

Patch Changes

  • Fix issues caused by modifying duplex property on Request when it was already defined (#3645) by @octoper

  • Updated dependencies [f1847b70b]:

    • @clerk/backend@1.3.0

@clerk/express@0.0.15

Patch Changes

  • Updated dependencies [f1847b70b]:
    • @clerk/backend@1.3.0

@clerk/fastify@1.0.17

Patch Changes

  • Updated dependencies [f1847b70b]:
    • @clerk/backend@1.3.0

@clerk/clerk-sdk-node@5.0.14

Patch Changes

  • Updated dependencies [f1847b70b]:
    • @clerk/backend@1.3.0

@clerk/tanstack-start@0.1.4

Patch Changes

  • Updated dependencies [f1847b70b]:
    • @clerk/backend@1.3.0

@clerk/ui@0.1.6

Patch Changes

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 3d2245c to 75068af Compare July 2, 2024 17:15
@LauraBeatris
LauraBeatris enabled auto-merge (squash) July 2, 2024 18:38
@brkalow brkalow closed this Jul 2, 2024
auto-merge was automatically disabled July 2, 2024 18:40

Pull request was closed

@brkalow brkalow reopened this Jul 2, 2024
@nikosdouvlis
nikosdouvlis merged commit 1a704ed into main Jul 2, 2024
@nikosdouvlis
nikosdouvlis deleted the changeset-release/main branch July 2, 2024 18:52
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.

4 participants