Skip to content

Commit f5f5e1d

Browse files
authored
Merge branch 'release/core-2' into rob/fix-dependabot-alerts-core2
2 parents 84f3dca + bca677e commit f5f5e1d

50 files changed

Lines changed: 371 additions & 86 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/clever-carrots-add.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/clerk-js': patch
3+
---
4+
5+
Disable ConsoleTransport for debug logger by default

.changeset/fast-paws-double.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/clerk-js": patch
3+
---
4+
5+
Fixed an issue where primary identifier shows undefined when signing in with phone number only
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/clerk-js': patch
3+
---
4+
5+
Fix infinite loading spinner when navigating to factor-two sign-in route without an active 2FA session

.changeset/fluffy-toys-wash.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/legal-crabs-shout.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@clerk/clerk-js': minor
3+
'@clerk/backend': minor
4+
---
5+
6+
Add `providerUserId` field to `ExternalAccount` resource as the preferred way to access the unique user ID from the OAuth provider. The existing `externalId` field is now deprecated in favor of `providerUserId` for better clarity and consistency across the API.

.changeset/ready-cats-tease.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/astro': patch
3+
---
4+
5+
Fixed an issue when using `ClientRouter` where Clerk components don't load until navigation is performed.

.changeset/tough-taxis-care.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/backend': minor
3+
---
4+
5+
Add `createBulk()` method to `WaitlistEntryAPI` for bulk creating waitlist entries

.typedoc/custom-plugin.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ const LINK_REPLACEMENTS = [
7373
['phone-number', '/docs/reference/backend/types/backend-phone-number'],
7474
['saml-account', '/docs/reference/backend/types/backend-saml-account'],
7575
['web3-wallet', '/docs/reference/backend/types/backend-web3-wallet'],
76+
['invitation', '/docs/reference/backend/types/backend-invitation'],
7677
['verify-token-options', '#verify-token-options'],
7778
['localization-resource', '/docs/guides/customizing-clerk/localization'],
7879
['confirm-checkout-params', '/docs/reference/javascript/types/billing-checkout-resource#parameters'],

integration/tests/machine-auth/oauth.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test.describe('OAuth machine authentication @machine', () => {
5050
.commit();
5151

5252
await app.setup();
53-
await app.withEnv(appConfigs.envs.withEmailCodes);
53+
await app.withEnv(appConfigs.envs.withAPIKeys);
5454
await app.dev();
5555

5656
// Test user that will authorize the OAuth application

0 commit comments

Comments
 (0)