Minor Changes
- [Billing Beta] Drop experimental 
subscriptionsproperty from params ofuseOrganization(). UseuseSubscription()instead. (#6738) by @mauricioabreu 
Patch Changes
- 
Accept
treatPendingAsSignedOutoption oncurrentUser(#6740) by @LauraBeatris// If the session has a `pending` status, user will be `null` default, treated as a signed-out state const user = await currentUser();
// If the session has a `pending` status, `user` will be defined, treated as a signed-in state const user = await currentUser({ treatPendingAsSignedOut: false });
 - 
Updated dependencies [
b598581,19f18f8,23948dc,7382e13,24d0742,82b84fe,54b4b5a,50a8622,939df73,23948dc]:- @clerk/backend@2.14.0
 - @clerk/types@4.86.0
 - @clerk/shared@3.25.0
 - @clerk/clerk-react@5.47.0