Release 1.32.7-beta.1 - #2389
Conversation
Lockstep version bump across all packages (npm dist-tag: beta). Also realigns lerna.json, which #2377 left at 1.32.6 while every packages/*/package.json moved to 1.32.7-beta.0. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude Code PR ReviewPR: #2389 • Head: a73cdfe • Reviewers: stack-code-reviewer SummaryLerna fixed-mode version bump to Review Table
FindingsNo Fail rows and no findings at any severity. The reviewer independently verified completeness (all 18 packages), internal Two non-blocking notes carried from the reviewer, neither a defect in this diff:
Raised by other reviewers (not independently confirmed)@rishigupta1599 submitted an Verdict: PASS |
Version bump to
1.32.7-beta.1— lockstep across all packages.beta.lerna.json+packages/**/package.json.Why not the
Create Release PRworkflowThat workflow computes the target from
lerna.json, which #2377 left at1.32.6even though everypackages/*/package.jsonmoved to1.32.7-beta.0(already published to npm underbeta). Aprereleasebump would therefore have recomputed1.32.7-beta.0and collided with the existing release. This PR sets the version explicitly and realignslerna.jsonwith the packages.Next steps: review & merge, then cut the GitHub Release.