-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
Setup changesets for v7 packages #11890
Conversation
|
Name | Type |
---|---|
react-router-dom | Major |
@react-router/express | Major |
react-router | Major |
@react-router/serve | Major |
@react-router/node | Major |
@react-router/dev | Major |
@react-router/architect | Major |
@react-router/cloudflare | Major |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
@@ -1,5 +1,4 @@ | |||
--- | |||
"@react-router/server-runtime": major |
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.
No longer exists 🙃
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@react-router/architect", | |||
"version": "2.9.0-pre.0", | |||
"version": "6.26.2", |
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.
Align these all to 6.x so they all bump to v7 together when we do the first alpha release
@@ -1,5 +1,6 @@ | |||
{ | |||
"name": "@playground/compiler-express", | |||
"version": "0.0.0", |
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.
Changesets requires everything in the monorepo to be versioned - even if it's not going to publish them
🤖 Hello there, We just published version Thanks! |
Replaces #11475 - was easier to make fresh changes instead of resolving conflicts in that branch
Validated by a dry run and then reverted the commits so you can still see what they produce for reference: