Skip to content

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Sep 3, 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/localizations@3.0.0

Major Changes

Patch Changes

@clerk/astro@1.3.0

Minor Changes

  • Add support for custom pages and links in the <OrganizationProfile /> Astro component. (#4096) by @wobsoriano

Patch Changes

@clerk/backend@1.10.0

Minor Changes

  • Experimental support: Expect a new sessionClaim called fva that tracks the age of verified factor groups. (#4061) by @panteliselef

    Server side

    This can be applied to any helper that returns the auth object

    Nextjs example

    auth().__experimental_factorVerificationAge;

    Client side

    React example

    const { session } = useSession();
    session?.__experimental_factorVerificationAge;

Patch Changes

@clerk/clerk-js@5.21.0

Minor Changes

  • Experimental support: Expect a new sessionClaim called fva that tracks the age of verified factor groups. (#4061) by @panteliselef

    Server side

    This can be applied to any helper that returns the auth object

    Nextjs example

    auth().__experimental_factorVerificationAge;

    Client side

    React example

    const { session } = useSession();
    session?.__experimental_factorVerificationAge;

Patch Changes

@clerk/elements@0.15.0

Minor Changes

  • Remove @clerk/elements reliance on next and @clerk/clerk-react directly. The host router is now provided by @clerk/nextjs. (#4064) by @BRKalow

Patch Changes

@clerk/nextjs@5.5.0

Minor Changes

  • Remove @clerk/elements reliance on next and @clerk/clerk-react directly. The host router is now provided by @clerk/nextjs. (#4064) by @BRKalow

Patch Changes

@clerk/clerk-react@5.8.0

Minor Changes

  • Experimental support: Expect a new sessionClaim called fva that tracks the age of verified factor groups. (#4061) by @panteliselef

    Server side

    This can be applied to any helper that returns the auth object

    Nextjs example

    auth().__experimental_factorVerificationAge;

    Client side

    React example

    const { session } = useSession();
    session?.__experimental_factorVerificationAge;

Patch Changes

@clerk/shared@2.7.0

Minor Changes

  • Remove @clerk/elements reliance on next and @clerk/clerk-react directly. The host router is now provided by @clerk/nextjs. (#4064) by @BRKalow

Patch Changes

@clerk/types@4.20.0

Minor Changes

  • Experimental support: Expect a new sessionClaim called fva that tracks the age of verified factor groups. (#4061) by @panteliselef

    Server side

    This can be applied to any helper that returns the auth object

    Nextjs example

    auth().__experimental_factorVerificationAge;

    Client side

    React example

    const { session } = useSession();
    session?.__experimental_factorVerificationAge;

Patch Changes

  • Improve JSDoc comments coverage on <ClerkProvider> properties (#4098) by @LekoArts

  • Drop support for deprecated Coinbase Web3 provider (#4092) by @chanioxaris

@clerk/chrome-extension@1.3.2

Patch Changes

@clerk/clerk-expo@2.2.8

Patch Changes

@clerk/express@0.0.37

Patch Changes

@clerk/fastify@1.0.39

Patch Changes

@clerk/remix@4.2.23

Patch Changes

@clerk/clerk-sdk-node@5.0.36

Patch Changes

@clerk/tanstack-start@0.3.6

Patch Changes

@clerk/testing@1.2.19

Patch Changes

@clerk/themes@2.1.28

Patch Changes

@clerk/ui@0.1.9

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 10 times, most recently from f4be447 to 96c2581 Compare September 6, 2024 18:06
@brkalow brkalow closed this Sep 6, 2024
@brkalow brkalow reopened this Sep 6, 2024
@github-actions github-actions bot force-pushed the changeset-release/main branch from 96c2581 to 286df27 Compare September 6, 2024 21:21
@panteliselef panteliselef reopened this Sep 9, 2024
@panteliselef panteliselef enabled auto-merge (squash) September 9, 2024 14:37
@panteliselef panteliselef merged commit ae829cb into main Sep 9, 2024
18 of 20 checks passed
@panteliselef panteliselef deleted the changeset-release/main branch September 9, 2024 14:46
wobsoriano pushed a commit that referenced this pull request Feb 8, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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