-
Notifications
You must be signed in to change notification settings - Fork 405
ci(repo): Version packages #5595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
62f3dc5 to
8038c0f
Compare
8038c0f to
4eb4bce
Compare
4eb4bce to
cb36ded
Compare
cb36ded to
c54d5b5
Compare
c54d5b5 to
02d8fa7
Compare
02d8fa7 to
91b822c
Compare
91b822c to
5841595
Compare
5841595 to
f317d76
Compare
f317d76 to
1240a1e
Compare
f4cd227 to
51c0890
Compare
51c0890 to
cc2a4ac
Compare
cc2a4ac to
7323517
Compare
ec678cf to
d893377
Compare
d893377 to
35dd642
Compare
35dd642 to
5ac9a72
Compare
panteliselef
approved these changes
Apr 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@clerk/[email protected]
Minor Changes
Add support for feature or plan based authorization. (#5582) by @panteliselef
Adds the ability to grab an instance's JWKS to the Backend API client. (#5588) by @tmilewski
Adds the Blocklist Identifier endpoints to the Backend API client. (#5617) by @tmilewski
Updates the ability paginate Allowlist Identifier reponses and access
identifierTypeandinstanceIdfrom the response.Corrects the type of the Allowlist Identifier
DeletedObjectAdds webhooks endpoints to the Backend API client. (#5619) by @tmilewski
Adds the ability to perform CRUD operations on JWT Templates to the Backend API client. (#5598) by @tmilewski
Adds the ability to create an active session to the Backend API client. (#5592) by @tmilewski
Patch Changes
Add support for phpass_md5 and ldap_ssha hashers (#5583) by @Nikpolik
Adds the ability to verify proxy checks to the Backend API client. (#5589) by @tmilewski
Adds the following User-centric functionality to the Backend API client. (#5593) by @tmilewski
Improve JSDoc comments (#5596) by @LekoArts
Updated dependencies [
e4d04ae,431a821,93068ea,431a821,431a821,103bc03,48438b4,196dcb4]:@clerk/[email protected]
Minor Changes
Add support for feature or plan based authorization (#5582) by @panteliselef
Plan
Clerk.session.checkAuthorization({ plan: "my-plan" })Feature
Clerk.session.checkAuthorization({ feature: "my-feature" })Scoped per user or per org
Clerk.session.checkAuthorization({ feature: "org:my-feature" })Clerk.session.checkAuthorization({ feature: "user:my-feature" })Clerk.session.checkAuthorization({ plan: "user:my-plan" })Clerk.session.checkAuthorization({ plan: "org:my-plan" })Patch Changes
Nest existing commerce settings under
billing. (#5612) by @panteliselefRename the
sendCaptchaTokento__internal_sendCaptchaToken. (#5581) by @anagstefEnsure Organization slugs contain at least one alphanumeric character (#5586) by @jacekradko
Ensure Stripe dependencies aren't bundled for non-RHC environments (#5594) by @tmilewski
Fix issue where truncated text was wraping within line items. (#5616) by @alexcarpenter
Fully strip @stripe/stripe-js from non-RHC builds (#5597) by @tmilewski
Add
PaymentSourceRowfor displaying payment sources (#5570) by @aelioxBug fix: Invalidate cached checkout on checkout drawer unmount (#5602) by @aeliox
Updated dependencies [
e4d04ae,431a821,93068ea,431a821,431a821,103bc03,48438b4,196dcb4]:@clerk/[email protected]
Minor Changes
Add support for feature or plan based authorization (#5582) by @panteliselef
await auth()Plan
(await auth()).has({ plan: "my-plan" })Feature
(await auth()).has({ feature: "my-feature" })Scoped per user or per org
(await auth()).has({ feature: "org:my-feature" })(await auth()).has({ feature: "user:my-feature" })(await auth()).has({ plan: "user:my-plan" })(await auth()).has({ plan: "org:my-plan" })auth.protect()Plan
auth.protect({ plan: "my-plan" })Feature
auth.protect({ feature: "my-feature" })Scoped per user or per org
auth.protect({ feature: "org:my-feature" })auth.protect({ feature: "user:my-feature" })auth.protect({ plan: "user:my-plan" })auth.protect({ plan: "org:my-plan" })<Protect />Plan
<Protect plan="my-plan" />Feature
<Protect feature="my-feature" />Scoped per user or per org
<Protect feature="org:my-feature" /><Protect feature="user:my-feature" /><Protect plan="org:my-plan" /><Protect plan="user:my-plan" />useAuth()Plan
useAuth().has({ plan: "my-plan" })Feature
useAuth().has({ feature: "my-feature" })Scoped per user or per org
useAuth().has({ feature: "org:my-feature" })useAuth().has({ feature: "user:my-feature" })useAuth().has({ plan: "user:my-plan" })useAuth().has({ plan: "org:my-plan" })Patch Changes
Improve JSDoc comments (#5596) by @LekoArts
Updated dependencies [
431a821,950ffed,d3e6c32,e4d04ae,431a821,93068ea,431a821,431a821,103bc03,431a821,a0cc247,85ed003,48438b4,e60e3aa,65712dc,9ee0531,78d22d4,196dcb4]:@clerk/[email protected]
Minor Changes
Add support for feature or plan based authorization (#5582) by @panteliselef
useAuth()Plan
useAuth().has({ plan: "my-plan" })Feature
useAuth().has({ feature: "my-feature" })Scoped per user or per org
useAuth().has({ feature: "org:my-feature" })useAuth().has({ feature: "user:my-feature" })useAuth().has({ plan: "user:my-plan" })useAuth().has({ plan: "org:my-plan" })<Protect />Plan
<Protect plan="my-plan" />Feature
<Protect feature="my-feature" />Scoped per user or per org
<Protect feature="org:my-feature" /><Protect feature="user:my-feature" /><Protect plan="org:my-plan" /><Protect plan="user:my-plan" />Patch Changes
Improve JSDoc comments (#5578) by @LekoArts
Improve JSDoc comments (#5596) by @LekoArts
Updated dependencies [
e4d04ae,431a821,93068ea,431a821,431a821,103bc03,48438b4,196dcb4]:@clerk/[email protected]
Minor Changes
Replace
parseFeatureswithsplitByScope. (#5582) by @panteliselefUpdate
createCheckAuthorizationto support authorization based on features and plans. (#5582) by @panteliselefPatch Changes
Bug fix: Reverse permissions array on
parsePermissionsto match bitmask correctly. (#5620) by @panteliselefImprove JSDoc comments (#5578) by @LekoArts
Improve JSDoc comments (#5596) by @LekoArts
Updated dependencies [
e4d04ae,431a821,93068ea,48438b4,196dcb4]:@clerk/[email protected]
Minor Changes
placlaim toVersionedJwtPayload. (#5582) by @panteliselefPatch Changes
Nest existing commerce settings under
billing. (#5612) by @panteliselefRename the
sendCaptchaTokento__internal_sendCaptchaToken. (#5581) by @anagstefImprove JSDoc comments (#5578) by @LekoArts
Improve JSDoc comments (#5596) by @LekoArts
@clerk/[email protected]
Patch Changes
431a821,950ffed,d3e6c32,e4d04ae,431a821,93068ea,431a821,431a821,103bc03,a0cc247,85ed003,48438b4,e60e3aa,65712dc,9ee0531,78d22d4,196dcb4]:@clerk/[email protected]
Patch Changes
431a821,950ffed,d3e6c32,e4d04ae,431a821,93068ea,431a821,431a821,103bc03,a0cc247,85ed003,48438b4,e60e3aa,65712dc,9ee0531,78d22d4,196dcb4]:@clerk/[email protected]
Patch Changes
Externalize all Stripe-related modules (#5597) by @tmilewski
Updated dependencies [
e4d04ae,93068ea,431a821,431a821,103bc03,431a821,431a821,48438b4,f0e5598,5ed0434,b1b8541,ba6d2ee,6ec374c,ae2d1a9,196dcb4]:@clerk/[email protected]
Patch Changes
e4d04ae,431a821,93068ea,431a821,431a821,103bc03,431a821,48438b4,196dcb4]:@clerk/[email protected]
Patch Changes
e4d04ae,431a821,93068ea,431a821,431a821,103bc03,431a821,431a821,48438b4,f0e5598,5ed0434,b1b8541,ba6d2ee,6ec374c,ae2d1a9,196dcb4]:@clerk/[email protected]
Patch Changes
e4d04ae,431a821,93068ea,431a821,431a821,103bc03,48438b4,196dcb4]:@clerk/[email protected]
Patch Changes
431a821,950ffed,d3e6c32,e4d04ae,431a821,93068ea,431a821,431a821,103bc03,a0cc247,85ed003,48438b4,e60e3aa,65712dc,9ee0531,78d22d4,196dcb4]:@clerk/[email protected]
Patch Changes
431a821,950ffed,d3e6c32,e4d04ae,431a821,93068ea,431a821,431a821,103bc03,a0cc247,85ed003,48438b4,e60e3aa,65712dc,9ee0531,78d22d4,196dcb4]:@clerk/[email protected]
Patch Changes
e4d04ae,431a821,93068ea,48438b4,196dcb4]:@clerk/[email protected]
Patch Changes
431a821,950ffed,d3e6c32,e4d04ae,431a821,93068ea,431a821,431a821,103bc03,a0cc247,85ed003,48438b4,e60e3aa,65712dc,9ee0531,78d22d4,196dcb4]:@clerk/[email protected]
Patch Changes
431a821,950ffed,d3e6c32,e4d04ae,431a821,93068ea,431a821,431a821,103bc03,431a821,a0cc247,85ed003,48438b4,e60e3aa,65712dc,9ee0531,78d22d4,196dcb4]:@clerk/[email protected]
Patch Changes
431a821,950ffed,d3e6c32,e4d04ae,431a821,93068ea,431a821,431a821,103bc03,431a821,a0cc247,85ed003,48438b4,e60e3aa,65712dc,9ee0531,78d22d4,196dcb4]:@clerk/[email protected]
Patch Changes
431a821,950ffed,d3e6c32,e4d04ae,431a821,93068ea,431a821,431a821,103bc03,431a821,a0cc247,85ed003,48438b4,e60e3aa,65712dc,9ee0531,78d22d4,196dcb4]:@clerk/[email protected]
Patch Changes
431a821,950ffed,d3e6c32,e4d04ae,431a821,93068ea,431a821,431a821,103bc03,a0cc247,85ed003,48438b4,e60e3aa,65712dc,9ee0531,78d22d4,196dcb4]:@clerk/[email protected]
Patch Changes
e4d04ae,431a821,93068ea,48438b4,196dcb4]:@clerk/[email protected]
Patch Changes
Improve JSDoc comments (#5596) by @LekoArts
Updated dependencies [
e4d04ae,431a821,93068ea,431a821,431a821,103bc03,48438b4,196dcb4]: