-
Notifications
You must be signed in to change notification settings - Fork 253
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
feat(types): Add Hugging Face OAuth Provider constants #4021
feat(types): Add Hugging Face OAuth Provider constants #4021
Conversation
🦋 Changeset detectedLatest commit: 8fa755f The changes in this PR will be included in the next version bump. This PR includes changesets to release 18 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 |
!snapshot |
Hey @Nikpolik - 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@1.2.1-snapshot.vdf05802 --save-exact
npm i @clerk/backend@1.8.1-snapshot.vdf05802 --save-exact
npm i @clerk/chrome-extension@1.2.4-snapshot.vdf05802 --save-exact
npm i @clerk/clerk-js@5.16.0-snapshot.vdf05802 --save-exact
npm i @clerk/elements@0.14.1-snapshot.vdf05802 --save-exact
npm i @clerk/clerk-expo@2.2.2-snapshot.vdf05802 --save-exact
npm i @clerk/express@0.0.31-snapshot.vdf05802 --save-exact
npm i @clerk/fastify@1.0.33-snapshot.vdf05802 --save-exact
npm i @clerk/localizations@2.6.2-snapshot.vdf05802 --save-exact
npm i @clerk/nextjs@5.3.4-snapshot.vdf05802 --save-exact
npm i @clerk/clerk-react@5.4.3-snapshot.vdf05802 --save-exact
npm i @clerk/remix@4.2.17-snapshot.vdf05802 --save-exact
npm i @clerk/clerk-sdk-node@5.0.30-snapshot.vdf05802 --save-exact
npm i @clerk/shared@2.5.3-snapshot.vdf05802 --save-exact
npm i @clerk/tanstack-start@0.3.0-snapshot.vdf05802 --save-exact
npm i @clerk/testing@1.2.13-snapshot.vdf05802 --save-exact
npm i @clerk/themes@2.1.22-snapshot.vdf05802 --save-exact
npm i @clerk/types@4.15.0-snapshot.vdf05802 --save-exact |
df05802
to
9d834f9
Compare
9d834f9
to
3bcc80e
Compare
3bcc80e
to
8fa755f
Compare
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.
💯
Add constants for Hugging Face built in OAuth Provider.
@clerk/types
with new constant - This PRChecklist
npm test
runs as expected.npm run build
runs as expected.Type of change