ci(repo): Version packages - #9782
clerk-cookie wants to merge 1 commit into
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 ⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/electron
@clerk/electron-passkeys
@clerk/eslint-plugin
@clerk/expo
@clerk/expo-google-signin
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/mosaic
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
90a1fa3 to
370e5ea
Compare
370e5ea to
8a7c200
Compare
8a7c200 to
6368e72
Compare
6368e72 to
77c5e94
Compare
77c5e94 to
845f0a6
Compare
845f0a6 to
06372dc
Compare
06372dc to
ab0723d
Compare
b323d19 to
a486850
Compare
a486850 to
6d344ff
Compare
6d344ff to
b370490
Compare
b370490 to
ecfd0cf
Compare
ecfd0cf to
12601eb
Compare
12601eb to
7a4a486
Compare
7a4a486 to
7937a98
Compare
7937a98 to
d6e3f68
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/clerk-js@6.33.0
Minor Changes
Rename the SSO fallback sign-in flow to SSO bypass, matching the name the feature ships under. The sign-in resource's
ssoFallbackFirstFactorsis nowssoBypassFirstFactorsand reads thesso_bypass_first_factorsfield from the API, thesignIn.ssoFallbacklocalization keys are nowsignIn.ssoBypass, and thessoFallbackcard action element id is nowssoBypass. The flow has not been enabled on any instance, so no application is affected by the old names going away. (#9822) by @mauricioabreuAdd the ability for Organization admins to manage the SSO bypass allowlist from the Security page of
<OrganizationProfile />. (#9809) by @mauricioabreuFor custom flows,
organization.ssoBypassAllowlistexposesgetUsers(),addUser({ userId })andremoveUser(userId).Patch Changes
804d3db,64c8e3e,07b4c2b,4e36687,9e7485c]:@clerk/localizations@4.18.0
Minor Changes
Rename the SSO fallback sign-in flow to SSO bypass, matching the name the feature ships under. The sign-in resource's
ssoFallbackFirstFactorsis nowssoBypassFirstFactorsand reads thesso_bypass_first_factorsfield from the API, thesignIn.ssoFallbacklocalization keys are nowsignIn.ssoBypass, and thessoFallbackcard action element id is nowssoBypass. The flow has not been enabled on any instance, so no application is affected by the old names going away. (#9822) by @mauricioabreuAdd the ability for Organization admins to manage the SSO bypass allowlist from the Security page of
<OrganizationProfile />. (#9809) by @mauricioabreuFor custom flows,
organization.ssoBypassAllowlistexposesgetUsers(),addUser({ userId })andremoveUser(userId).Patch Changes
Each enterprise connection listed on the organization Security page now opens its own page. It lists the connection name and domains, the service provider values to copy into the identity provider, the identity provider configuration behind an Edit form, and the connection settings as a form you save. The header carries one action, either Activate or Continue setup, and deactivating or removing the connection lives in a Danger zone section at the bottom of the page. The row menu is gone; click the row instead. (#9748) by @NicolasLopes7
The setup wizard's domains step now shows a checkbox per verified domain, so an admin picks which domains a connection covers. A domain another connection of the organization already authenticates is disabled and labelled with that connection's name, and an error from creating the connection is shown on the provider step instead of being dropped.
New customization handles ship with it: the
organizationProfileSecuritySsoConnectionRowandorganizationProfileSecuritySsoConnectionPageappearance elements, theconfigureSSOVerifyDomainCardCheckboxelement, theclaimedbadge id, the newFieldIdvalues for the connection settings, and thessoConnectionName,ssoConnectionDomains,ssoConnectionServiceProvider,ssoConnectionIdentityProvider,ssoConnectionSettingsandssoConnectionDangerZoneProfileSectionIdvalues.Updated dependencies [
804d3db,64c8e3e,07b4c2b,4e36687,9e7485c]:@clerk/mosaic@0.1.0
Minor Changes
Add
@clerk/mosaic, an experimental standalone package for next generation Clerk components. (#9765) by @EphemIf you try this out, make sure to pin your version as breaking changes can happen in minors.
Avatarnow draws a 1px inset outline over its image and fallback so it keeps an edge against a matching background. Passbordered={false}toAvatar.Rootto drop it. (#9815) by @alexcarpenterExport
MosaicProviderto enable customizing messages and icons within the new components. (#9801) by @alexcarpenterPatch Changes
Update link button to use underline position from font over hardcoded offset (#9796) by @maxyinger
Direction-aware icons (the forward chevrons on menu rows, the log-out arrow, and the previous/next arrows in paginated lists) now mirror horizontally when rendered under an ancestor with
dir="rtl". (#9803) by @alexcarpenterUpdated dependencies [
804d3db,64c8e3e,07b4c2b,4e36687,9e7485c]:@clerk/react@6.17.0
Minor Changes
ssoFallbackFirstFactorsis nowssoBypassFirstFactorsand reads thesso_bypass_first_factorsfield from the API, thesignIn.ssoFallbacklocalization keys are nowsignIn.ssoBypass, and thessoFallbackcard action element id is nowssoBypass. The flow has not been enabled on any instance, so no application is affected by the old names going away. (#9822) by @mauricioabreuPatch Changes
804d3db,64c8e3e,07b4c2b,4e36687,9e7485c]:@clerk/shared@4.34.0
Minor Changes
Add
@clerk/shared/phonewith Clerk's country metadata and phone-number parsing, formatting, and detection helpers. (#9763) by @EphemRename the SSO fallback sign-in flow to SSO bypass, matching the name the feature ships under. The sign-in resource's
ssoFallbackFirstFactorsis nowssoBypassFirstFactorsand reads thesso_bypass_first_factorsfield from the API, thesignIn.ssoFallbacklocalization keys are nowsignIn.ssoBypass, and thessoFallbackcard action element id is nowssoBypass. The flow has not been enabled on any instance, so no application is affected by the old names going away. (#9822) by @mauricioabreuAdd the ability for Organization admins to manage the SSO bypass allowlist from the Security page of
<OrganizationProfile />. (#9809) by @mauricioabreuFor custom flows,
organization.ssoBypassAllowlistexposesgetUsers(),addUser({ userId })andremoveUser(userId).Add
createDynamicParamParserandpopulateParamFromObjectto@clerk/shared/urlfor resolving:propertyplaceholders in URL templates. (#9761) by @EphemPatch Changes
Each enterprise connection listed on the organization Security page now opens its own page. It lists the connection name and domains, the service provider values to copy into the identity provider, the identity provider configuration behind an Edit form, and the connection settings as a form you save. The header carries one action, either Activate or Continue setup, and deactivating or removing the connection lives in a Danger zone section at the bottom of the page. The row menu is gone; click the row instead. (#9748) by @NicolasLopes7
The setup wizard's domains step now shows a checkbox per verified domain, so an admin picks which domains a connection covers. A domain another connection of the organization already authenticates is disabled and labelled with that connection's name, and an error from creating the connection is shown on the provider step instead of being dropped.
New customization handles ship with it: the
organizationProfileSecuritySsoConnectionRowandorganizationProfileSecuritySsoConnectionPageappearance elements, theconfigureSSOVerifyDomainCardCheckboxelement, theclaimedbadge id, the newFieldIdvalues for the connection settings, and thessoConnectionName,ssoConnectionDomains,ssoConnectionServiceProvider,ssoConnectionIdentityProvider,ssoConnectionSettingsandssoConnectionDangerZoneProfileSectionIdvalues.@clerk/ui@1.34.0
Minor Changes
Rename the SSO fallback sign-in flow to SSO bypass, matching the name the feature ships under. The sign-in resource's
ssoFallbackFirstFactorsis nowssoBypassFirstFactorsand reads thesso_bypass_first_factorsfield from the API, thesignIn.ssoFallbacklocalization keys are nowsignIn.ssoBypass, and thessoFallbackcard action element id is nowssoBypass. The flow has not been enabled on any instance, so no application is affected by the old names going away. (#9822) by @mauricioabreuAdd the ability for Organization admins to manage the SSO bypass allowlist from the Security page of
<OrganizationProfile />. (#9809) by @mauricioabreuFor custom flows,
organization.ssoBypassAllowlistexposesgetUsers(),addUser({ userId })andremoveUser(userId).Patch Changes
Add
@clerk/shared/phonewith Clerk's country metadata and phone-number parsing, formatting, and detection helpers. (#9763) by @EphemFix reconnecting disconnected Google One Tap accounts in UserProfile to use Google OAuth while preserving session reverification. (#9767) by @wobsoriano
Each enterprise connection listed on the organization Security page now opens its own page. It lists the connection name and domains, the service provider values to copy into the identity provider, the identity provider configuration behind an Edit form, and the connection settings as a form you save. The header carries one action, either Activate or Continue setup, and deactivating or removing the connection lives in a Danger zone section at the bottom of the page. The row menu is gone; click the row instead. (#9748) by @NicolasLopes7
The setup wizard's domains step now shows a checkbox per verified domain, so an admin picks which domains a connection covers. A domain another connection of the organization already authenticates is disabled and labelled with that connection's name, and an error from creating the connection is shown on the provider step instead of being dropped.
New customization handles ship with it: the
organizationProfileSecuritySsoConnectionRowandorganizationProfileSecuritySsoConnectionPageappearance elements, theconfigureSSOVerifyDomainCardCheckboxelement, theclaimedbadge id, the newFieldIdvalues for the connection settings, and thessoConnectionName,ssoConnectionDomains,ssoConnectionServiceProvider,ssoConnectionIdentityProvider,ssoConnectionSettingsandssoConnectionDangerZoneProfileSectionIdvalues.Add
@clerk/mosaic, an experimental standalone package for next generation Clerk components. (#9765) by @EphemIf you try this out, make sure to pin your version as breaking changes can happen in minors.
Add
createDynamicParamParserandpopulateParamFromObjectto@clerk/shared/urlfor resolving:propertyplaceholders in URL templates. (#9761) by @EphemUpdated dependencies [
804d3db,64c8e3e,07b4c2b,4e36687,9e7485c]:@clerk/astro@4.1.4
Patch Changes
804d3db,64c8e3e,07b4c2b,4e36687,3d6ed25,9e7485c]:@clerk/backend@3.18.2
Patch Changes
Clarify domain API documentation and deletion parameter names. The active domain cannot be deleted. (#9741) by @rafaelrcamargo
Updated dependencies [
804d3db,64c8e3e,07b4c2b,4e36687,9e7485c]:@clerk/chrome-extension@3.1.85
Patch Changes
804d3db,9160e6c,64c8e3e,970583c,07b4c2b,4e36687,9e7485c]:@clerk/electron@0.0.45
Patch Changes
804d3db,64c8e3e,07b4c2b,4e36687,9e7485c]:@clerk/expo@4.6.9
Patch Changes
Bump the bundled
clerk-iosSDK from1.5.4to1.5.5. See the Clerk iOS release: https://github.com/clerk/clerk-ios/releases/tag/1.5.5. (#9810) by @clerk-cookieUpdated dependencies [
804d3db,64c8e3e,07b4c2b,4e36687,9e7485c]:@clerk/expo-passkeys@2.0.21
Patch Changes
804d3db,64c8e3e,07b4c2b,4e36687,9e7485c]:@clerk/express@2.1.70
Patch Changes
804d3db,64c8e3e,07b4c2b,4e36687,3d6ed25,9e7485c]:@clerk/fastify@3.1.80
Patch Changes
804d3db,64c8e3e,07b4c2b,4e36687,3d6ed25,9e7485c]:@clerk/hono@0.1.80
Patch Changes
804d3db,64c8e3e,07b4c2b,4e36687,3d6ed25,9e7485c]:@clerk/nextjs@7.9.5
Patch Changes
Fix a development-only React key warning when using
ClerkProviderin the App Router. (#9816) by @joshrowleyFix a cross-request credential leak in
clerkMiddleware(). When using dynamic keys (an options callback that resolves a differentsecretKeyper request), aclerkClient()call made inside the middleware handler could be built with another concurrent request's secret key. Each request now gets its own isolated store, so the keys resolved for a request are only ever visible to that request. (#9723) by @dominic-clerkUpdated dependencies [
804d3db,64c8e3e,07b4c2b,4e36687,3d6ed25,9e7485c]:@clerk/nuxt@3.1.4
Patch Changes
804d3db,64c8e3e,07b4c2b,4e36687,3d6ed25,9e7485c]:@clerk/react-router@3.6.25
Patch Changes
804d3db,64c8e3e,07b4c2b,4e36687,3d6ed25,9e7485c]:@clerk/tanstack-react-start@1.5.16
Patch Changes
804d3db,64c8e3e,07b4c2b,4e36687,3d6ed25,9e7485c]:@clerk/testing@2.2.37
Patch Changes
804d3db,64c8e3e,07b4c2b,4e36687,3d6ed25,9e7485c]:@clerk/vue@2.5.4
Patch Changes
804d3db,64c8e3e,07b4c2b,4e36687,9e7485c]:@clerk/headless@0.0.35
Patch Changes
804d3db,64c8e3e,07b4c2b,4e36687,9e7485c]:@clerk/msw@0.0.71
Patch Changes
804d3db,64c8e3e,07b4c2b,4e36687,9e7485c]:@clerk/swingset@0.0.48
Patch Changes
f626fae,970583c,43c7fbe,a982913,67f7387]: