Skip to content

chore: sync package.json versions to 0.32.0 to match npm#145

Merged
willwashburn merged 1 commit intomainfrom
chore/sync-versions-0.32.0
Apr 27, 2026
Merged

chore: sync package.json versions to 0.32.0 to match npm#145
willwashburn merged 1 commit intomainfrom
chore/sync-versions-0.32.0

Conversation

@willwashburn
Copy link
Copy Markdown
Member

@willwashburn willwashburn commented Apr 27, 2026

Summary

  • A prior publish all workflow run shipped @relayburn/reader@0.32.0, @relayburn/ledger@0.32.0, and @relayburn/analyze@0.32.0 to npm but failed before the version-bump commit + git tags landed. @relayburn/mcp and @relayburn/cli never published.
  • The publish workflow's "local vs npm" parity check (.github/workflows/publish.yml:120) now blocks because main is at 0.31.0 for those three packages while npm has 0.32.0.
  • This PR bumps all five packages to 0.32.0 in package.json so the next publish all → minor run cleanly takes everything to 0.33.0 with monorepo parity preserved. mcp/cli are bumped along with the others (even though they are not yet on npm at 0.32.0) so a single coordinated bump keeps the five-package release in lockstep.

No code changes — only the version field in each packages/*/package.json.

Follow-ups (not in this PR)

  • Optionally tag this commit as reader-v0.32.0, ledger-v0.32.0, analyze-v0.32.0 so the changelog generator has a baseline for the otherwise-untracked 0.32.0 publish.
  • After merge, re-run Publish Package with package=all, version=minor to produce 0.33.0.

Test plan

  • Merge to main
  • Re-run Publish Package workflow with package=all, version=minor
  • Confirm "Verify local versions are in sync with npm" step passes
  • Confirm 0.33.0 publishes cleanly for all five packages

🤖 Generated with Claude Code


Open in Devin Review

A prior publish run for 0.32.0 succeeded on npm for reader/ledger/analyze
but failed before the version-bump commit + tags landed; mcp/cli never
published. The publish workflow's "local vs npm" parity check now blocks
on reader/ledger/analyze (main=0.31.0 < npm=0.32.0).

Bump all five packages to 0.32.0 in package.json so the next
"all → minor" workflow run cleanly takes everything to 0.33.0 with
monorepo parity preserved.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@willwashburn willwashburn merged commit 058cf4c into main Apr 27, 2026
1 check passed
@willwashburn willwashburn deleted the chore/sync-versions-0.32.0 branch April 27, 2026 16:13
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

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