Skip to content

Releases: clerk/javascript

@clerk/[email protected]

06 Nov 01:48
49f1fcc

Choose a tag to compare

Minor Changes

  • Added localization entry for the API key copy modal component. (#7107) by @wobsoriano

Patch Changes

@clerk/[email protected]

06 Nov 01:48
49f1fcc

Choose a tag to compare

Patch Changes

@clerk/[email protected]

06 Nov 01:48
49f1fcc

Choose a tag to compare

Patch Changes

@clerk/[email protected]

06 Nov 01:48
49f1fcc

Choose a tag to compare

Patch Changes

@clerk/[email protected]

06 Nov 01:48
49f1fcc

Choose a tag to compare

Patch Changes

@clerk/[email protected]

06 Nov 01:48
49f1fcc

Choose a tag to compare

Patch Changes

@clerk/[email protected]

06 Nov 01:48
49f1fcc

Choose a tag to compare

Minor Changes

  • Replaced the persistent key column in the API keys table with a one-time modal that displays the secret immediately after creation. (#7107) by @wobsoriano

Patch Changes

@clerk/[email protected]

06 Nov 01:48
49f1fcc

Choose a tag to compare

@clerk/[email protected]

06 Nov 01:48
49f1fcc

Choose a tag to compare

Patch Changes

@clerk/[email protected]

06 Nov 01:47
49f1fcc

Choose a tag to compare

Minor Changes

  • Fixed API keys list method return type (#7162) by @wobsoriano

    const apiKeys = await clerkClient.apiKeys.list({ subject: 'user_xxxxx' });
    
    apiKeys.data;
    apiKeys.totalCount;

Patch Changes