-
Notifications
You must be signed in to change notification settings - Fork 336
feat(clerk-js): Launch sign-in-or-up flow #4788
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
🦋 Changeset detectedLatest commit: e1772b3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 22 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 Git ↗︎ 1 Skipped Deployment
|
!snapshot |
!snapshot |
Hey @alexcarpenter - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/astro@2.1.8-snapshot.v20250115221341 --save-exact
npm i @clerk/backend@1.22.1-snapshot.v20250115221341 --save-exact
npm i @clerk/chrome-extension@2.1.12-snapshot.v20250115221341 --save-exact
npm i @clerk/clerk-js@5.45.0-snapshot.v20250115221341 --save-exact
npm i @clerk/elements@0.22.8-snapshot.v20250115221341 --save-exact
npm i @clerk/clerk-expo@2.6.11-snapshot.v20250115221341 --save-exact
npm i @clerk/expo-passkeys@0.1.7-snapshot.v20250115221341 --save-exact
npm i @clerk/express@1.3.35-snapshot.v20250115221341 --save-exact
npm i @clerk/fastify@2.1.8-snapshot.v20250115221341 --save-exact
npm i @clerk/localizations@3.9.8-snapshot.v20250115221341 --save-exact
npm i @clerk/nextjs@6.9.11-snapshot.v20250115221341 --save-exact
npm i @clerk/nuxt@1.0.4-snapshot.v20250115221341 --save-exact
npm i @clerk/clerk-react@5.22.0-snapshot.v20250115221341 --save-exact
npm i @clerk/react-router@0.1.9-snapshot.v20250115221341 --save-exact
npm i @clerk/remix@4.4.10-snapshot.v20250115221341 --save-exact
npm i @clerk/shared@2.20.7-snapshot.v20250115221341 --save-exact
npm i @clerk/tanstack-start@0.8.9-snapshot.v20250115221341 --save-exact
npm i @clerk/testing@1.4.8-snapshot.v20250115221341 --save-exact
npm i @clerk/themes@2.2.6-snapshot.v20250115221341 --save-exact
npm i @clerk/types@4.41.0-snapshot.v20250115221341 --save-exact
npm i @clerk/ui@0.3.9-snapshot.v20250115221341 --save-exact
npm i @clerk/vue@1.1.0-snapshot.v20250115221341 --save-exact |
!snapshot |
Hey @alexcarpenter - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/astro@2.1.9-snapshot.v20250116165108 --save-exact
npm i @clerk/backend@1.23.1-snapshot.v20250116165108 --save-exact
npm i @clerk/chrome-extension@2.1.13-snapshot.v20250116165108 --save-exact
npm i @clerk/clerk-js@5.45.0-snapshot.v20250116165108 --save-exact
npm i @clerk/elements@0.22.9-snapshot.v20250116165108 --save-exact
npm i @clerk/clerk-expo@2.6.12-snapshot.v20250116165108 --save-exact
npm i @clerk/expo-passkeys@0.1.8-snapshot.v20250116165108 --save-exact
npm i @clerk/express@1.3.36-snapshot.v20250116165108 --save-exact
npm i @clerk/fastify@2.1.9-snapshot.v20250116165108 --save-exact
npm i @clerk/localizations@3.9.9-snapshot.v20250116165108 --save-exact
npm i @clerk/nextjs@6.9.12-snapshot.v20250116165108 --save-exact
npm i @clerk/nuxt@1.0.5-snapshot.v20250116165108 --save-exact
npm i @clerk/clerk-react@5.22.0-snapshot.v20250116165108 --save-exact
npm i @clerk/react-router@0.1.10-snapshot.v20250116165108 --save-exact
npm i @clerk/remix@4.4.11-snapshot.v20250116165108 --save-exact
npm i @clerk/shared@2.20.8-snapshot.v20250116165108 --save-exact
npm i @clerk/tanstack-start@0.8.10-snapshot.v20250116165108 --save-exact
npm i @clerk/testing@1.4.9-snapshot.v20250116165108 --save-exact
npm i @clerk/themes@2.2.7-snapshot.v20250116165108 --save-exact
npm i @clerk/types@4.41.0-snapshot.v20250116165108 --save-exact
npm i @clerk/ui@0.3.10-snapshot.v20250116165108 --save-exact
npm i @clerk/vue@1.1.0-snapshot.v20250116165108 --save-exact |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Co-authored-by: Jacek <jacek@clerk.dev> Co-authored-by: Dylan Staley <88163+dstaley@users.noreply.github.com> Co-authored-by: panteliselef <panteliselef@outlook.com> Co-authored-by: Lennart <lekoarts@gmail.com> Co-authored-by: Bryce Kalow <bryce@clerk.dev>
Description
GA release for sign-in-or-up functionality.
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change