-
Notifications
You must be signed in to change notification settings - Fork 404
fix(shared): Fix package.json issue with shared package #4475
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
Conversation
🦋 Changeset detectedLatest commit: 86dd5a7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 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 @anagstef - 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.6-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/backend@1.15.6-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/chrome-extension@1.3.28-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/clerk-js@5.31.0-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/elements@0.18.4-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/clerk-expo@2.2.34-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/express@1.3.8-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/fastify@2.0.10-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/localizations@3.5.0-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/nextjs@6.2.0-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/clerk-react@5.15.0-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/remix@4.2.46-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/clerk-sdk-node@5.0.59-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/shared@2.11.4-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/tanstack-start@0.4.22-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/testing@1.3.20-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/themes@2.1.41-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/types@4.30.0-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact
npm i @clerk/ui@0.1.15-snapshot.v86dd5a781efaf8cb41dfb9cb0418928afb07f406 --save-exact |
Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com>
Description
Fixes #4468
Checklist
npm testruns as expected.npm run buildruns as expected.Type of change