fix(clerk-js,shared): Do not expect phoneNumber for sendPhoneCode#7869
fix(clerk-js,shared): Do not expect phoneNumber for sendPhoneCode#7869
Conversation
🦋 Changeset detectedLatest commit: 17b7892 The changes in this PR will be included in the next version bump. This PR includes changesets to release 20 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 📝 WalkthroughWalkthroughA changeset was added marking patch releases for two packages. In clerk-js, SignUp gained new SignUpFuturePhoneCode flow methods: 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
Description
This PR fixes an issue where the
signUp.verifications.sendPhoneCode()method expected aphoneNumberparameter. Since this is part of the sign-up flow where we verify a phone number, we do not want to provide a phone number during the method; the verification attempt will use the phone number that exists on the created sign-up attempt.Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit
New Features
Bug Fixes