Skip to content

Commit

Permalink
add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef committed Oct 3, 2024
1 parent cf460ff commit c16bcd8
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .changeset/cold-mails-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@clerk/types": patch
"@clerk/clerk-js": patch
---

Updated `__experimental_closeUserVerification` to accept an "unstable_notify" property
8 changes: 8 additions & 0 deletions .changeset/dirty-moles-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@clerk/nextjs": minor
---

Exports a new set of experimental authorization helpers:
- `__experimental_protectComponent` (HoC)
- `__experimental_protectAction` (HoF)
- `__experimental_protectRoute` (HoF)
8 changes: 0 additions & 8 deletions .changeset/eight-impalas-kiss.md

This file was deleted.

9 changes: 9 additions & 0 deletions .changeset/green-buckets-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@clerk/shared": minor
---

Export two React component, which are used internally from `__experimental_protectComponent`:
- UserVerificationModal
- UserVerificationTrigger

Export a new utility `__internal_findFailedProtectConfiguration` for shared usage across @clerk/clerk-react and @clerk/nextjs
5 changes: 5 additions & 0 deletions .changeset/ninety-islands-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/clerk-react": minor
---

Exports a new `__experimental_protectComponent` HoC.

0 comments on commit c16bcd8

Please sign in to comment.