-
Notifications
You must be signed in to change notification settings - Fork 394
ci(repo): Version packages #6933
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
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/elements
@clerk/clerk-expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/clerk-react
@clerk/react-router
@clerk/remix
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/themes
@clerk/types
@clerk/upgrade
@clerk/vue
commit: |
30a5254
to
cb56850
Compare
cb56850
to
e23497a
Compare
13c0745
to
ac884a5
Compare
ac884a5
to
eaba018
Compare
eaba018
to
44be669
Compare
44be669
to
e9799ff
Compare
e9799ff
to
aca44b1
Compare
aca44b1
to
476508c
Compare
476508c
to
eedea96
Compare
eedea96
to
cf5376c
Compare
cf5376c
to
dae6994
Compare
dae6994
to
79f8cd1
Compare
79f8cd1
to
ee52ffc
Compare
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/backend@2.18.0
Minor Changes
locale
(#6938) by @tmilewskiPatch Changes
Add
enterpriseConnectionId
toSamlAccount
andEnterpriseAccount
resources (#6961) by @LauraBeatrisAdded API keys list method to the backend SDK client (#6948) by @wobsoriano
Add
last_authenticated_at
toSAMLAccount
resource, which represents the date when the SAML account was last authenticated (#6954) by @LauraBeatrisAdded internal helper type for
auth
andgetAuth()
functions that don't require a request or context parameter (#6910) by @wobsorianoAdded
adminDeleteEnabled
param to Organization update method (#6880) by @ccaspanelloUpdated dependencies [
65b7cc7
,6e09786
,aa7210c
,2cd53cd
,1a2eee6
,2cd53cd
,1a2430a
,31a04fc
,9766c4a
,22b8e49
,a66357e
,dacc1af
]:@clerk/clerk-js@5.100.0
Minor Changes
[Billing Beta] Rename payment source descriptors to use "payment method". (#6951) by @panteliselef
When fetching a new Session token, broadcast the token value to other tabs so they can pre-warm their in-memory Session Token cache with the most recent token. (#6891) by @jacekradko
Add support for sign up
locale
(#6915) by @guilherme6191[Experimental] Fix
signIn.password
emailAddress parameter name. (#6932) by @dstaley[Experimental] Fix issue where calling
this.create()
would not correctly propagate errors. (#6932) by @dstaley[Billing Beta] Rename payment source to payment method. (#6865) by @panteliselef
Clerk.user.initializePaymentSource()
->Clerk.user.initializePaymentMethod()
Clerk.user.addPaymentSource()
->Clerk.user.addPaymentMethod()
Clerk.user.getPaymentSources()
->Clerk.user.getPaymentMethods()
Clerk.organization.initializePaymentSource()
->Clerk.organization.initializePaymentMethod()
Clerk.organization.addPaymentSource()
->Clerk.organization.addPaymentMethod()
Clerk.organization.getPaymentSources()
->Clerk.organization.getPaymentMethods()
[Billing Beta] Rename payment sources to method methods. (#6959) by @panteliselef
Updates localization keys from
commerce
->billing
andpaymentSource
topaymentMethod
.Introduce experimental step to choose enterprise connection on sign-in/sign-up (#6947) by @LauraBeatris
[Billing Beta] Replace
forOrganizations: true
withfor: "organization"
in<PricingTable/>
. (#6978) by @panteliselefPatch Changes
Ensure inputs are properly connected to feedback messages via
aria-describedby
usage. (#6914) by @alexcarpenterAdd
enterpriseConnectionId
toSamlAccount
andEnterpriseAccount
resources (#6961) by @LauraBeatrisUpdate checkbox checked background color and icon (#6934) by @alexcarpenter
Increase role select options contrast
Updates user preview subtitle text variant
Add success text descriptor to otp input field. (#6958) by @alexcarpenter
Add experimental property
last_authenticated_at
toSamlAccount
resource, which represents the date when the SAML account was last authenticated (#6954) by @LauraBeatrisAdd experimental support for
enterprise_sso
as astrategy
param forsession.prepareFirstFactorVerification
Only navigate to enterprise connections chooser when there are multiple
enterprise_sso
strategies assupported_first_factors
(#6983) by @NicolasLopes7Updated dependencies [
65b7cc7
,6e09786
,aa7210c
,2cd53cd
,1a2eee6
,2cd53cd
,1a2430a
,31a04fc
,9766c4a
,22b8e49
,a66357e
,43a9c2b
,dacc1af
,b1ac445
]:@clerk/localizations@3.26.0
Minor Changes
[Billing Beta] Rename payment sources to method methods. (#6959) by @panteliselef
Updates localization keys from
commerce
->billing
andpaymentSource
topaymentMethod
.Introduce experimental step to choose enterprise connection on sign-in/sign-up (#6947) by @LauraBeatris
Patch Changes
Update copy for account deletion modal (#6937) by @jescalan
Expanded Brazilian Portuguese (pt-BR) localization (#6881) by @hypeARM
Updated dependencies [
65b7cc7
,6e09786
,aa7210c
,2cd53cd
,1a2eee6
,2cd53cd
,1a2430a
,31a04fc
,22b8e49
,a66357e
,dacc1af
]:@clerk/clerk-react@5.52.0
Minor Changes
locale
(#6915) by @guilherme6191Patch Changes
65b7cc7
,6e09786
,aa7210c
,2cd53cd
,1a2eee6
,2cd53cd
,1a2430a
,31a04fc
,9766c4a
,22b8e49
,a66357e
,dacc1af
]:@clerk/tanstack-react-start@0.26.0
Minor Changes
Added support for TanStack Start v1 RC! Includes a new
clerkMiddleware()
global middleware replacing the custom server handler. (#6859) by @wobsorianoUsage:
src/start.ts
file and addclerkMiddleware()
to the list of request middlewares:<ClerkProvider>
to your root routeThe
getAuth()
helper is nowauth()
and can now be called within server routes and functions, without passing a Request object:Patch Changes
Added internal helper type for
auth
andgetAuth()
functions that don't require a request or context parameter (#6910) by @wobsorianoUpdated dependencies [
65b7cc7
,20c2e29
,6e09786
,aa7210c
,2cd53cd
,56a81aa
,1a2eee6
,22b8e49
,2cd53cd
,348021d
,1a2430a
,31a04fc
,9766c4a
,fe873dc
,22b8e49
,a66357e
,dacc1af
]:@clerk/types@4.93.0
Minor Changes
[Billing Beta] Rename payment source descriptors to use "payment method". (#6951) by @panteliselef
Add support for sign up
locale
(#6915) by @guilherme6191[Experimental] Fix
signIn.password
emailAddress parameter name. (#6932) by @dstaley[Experimental] Fix issue where calling
this.create()
would not correctly propagate errors. (#6932) by @dstaley[Billing Beta] Rename payment source to payment method. (#6865) by @panteliselef
Clerk.user.initializePaymentSource()
->Clerk.user.initializePaymentMethod()
Clerk.user.addPaymentSource()
->Clerk.user.addPaymentMethod()
Clerk.user.getPaymentSources()
->Clerk.user.getPaymentMethods()
Clerk.organization.initializePaymentSource()
->Clerk.organization.initializePaymentMethod()
Clerk.organization.addPaymentSource()
->Clerk.organization.addPaymentMethod()
Clerk.organization.getPaymentSources()
->Clerk.organization.getPaymentMethods()
[Billing Beta] Rename payment sources to method methods. (#6959) by @panteliselef
Updates localization keys from
commerce
->billing
andpaymentSource
topaymentMethod
.Introduce experimental step to choose enterprise connection on sign-in/sign-up (#6947) by @LauraBeatris
[Billing Beta] Replace
forOrganizations: true
withfor: "organization"
in<PricingTable/>
. (#6978) by @panteliselefPatch Changes
Add
enterpriseConnectionId
toSamlAccount
andEnterpriseAccount
resources (#6961) by @LauraBeatrisAdd success text descriptor to otp input field. (#6958) by @alexcarpenter
Add experimental property
last_authenticated_at
toSamlAccount
resource, which represents the date when the SAML account was last authenticated (#6954) by @LauraBeatrisAdd experimental support for
enterprise_sso
as astrategy
param forsession.prepareFirstFactorVerification
@clerk/agent-toolkit@0.1.39
Patch Changes
65b7cc7
,20c2e29
,6e09786
,aa7210c
,2cd53cd
,56a81aa
,1a2eee6
,22b8e49
,2cd53cd
,348021d
,1a2430a
,31a04fc
,9766c4a
,fe873dc
,22b8e49
,a66357e
,dacc1af
]:@clerk/astro@2.13.7
Patch Changes
Removes
console.log
from CheckoutButton. (#6976) by @panteliselefAdded internal helper type for
auth
andgetAuth()
functions that don't require a request or context parameter (#6910) by @wobsorianoUpdated dependencies [
65b7cc7
,20c2e29
,6e09786
,aa7210c
,2cd53cd
,56a81aa
,1a2eee6
,22b8e49
,2cd53cd
,348021d
,1a2430a
,31a04fc
,9766c4a
,fe873dc
,22b8e49
,a66357e
,dacc1af
]:@clerk/chrome-extension@2.7.4
Patch Changes
65b7cc7
,80e45d7
,9766c4a
,6e09786
,aa7210c
,2cd53cd
,ea011df
,1a2eee6
,2cd53cd
,1a2430a
,31a04fc
,9766c4a
,22b8e49
,4531215
,a66357e
,dacc1af
]:@clerk/elements@0.23.70
Patch Changes
65b7cc7
,6e09786
,aa7210c
,2cd53cd
,1a2eee6
,2cd53cd
,1a2430a
,31a04fc
,9766c4a
,22b8e49
,a66357e
,dacc1af
]:@clerk/clerk-expo@2.16.2
Patch Changes
65b7cc7
,80e45d7
,9766c4a
,6e09786
,aa7210c
,2cd53cd
,ea011df
,1a2eee6
,2cd53cd
,1a2430a
,31a04fc
,9766c4a
,22b8e49
,4531215
,a66357e
,dacc1af
]:@clerk/expo-passkeys@0.4.7
Patch Changes
65b7cc7
,6e09786
,aa7210c
,2cd53cd
,1a2eee6
,2cd53cd
,1a2430a
,31a04fc
,9766c4a
,22b8e49
,a66357e
,dacc1af
]:@clerk/express@1.7.38
Patch Changes
Added internal helper type for
auth
andgetAuth()
functions that don't require a request or context parameter (#6910) by @wobsorianoUpdated dependencies [
65b7cc7
,20c2e29
,6e09786
,aa7210c
,2cd53cd
,56a81aa
,1a2eee6
,22b8e49
,2cd53cd
,348021d
,1a2430a
,31a04fc
,9766c4a
,fe873dc
,22b8e49
,a66357e
,dacc1af
]:@clerk/fastify@2.4.38
Patch Changes
Added internal helper type for
auth
andgetAuth()
functions that don't require a request or context parameter (#6910) by @wobsorianoUpdated dependencies [
65b7cc7
,20c2e29
,6e09786
,aa7210c
,2cd53cd
,56a81aa
,1a2eee6
,22b8e49
,2cd53cd
,348021d
,1a2430a
,31a04fc
,9766c4a
,fe873dc
,22b8e49
,a66357e
,dacc1af
]:@clerk/nextjs@6.33.4
Patch Changes
Added internal helper type for
auth
andgetAuth()
functions that don't require a request or context parameter (#6910) by @wobsorianoUpdated dependencies [
65b7cc7
,20c2e29
,6e09786
,aa7210c
,2cd53cd
,56a81aa
,1a2eee6
,22b8e49
,2cd53cd
,348021d
,1a2430a
,31a04fc
,9766c4a
,fe873dc
,22b8e49
,a66357e
,dacc1af
]:@clerk/nuxt@1.10.1
Patch Changes
Added internal helper type for
auth
andgetAuth()
functions that don't require a request or context parameter (#6910) by @wobsorianoUpdated dependencies [
65b7cc7
,20c2e29
,0efe78d
,6e09786
,aa7210c
,2cd53cd
,56a81aa
,1a2eee6
,22b8e49
,2cd53cd
,348021d
,1a2430a
,31a04fc
,9766c4a
,fe873dc
,22b8e49
,a66357e
,dacc1af
]:@clerk/react-router@2.1.1
Patch Changes
65b7cc7
,20c2e29
,6e09786
,aa7210c
,2cd53cd
,56a81aa
,1a2eee6
,22b8e49
,2cd53cd
,348021d
,1a2430a
,31a04fc
,9766c4a
,fe873dc
,22b8e49
,a66357e
,dacc1af
]:@clerk/remix@4.13.4
Patch Changes
65b7cc7
,20c2e29
,6e09786
,aa7210c
,2cd53cd
,56a81aa
,1a2eee6
,22b8e49
,2cd53cd
,348021d
,1a2430a
,31a04fc
,9766c4a
,fe873dc
,22b8e49
,a66357e
,dacc1af
]:@clerk/shared@3.27.4
Patch Changes
[Billing Beta] Rename payment source to payment method. (#6865) by @panteliselef
Clerk.user.initializePaymentSource()
->Clerk.user.initializePaymentMethod()
Clerk.user.addPaymentSource()
->Clerk.user.addPaymentMethod()
Clerk.user.getPaymentSources()
->Clerk.user.getPaymentMethods()
Clerk.organization.initializePaymentSource()
->Clerk.organization.initializePaymentMethod()
Clerk.organization.addPaymentSource()
->Clerk.organization.addPaymentMethod()
Clerk.organization.getPaymentSources()
->Clerk.organization.getPaymentMethods()
Introduce deprecation warning for LocalStorageBroadcastChannel (#6891) by @jacekradko
Updated dependencies [
65b7cc7
,6e09786
,aa7210c
,2cd53cd
,1a2eee6
,2cd53cd
,1a2430a
,31a04fc
,22b8e49
,a66357e
,dacc1af
]:@clerk/testing@1.13.4
Patch Changes
65b7cc7
,20c2e29
,6e09786
,aa7210c
,2cd53cd
,56a81aa
,1a2eee6
,22b8e49
,2cd53cd
,348021d
,1a2430a
,31a04fc
,9766c4a
,fe873dc
,22b8e49
,a66357e
,dacc1af
]:@clerk/themes@2.4.26
Patch Changes
65b7cc7
,6e09786
,aa7210c
,2cd53cd
,1a2eee6
,2cd53cd
,1a2430a
,31a04fc
,22b8e49
,a66357e
,dacc1af
]:@clerk/vue@1.14.4
Patch Changes
Fixed an issue where the
transferable
prop in the<SignIn />
component was incorrectly defaulting tofalse
due to Vue's boolean prop coercion. (#6935) by @wobsorianoUpdated dependencies [
65b7cc7
,6e09786
,aa7210c
,2cd53cd
,1a2eee6
,2cd53cd
,1a2430a
,31a04fc
,9766c4a
,22b8e49
,a66357e
,dacc1af
]: