Skip to content

Commit d24d455

Browse files
committed
Merge branch 'main' into vincent-and-the-doctor
2 parents c1c03c4 + 7288d21 commit d24d455

File tree

146 files changed

+664
-303
lines changed

Some content is hidden

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

146 files changed

+664
-303
lines changed

.changeset/beige-cheetahs-bake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/clerk-react": patch
3+
---
4+
5+
Re-export experimental `useAPIKeys` hook

.changeset/bright-islands-say.md

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

.changeset/brown-hats-feel.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+
Improve error handling for invalid avatar file uploads. Previously, avatar images which exceeded the max file size limit of 10MB did not return an error within the Avatar upload component so the user was unaware why their upload did not work.

.changeset/honest-pigs-move.md

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

.changeset/lazy-items-crash.md

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

.changeset/legal-hands-lead.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+
Country code updates: Aland Islands, Ascension Island, Kosovo, Mayotte, Western Sahara, and updated names for Algeria, Congo (split into Democratic Republic and Republic), Macedonia (to North Macedonia), and Swaziland (to Eswatini).

.changeset/little-buttons-try.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
"@clerk/astro": patch
3+
"@clerk/clerk-js": patch
4+
"@clerk/clerk-react": patch
5+
"@clerk/vue": patch
6+
---
7+
8+
Allow reordering API Keys and Billing pages in `<UserProfile />` and `<OrganizationProfile />`.
9+
10+
Example:
11+
12+
```tsx
13+
export function CustomUserProfile() {
14+
return (
15+
<UserProfile>
16+
<UserProfile.Page label="apiKeys" />
17+
<UserProfile.Page label="billing" />
18+
</UserProfile>
19+
)
20+
}
21+
```

.changeset/moody-dryers-serve.md

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

.changeset/purple-poems-give.md

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

.changeset/some-phones-report.md

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

0 commit comments

Comments
 (0)