Skip to content

Commit fbd1f03

Browse files
committed
Merge branch 'main' into ds.feat/signals-sign-in
2 parents 415f283 + b515382 commit fbd1f03

File tree

243 files changed

+2575
-849
lines changed

Some content is hidden

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

243 files changed

+2575
-849
lines changed

.changeset/blue-ties-follow.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+
Add `inputmode="email"` to email fields to help prompt mobile devices to use a virtual keyboard optimized for entering email addresses.

.changeset/bumpy-melons-grow.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@clerk/shared': patch
3+
'@clerk/nextjs': patch
4+
'@clerk/clerk-react': patch
5+
---
6+
7+
Fixes a bug which cause initialization of a payment method to never fire.

.changeset/cool-guests-trade.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

.changeset/fluffy-beers-bet.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@clerk/clerk-js': minor
3+
'@clerk/types': minor
4+
---
5+
6+
[Billing Beta]: Update prefix for checkout status
7+
Replaces `awaiting_` with `needs_`.

.changeset/fluffy-jeans-care.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/localizations": patch
3+
---
4+
5+
Add ja-JP translations in `<UserProfile/>`.

.changeset/loud-feet-bathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/backend": patch
3+
---
4+
5+
Fix Node 18 compatibility issues with `snakecase-keys`.

.changeset/metal-geese-double.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/types': patch
3+
---
4+
5+
Fix `UseSessionReturn['session']` JSDocs to not mention active status, since pending sessions are also returned
File renamed without changes.

.changeset/orange-eggs-start.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@clerk/shared': patch
3+
'@clerk/types': patch
4+
---
5+
6+
Remove `treatPendingAsSignedOut` from `useSession` and always return pending session

.changeset/poor-chicken-occur.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+
Added proper type checking before using the in operator to prevent errors when modal state contains non-object values

0 commit comments

Comments
 (0)