Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/metal-meals-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@clerk/clerk-js': patch
'@clerk/backend': patch
---

Update the supported API version to `2025-04-10`
2 changes: 1 addition & 1 deletion packages/backend/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const API_VERSION = 'v1';

export const USER_AGENT = `${PACKAGE_NAME}@${PACKAGE_VERSION}`;
export const MAX_CACHE_LAST_UPDATED_AT_SECONDS = 5 * 60;
export const SUPPORTED_BAPI_VERSION = '2024-10-01';
export const SUPPORTED_BAPI_VERSION = '2025-04-10';

const Attributes = {
AuthToken: '__clerkAuthToken',
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/src/core/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ export const SIGN_UP_MODES: Record<string, SignUpModes> = {
};

// This is the currently supported version of the Frontend API
export const SUPPORTED_FAPI_VERSION = '2024-10-01';
export const SUPPORTED_FAPI_VERSION = '2025-04-10';