-
Notifications
You must be signed in to change notification settings - Fork 331
chore(repo): Rename TanStack Start SDK to @clerk/tanstack-react-start
#5424
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: 0f9e0c2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 ↗︎
|
@clerk/tanstack-start
part 2@clerk/tanstack-react-start
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.
Let's add a changeset with a minor
change so that in the future we can say that with 0.12.0 the name changed. The changeset itself then can say something about the migration and the changes between last version of old package name and this new version.
Let's also publish a snapshot version here and try it out, just to make sure it all works correctly 👍
The changes itself look good to me
!snapshot |
Hey @wobsoriano - 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/[email protected] --save-exact |
Thanks for the review!
|
!snapshot |
Hey @wobsoriano - 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/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact |
Description
This PR updates the monorepo to use the new package name
@clerk/tanstack-react-start
. It's continues the work from this PR: #5327, where we added a warning for users to migrate to the new package name. Currently when they install the new package name, it will install the snapshot version that we have available.Other updates:
@tanstack/react-start/server
. See refactor(start-server-core): use h3 barrel import TanStack/router#3721Test deployment with the snapshot
Resolves ECO-514
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change