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/clerk-js@5.20.0

Minor Changes

  • Add support for the Coinbase Wallet web3 provider and authentication strategy. The Coinbase Wallet provider handles both Coinbase Wallet extension and Smart Wallet (#4082) by @chanioxaris

  • Experimental: Persist the Clerk client after signing out a user. (#3941) by @panteliselef

    This allows for matching a user's device with a client. To try out this new feature, enable it in your <ClerkProvider /> or clerk.load() call.

    // React
    <ClerkProvider experimental={{ persistClient: true }} />;
    
    // Vanilla JS
    await clerk.load({ experimental: { persistClient: true } });

Patch Changes

  • Updated dependencies [8a3b9f079, e95c28196]:
    • @clerk/types@4.19.0
    • @clerk/localizations@2.8.1
    • @clerk/shared@2.6.2

@clerk/clerk-react@5.7.0

Minor Changes

  • Add support for the Coinbase Wallet web3 provider and authentication strategy. The Coinbase Wallet provider handles both Coinbase Wallet extension and Smart Wallet (#4082) by @chanioxaris

Patch Changes

@clerk/types@4.19.0

Minor Changes

  • Add support for the Coinbase Wallet web3 provider and authentication strategy. The Coinbase Wallet provider handles both Coinbase Wallet extension and Smart Wallet (#4082) by @chanioxaris

  • Experimental: Persist the Clerk client after signing out a user. (#3941) by @panteliselef

    This allows for matching a user's device with a client. To try out this new feature, enable it in your <ClerkProvider /> or clerk.load() call.

    // React
    <ClerkProvider experimental={{ persistClient: true }} />;
    
    // Vanilla JS
    await clerk.load({ experimental: { persistClient: true } });

@clerk/astro@1.2.6

Patch Changes

@clerk/backend@1.9.2

Patch Changes

@clerk/chrome-extension@1.3.1

Patch Changes

  • Updated dependencies [8a3b9f079, e95c28196]:
    • @clerk/clerk-js@5.20.0
    • @clerk/clerk-react@5.7.0
    • @clerk/shared@2.6.2

@clerk/elements@0.14.6

Patch Changes

@clerk/clerk-expo@2.2.7

Patch Changes

  • Updated dependencies [8a3b9f079, e95c28196]:
    • @clerk/clerk-js@5.20.0
    • @clerk/clerk-react@5.7.0
    • @clerk/types@4.19.0
    • @clerk/shared@2.6.2

@clerk/express@0.0.36

Patch Changes

@clerk/fastify@1.0.38

Patch Changes

@clerk/localizations@2.8.1

Patch Changes

@clerk/nextjs@5.4.1

Patch Changes

  • Updated dependencies [8a3b9f079, e95c28196, 1fe744328]:
    • @clerk/clerk-react@5.7.0
    • @clerk/types@4.19.0
    • @clerk/backend@1.9.2
    • @clerk/shared@2.6.2

@clerk/remix@4.2.22

Patch Changes

  • Updated dependencies [8a3b9f079, e95c28196, 1fe744328]:
    • @clerk/clerk-react@5.7.0
    • @clerk/types@4.19.0
    • @clerk/backend@1.9.2
    • @clerk/shared@2.6.2

@clerk/clerk-sdk-node@5.0.35

Patch Changes

@clerk/shared@2.6.2

Patch Changes

@clerk/tanstack-start@0.3.5

Patch Changes

@clerk/testing@1.2.18

Patch Changes

@clerk/themes@2.1.27

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch from 5a3c5d5 to 89624e6 Compare September 3, 2024 15:37
@nikosdouvlis nikosdouvlis merged commit f5610f1 into main Sep 3, 2024
@nikosdouvlis nikosdouvlis deleted the changeset-release/main branch September 3, 2024 15:37
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