Skip to content

Conversation

@aspiers
Copy link
Contributor

@aspiers aspiers commented Jan 6, 2026

The whole changesets process was disrupted during bootstrapping so these got out of whack. Still not exactly accurate but good enough.

Summary by CodeRabbit

  • Chores
    • Corrected version numbers in changelog files to ensure accurate and consistent version tracking across SDK packages.

✏️ Tip: You can customize this high-level summary in your review settings.

The whole changesets process was disrupted during bootstrapping
so these got out of whack.  Still not exactly accurate but good
enough.
Copilot AI review requested due to automatic review settings January 6, 2026 20:17
@changeset-bot
Copy link

changeset-bot bot commented Jan 6, 2026

🦋 Changeset detected

Latest commit: 10bc42d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@hypercerts-org/sdk-react Patch
@hypercerts-org/sdk-core Patch

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

@coderabbitai
Copy link

coderabbitai bot commented Jan 6, 2026

📝 Walkthrough

Walkthrough

Corrects 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

Cohort / File(s) Summary
Changeset Metadata
.changeset/fix-errant-changelog-versions.md
New changeset file documenting patch version bumps for @hypercerts-org/sdk-react and @hypercerts-org/sdk-core
Changelog Corrections
packages/sdk-core/CHANGELOG.md, packages/sdk-react/CHANGELOG.md
Version header corrections: sdk-core bumped from 1.0.0-beta.0 to 0.10.0-beta.1; sdk-react bumped from 0.10.0-beta.0 to 0.10.0-beta.1. Dependency reference in sdk-react updated to reflect corrected sdk-core version.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5 minutes

Possibly related PRs

Poem

🐰 A changelog mixed up, versions askew,
Beta point-oh needed a fixing or two,
With whiskers and care, we sorted it right,
Now one-point-oh sleeps, and point-ten shines bright!

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly addresses the main change: fixing broken CHANGELOG.md files. It is specific about the problem (broken CHANGELOG.md files) and the nature of the issue (version inconsistencies).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d1b26b0 and 10bc42d.

📒 Files selected for processing (4)
  • .changeset/fix-errant-changelog-versions.md
  • CHANGELOG.md
  • packages/sdk-core/CHANGELOG.md
  • packages/sdk-react/CHANGELOG.md
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2026-01-06T17:56:38.894Z
Learnt from: CR
Repo: hypercerts-org/hypercerts-sdk PR: 0
File: AGENTS.md:0-0
Timestamp: 2026-01-06T17:56:38.894Z
Learning: Applies to **/*.{ts,tsx} : Use the error hierarchy from sdk-core/src/core/errors.ts with base HypercertsError and specific error classes (ValidationError, AuthenticationError, NetworkError, NotFoundError, SDSRequiredError)

Applied to files:

  • packages/sdk-core/CHANGELOG.md
  • packages/sdk-react/CHANGELOG.md
⏰ 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)
  • GitHub Check: Agent
🔇 Additional comments (4)
packages/sdk-core/CHANGELOG.md (1)

3-3: Version header correction looks good.

The bump from 1.0.0-beta.0 to 0.10.0-beta.1 corrects the errant version and aligns with the sdk-react version. The patch increment on the beta counter is appropriate for sequential prerelease versioning.

packages/sdk-react/CHANGELOG.md (2)

3-3: Version header aligned with sdk-core.

The bump to 0.10.0-beta.1 correctly mirrors the sdk-core version and maintains consistency across the monorepo.


163-163: Dependency reference correctly updated.

The sdk-core dependency has been updated from 1.0.0-beta.0 to 0.10.0-beta.1, ensuring the reference matches the corrected version in the sdk-core package.

.changeset/fix-errant-changelog-versions.md (1)

1-6: Changeset format and bump choices are correct.

The patch version bump is appropriate for internal package updates. The YAML front matter is properly formatted, both packages are marked for patch bumps (matching the documentation-only nature of these fixes), and the summary clearly describes the intent.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

Copilot AI left a 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.0 to 0.10.0-beta.1
  • Updates sdk-core CHANGELOG version from 1.0.0-beta.0 to 0.10.0-beta.1
  • Updates sdk-react's dependency reference from @hypercerts-org/sdk-core@1.0.0-beta.0 to @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.

@aspiers aspiers merged commit f526820 into hypercerts-org:develop Jan 6, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant