Skip to content

Conversation

@ericglau
Copy link
Member

Fixes #732

@ericglau ericglau requested review from a team as code owners November 13, 2025 22:29
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 13, 2025

Walkthrough

Removes changelog entries for three unpublished package versions from their respective CHANGELOG.md files: 0.3.0 from packages/common, 0.10.1 from packages/core/solidity, and 0.4.1 from packages/mcp. These entries were added by a previous PR that failed to publish but were superseded by a subsequent PR that successfully published newer versions.

Changes

Cohort / File(s) Change Summary
Changelog cleanup - unpublished versions
packages/common/CHANGELOG.md, packages/core/solidity/CHANGELOG.md, packages/mcp/CHANGELOG.md
Removed section headers and surrounding blank lines for unpublished release versions (0.3.0, 0.10.1, 0.4.1 respectively); all remaining entries retained

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

These are straightforward deletions of changelog section headers with no logic, dependency, or content modifications. All three changes follow an identical pattern.

Possibly related PRs

  • Prepare Release #729: Added these changelog entries (0.3.0, 0.10.1, 0.4.1) that are now being removed due to the publishing failure.

Suggested labels

ignore-changeset

Suggested reviewers

  • CoveMB

Pre-merge checks and finishing touches

✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: removing unpublished changelog entries and combining them with released ones.
Description check ✅ Passed The description references issue #732, which directly relates to the changeset of removing and consolidating changelog entries.
Linked Issues check ✅ Passed The pull request removes unpublished version entries (0.3.0, 0.10.1, 0.4.1) from three CHANGELOG.md files, fulfilling the objective to merge unpublished changelog entries into published versions.
Out of Scope Changes check ✅ Passed All changes are scoped to removing unpublished changelog entries from the three CHANGELOG.md files, with no unrelated modifications present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3bb0213 and 4e344a6.

📒 Files selected for processing (3)
  • packages/common/CHANGELOG.md (0 hunks)
  • packages/core/solidity/CHANGELOG.md (0 hunks)
  • packages/mcp/CHANGELOG.md (0 hunks)
💤 Files with no reviewable changes (3)
  • packages/core/solidity/CHANGELOG.md
  • packages/mcp/CHANGELOG.md
  • packages/common/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). (2)
  • GitHub Check: build (solidity, default)
  • GitHub Check: semgrep-cloud-platform/scan

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

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.

Remove changelog entries for unpublished versions

1 participant