-
Notifications
You must be signed in to change notification settings - Fork 267
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(repo): Use catalog: protocol #4605
Conversation
🦋 Changeset detectedLatest commit: 4590c82 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types 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 @jacekradko - 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.4.14-snapshot.v20241119205636 --save-exact
npm i @clerk/backend@1.17.1-snapshot.v20241119205636 --save-exact
npm i @clerk/chrome-extension@1.3.38-snapshot.v20241119205636 --save-exact
npm i @clerk/clerk-js@5.34.4-snapshot.v20241119205636 --save-exact
npm i @clerk/elements@0.19.5-snapshot.v20241119205636 --save-exact
npm i @clerk/clerk-expo@2.3.7-snapshot.v20241119205636 --save-exact
npm i @clerk/expo-passkeys@0.0.7-snapshot.v20241119205636 --save-exact
npm i @clerk/express@1.3.16-snapshot.v20241119205636 --save-exact
npm i @clerk/fastify@2.0.18-snapshot.v20241119205636 --save-exact
npm i @clerk/localizations@3.6.5-snapshot.v20241119205636 --save-exact
npm i @clerk/nextjs@6.4.1-snapshot.v20241119205636 --save-exact
npm i @clerk/nuxt@0.0.2-snapshot.v20241119205636 --save-exact
npm i @clerk/clerk-react@5.16.1-snapshot.v20241119205636 --save-exact
npm i @clerk/remix@4.2.54-snapshot.v20241119205636 --save-exact
npm i @clerk/clerk-sdk-node@5.0.67-snapshot.v20241119205636 --save-exact
npm i @clerk/shared@2.15.1-snapshot.v20241119205636 --save-exact
npm i @clerk/tanstack-start@0.5.1-snapshot.v20241119205636 --save-exact
npm i @clerk/testing@1.3.28-snapshot.v20241119205636 --save-exact
npm i @clerk/themes@2.1.46-snapshot.v20241119205636 --save-exact
npm i @clerk/types@4.34.1-snapshot.v20241119205636 --save-exact
npm i @clerk/ui@0.1.22-snapshot.v20241119205636 --save-exact
npm i @clerk/vue@0.0.6-snapshot.v20241119205636 --save-exact |
Description
Moving common dependencies to their own workspace
catalog:
Fixed
turbo
config to bust caches on changes to pnpm-related filesChecklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change