Uh oh!
There was an error while loading. Please reload this page.
feat(clerk-js): Introduce experimental support for Google One Tap (#3176) - #3196
Conversation
🦋 Changeset detectedLatest commit: 046a94c The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 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 |
panteliselef
commented
Apr 16, 2024
!snapshot |
clerk-cookie
commented
Apr 16, 2024
Hey @panteliselef - 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/backend@0.38.7-snapshot.va479472 --save-exact
npm i @clerk/chrome-extension@0.6.22-snapshot.va479472 --save-exact
npm i @clerk/clerk-js@4.72.0-snapshot.va479472 --save-exact
npm i @clerk/clerk-expo@0.20.17-snapshot.va479472 --save-exact
npm i @clerk/fastify@0.6.40-snapshot.va479472 --save-exact
npm i gatsby-plugin-clerk@4.4.42-snapshot.va479472 --save-exact
npm i @clerk/localizations@1.28.3-snapshot.va479472 --save-exact
npm i @clerk/nextjs@4.30.0-snapshot.va479472 --save-exact
npm i @clerk/clerk-react@4.31.0-snapshot.va479472 --save-exact
npm i @clerk/remix@3.2.4-snapshot.va479472 --save-exact
npm i @clerk/clerk-sdk-node@4.13.15-snapshot.va479472 --save-exact
npm i @clerk/themes@1.7.13-snapshot.va479472 --save-exact
npm i @clerk/types@3.64.0-snapshot.va479472 --save-exact |
brkalow
commented
Apr 16, 2024
@panteliselef do we need to include this as well? #3198 |
panteliselef
commented
Apr 16, 2024
Yes i will include before merging this one |
panteliselef
commented
Apr 17, 2024
!snapshot |
clerk-cookie
commented
Apr 17, 2024
Hey @panteliselef - 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/backend@0.38.7-snapshot.v046a94c --save-exact
npm i @clerk/chrome-extension@0.6.22-snapshot.v046a94c --save-exact
npm i @clerk/clerk-js@4.72.0-snapshot.v046a94c --save-exact
npm i @clerk/clerk-expo@0.20.17-snapshot.v046a94c --save-exact
npm i @clerk/fastify@0.6.40-snapshot.v046a94c --save-exact
npm i gatsby-plugin-clerk@4.4.42-snapshot.v046a94c --save-exact
npm i @clerk/localizations@1.28.3-snapshot.v046a94c --save-exact
npm i @clerk/nextjs@4.30.0-snapshot.v046a94c --save-exact
npm i @clerk/clerk-react@4.31.0-snapshot.v046a94c --save-exact
npm i @clerk/remix@3.2.4-snapshot.v046a94c --save-exact
npm i @clerk/clerk-sdk-node@4.13.15-snapshot.v046a94c --save-exact
npm i @clerk/themes@1.7.13-snapshot.v046a94c --save-exact
npm i @clerk/types@3.64.0-snapshot.v046a94c --save-exact |
Description
This PR backports #3176 in v4
Checklist
npm testruns as expected.npm run buildruns as expected.Type of change