-
Notifications
You must be signed in to change notification settings - Fork 2
doc: fix CHANGELOG.md files broken by recent version shenanigans #71
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
The whole changesets process was disrupted during bootstrapping so these got out of whack. Still not exactly accurate but good enough.
🦋 Changeset detectedLatest commit: 10bc42d The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 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 |
📝 WalkthroughWalkthroughCorrects errant version numbers in CHANGELOG.md files for sdk-core and sdk-react packages. Updates sdk-core version header from 1.0.0-beta.0 to 0.10.0-beta.1, updates sdk-react version header from 0.10.0-beta.0 to 0.10.0-beta.1, and adds changeset file documenting patch version bumps. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Possibly related PRs
Poem
Pre-merge checks✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2026-01-06T17:56:38.894ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Pull request overview
This PR corrects version numbers in CHANGELOG.md files that were incorrectly set during the bootstrapping process. The changes align the CHANGELOG version headers with the actual package versions (0.10.0-beta.1) in both sdk-react and sdk-core packages.
- Updates sdk-react CHANGELOG version from
0.10.0-beta.0to0.10.0-beta.1 - Updates sdk-core CHANGELOG version from
1.0.0-beta.0to0.10.0-beta.1 - Updates sdk-react's dependency reference from
@hypercerts-org/sdk-core@1.0.0-beta.0to@hypercerts-org/sdk-core@0.10.0-beta.1
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/sdk-react/CHANGELOG.md | Corrects version header and sdk-core dependency reference to match actual 0.10.0-beta.1 version |
| packages/sdk-core/CHANGELOG.md | Corrects version header from incorrect 1.0.0-beta.0 to actual 0.10.0-beta.1 version |
| .changeset/fix-errant-changelog-versions.md | Adds changeset to document these CHANGELOG corrections as patch changes |
The changes are correct and consistent. Both package.json files show version 0.10.0-beta.1, and all CHANGELOG references now match these actual versions. The changeset file is properly formatted and appropriately marks these as patch-level changes. No issues were identified.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The whole changesets process was disrupted during bootstrapping so these got out of whack. Still not exactly accurate but good enough.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.