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 (beta) #2969

Merged
merged 1 commit into from Mar 20, 2024
Merged

Version Packages (beta) #2969

merged 1 commit into from Mar 20, 2024

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Mar 11, 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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@clerk/backend@1.0.0-beta.29

Minor Changes

  • Add external_account_id to OAuth access token response (#2982) by @kostaspt

Patch Changes

  • Introduce clerkClient.samlConnections to expose getSamlConnectionList, createSamlConnection, getSamlConnection, updateSamlConnection and deleteSamlConnection endpoints. Introduce SamlConnection resource for BAPI. (#2980) by @EmmanouelaPothitou

    Example:

    import { clerkClient } from '@clerk/nextjs/server';
    const samlConnection = await clerkClient.samlConnections.getSamlConnectionList();
    
  • Export the JSON types for clerk resources. (#2965) by @desiprisg

  • Fix infinite redirect loops for production instances with incorrect secret keys' (#2994) by @dimkl

@clerk/clerk-js@5.0.0-beta.35

Minor Changes

  • List passkeys under security in UserProfile. (#2958) by @panteliselef

    • Supports renaming a passkey.
    • Supports deleting a passkey.
  • During sign in, navigate to the reset-password route if the user needs a new password. This happens when you enforce password usage during sign-in in your dashboard. Previously this case wasn't handled in the password form. (#2984) by @yourtallness

    The signIn.resetPassword.requiredMessage localization was updated to 'For security reasons, it is required to reset your password.'.

  • Throw an error in development when there is an invalid mount or modal open. This includes mounting a component when the resource is not available (i.e. mountUserProfile() when the user does not exist) as well as mounting a component without the feature being enabled via the clerk dashboard (i.e. mountOrganizationProfile() without having organizations enabled). (#2976) by @desiprisg

  • Experimental support for authenticating with a passkey. (#2970) by @panteliselef

    Example usage: await signIn.authenticateWithPasskey().

  • Remove unused error helpers. (#2978) by @panteliselef

    • clerkErrorInvalidColor()
    • clerkCoreErrorUserIsNotDefined()
    • clerkCoreErrorSessionIsNotDefined()
    • clerkCoreErrorOrganizationIsNotDefined()
  • Remove the unused appearance keys for accordion and breadcrumb elements. (#2956) by @desiprisg

  • Allow users to authenticate with passkeys via the <SignIn/>. (#3000) by @panteliselef

Patch Changes

@clerk/localizations@2.0.0-beta.18

Minor Changes

  • List passkeys under security in UserProfile. (#2958) by @panteliselef

    • Supports renaming a passkey.
    • Supports deleting a passkey.
  • During sign in, navigate to the reset-password route if the user needs a new password. This happens when you enforce password usage during sign-in in your dashboard. Previously this case wasn't handled in the password form. (#2984) by @yourtallness

    The signIn.resetPassword.requiredMessage localization was updated to 'For security reasons, it is required to reset your password.'.

  • Allow users to authenticate with passkeys via the <SignIn/>. (#3000) by @panteliselef

Patch Changes

@clerk/nextjs@5.0.0-beta.35

Minor Changes

Patch Changes

@clerk/types@4.0.0-beta.21

Minor Changes

  • List passkeys under security in UserProfile. (#2958) by @panteliselef

    • Supports renaming a passkey.
    • Supports deleting a passkey.
  • Experimental support for authenticating with a passkey. (#2970) by @panteliselef

    Example usage: await signIn.authenticateWithPasskey().

  • Remove the unused appearance keys for accordion and breadcrumb elements. (#2956) by @desiprisg

  • Allow users to authenticate with passkeys via the <SignIn/>. (#3000) by @panteliselef

@clerk/chrome-extension@1.0.0-beta.35

Patch Changes

@clerk/clerk-expo@1.0.0-beta.35

Patch Changes

@clerk/fastify@1.0.0-beta.35

Patch Changes

gatsby-plugin-clerk@5.0.0-beta.35

Patch Changes

@clerk/clerk-react@5.0.0-beta.31

Patch Changes

@clerk/remix@4.0.0-beta.35

Patch Changes

@clerk/clerk-sdk-node@5.0.0-beta.30

Patch Changes

@clerk/themes@2.0.0-beta.6

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 18 times, most recently from 5ca937e to 02bc2f8 Compare March 20, 2024 11:56
@nikosdouvlis nikosdouvlis reopened this Mar 20, 2024
@nikosdouvlis nikosdouvlis merged commit f60829c into main Mar 20, 2024
9 checks passed
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch March 20, 2024 14:36
@nikosdouvlis nikosdouvlis restored the changeset-release/main branch March 20, 2024 15:34
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch March 20, 2024 15:34
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

2 participants