Skip to content

Conversation

@clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Apr 9, 2025

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.60.0

Minor Changes

Patch Changes

@clerk/clerk-react@5.27.0

Minor Changes

Patch Changes

@clerk/shared@3.6.0

Minor Changes

  • Export createEventBus from @clerk/shared/eventBus. (#5546) by @panteliselef

    // Create a type-safe event bus
    const bus = createEventBus<{
      'user:login': { id: string };
      error: Error;
    }>();
    
    // Subscribe to events
    const onLogin = ({ id }: { id: string }) => console.log('User logged in:', id);
    bus.on('user:login', onLogin);
    
    // Subscribe with priority (runs before regular handlers)
    bus.onBefore('error', error => console.error('Error occurred:', error));
    
    // Emit events
    bus.emit('user:login', { id: 'user_123' });
    
    // Unsubscribe specific handler
    bus.off('user:login', onLogin);
    
    // Unsubscribe all handlers
    bus.off('error');

Patch Changes

@clerk/types@4.53.0

Minor Changes

@clerk/vue@1.6.0

Minor Changes

Patch Changes

@clerk/agent-toolkit@0.0.21

Patch Changes

@clerk/astro@2.6.3

Patch Changes

@clerk/backend@1.27.3

Patch Changes

@clerk/chrome-extension@2.2.28

Patch Changes

@clerk/elements@0.23.13

Patch Changes

@clerk/clerk-expo@2.9.11

Patch Changes

@clerk/expo-passkeys@0.2.5

Patch Changes

@clerk/express@1.4.4

Patch Changes

@clerk/fastify@2.2.4

Patch Changes

@clerk/localizations@3.13.9

Patch Changes

  • Improve the CAPTCHA error message to better assist users (#5577) by @anagstef

  • Updated dependencies [554242e]:

    • @clerk/types@4.53.0

@clerk/nextjs@6.14.3

Patch Changes

@clerk/nuxt@1.5.4

Patch Changes

@clerk/react-router@1.2.4

Patch Changes

  • Updated dependencies [70c9db9, 554242e, cc1f9a0, 8186cb5]:
    • @clerk/backend@1.27.3
    • @clerk/shared@3.6.0
    • @clerk/clerk-react@5.27.0
    • @clerk/types@4.53.0

@clerk/remix@4.5.16

Patch Changes

  • Updated dependencies [70c9db9, 554242e, cc1f9a0, 8186cb5]:
    • @clerk/backend@1.27.3
    • @clerk/shared@3.6.0
    • @clerk/clerk-react@5.27.0
    • @clerk/types@4.53.0

@clerk/tanstack-react-start@0.13.4

Patch Changes

  • Updated dependencies [70c9db9, 554242e, cc1f9a0, 8186cb5]:
    • @clerk/backend@1.27.3
    • @clerk/shared@3.6.0
    • @clerk/clerk-react@5.27.0
    • @clerk/types@4.53.0

@clerk/testing@1.4.38

Patch Changes

@clerk/themes@2.2.31

Patch Changes

  • Updated dependencies [554242e]:
    • @clerk/types@4.53.0

@vercel
Copy link

vercel bot commented Apr 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 10, 2025 5:35pm

@panteliselef panteliselef reopened this Apr 10, 2025
@panteliselef panteliselef merged commit a7fc1d6 into main Apr 10, 2025
30 checks passed
@panteliselef panteliselef deleted the changeset-release/main branch April 10, 2025 18:05
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