Skip to content

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Jan 12, 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-alpha-v5.16

Patch Changes

  • The emails endpoint helper and the corresponding createEmail method have been removed from the @clerk/backend SDK and apiClint.emails.createEmail will no longer be available. (#2548) by @Nikpolik

    We will not be providing an alternative method for creating and sending emails directly from our JavaScript SDKs with this release. If you are currently using createEmail and you wish to update to the latest SDK version, please reach out to our support team (https://clerk.com/support) so we can assist you.

  • Update README for v5 (#2577) by @LekoArts

@clerk/chrome-extension@1.0.0-alpha-v5.17

Patch Changes

@clerk/clerk-js@5.0.0-alpha-v5.17

Patch Changes

  • Hide backup codes when adding phone_code mfa and instance setting is off. (#2583) by @panteliselef

  • Update README for v5 (#2577) by @LekoArts

  • Updated dependencies [34fe88f73]:

    • @clerk/localizations@2.0.0-alpha-v5.11

@clerk/clerk-expo@1.0.0-alpha-v5.17

Patch Changes

@clerk/fastify@1.0.0-alpha-v5.18

Patch Changes

gatsby-plugin-clerk@5.0.0-alpha-v5.18

Patch Changes

  • Update README for v5 (#2577) by @LekoArts

  • Updated dependencies [935b0886e, 6a769771c]:

    • @clerk/backend@1.0.0-alpha-v5.16
    • @clerk/clerk-sdk-node@5.0.0-alpha-v5.16

@clerk/localizations@2.0.0-alpha-v5.11

Patch Changes

@clerk/nextjs@5.0.0-alpha-v5.18

Patch Changes

  • Update README for v5 (#2577) by @LekoArts

  • Introduce createRouteMatcher which is designed to generate and return a function that evaluates whether a given Request object matches a set of predefined routes. It provides flexibility in defining these routes through various patterns, including glob patterns, regular expressions, and custom functions. This composable helper can be used in combination with the clerkMiddleware helper to easily protect specific routes, eg: (#2572) by @nikosdouvlis

    import { clerkMiddleware, createRouteMatcher } from '@clerk/nextjs/server';
    
    const isProtectedRoute = createRouteMatcher(['/dashboard(.*)']);
    
    export default clerkMiddleware((auth, request) => {
      if (isProtectedRoute(request)) {
        auth().protect();
      }
    });
  • Fix partial prerendering error when using NextJS by correctly rethrowing partial prerendering (PPR) error. (#2518) by @juliuslipp

  • Updated dependencies [935b0886e, 6a769771c]:

    • @clerk/backend@1.0.0-alpha-v5.16

@clerk/remix@4.0.0-alpha-v5.18

Patch Changes

@clerk/clerk-sdk-node@5.0.0-alpha-v5.16

Patch Changes

@clerk/elements@0.0.2-alpha-v5.6

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch from 57ffcf8 to 7f82931 Compare January 15, 2024 10:36
@dimkl dimkl closed this Jan 15, 2024
@dimkl dimkl reopened this Jan 15, 2024
@dimkl dimkl enabled auto-merge January 15, 2024 19:53
@dimkl dimkl added this pull request to the merge queue Jan 15, 2024
Merged via the queue into main with commit 6810677 Jan 15, 2024
@dimkl dimkl deleted the changeset-release/main branch January 15, 2024 20:11
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.

2 participants