Skip to content
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

Merged
merged 6 commits into from
Aug 14, 2024
Merged

Setup changesets for v7 packages #11890

merged 6 commits into from
Aug 14, 2024

Conversation

brophdawg11
Copy link
Contributor

@brophdawg11 brophdawg11 commented Aug 14, 2024

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:

# Enter prerelease mode and commit changes
pnpm exec changeset pre enter pre
git add .
git commit -a -m "Enter prerelease mode"

# Run version command to bump to 7.0.0-pre.0 and add entries to CHANGELOG's
export GITHUB_TOKEN="....."
pnpm exec changeset version
git add .
git commit -m "Prerelease"

# Run a dry publish run to see what would be published to npm
pnpm -r publish --dry-run --publish-branch brophdawg11/changesets-2

Copy link

changeset-bot bot commented Aug 14, 2024

⚠️ No Changeset found

Latest commit: c813dd4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes changesets to release 8 packages
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
Copy link
Contributor Author

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",
Copy link
Contributor Author

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",
Copy link
Contributor Author

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

@brophdawg11 brophdawg11 mentioned this pull request Aug 14, 2024
@brophdawg11 brophdawg11 merged commit e3c67ed into dev Aug 14, 2024
8 checks passed
@brophdawg11 brophdawg11 deleted the brophdawg11/changesets-2 branch August 14, 2024 20:45
Copy link
Contributor

🤖 Hello there,

We just published version 6.28.2-pre.0 which includes this pull request. If you'd like to take it for a test run please try it out and let us know what you think!

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants