chore: release 0.1.45 - #71
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Review SummaryScope: Changelog-only release PR — the diff adds a Findings: None.
No blocking issues from this review. (Not approving/merging per instructions — verdict left to the automated step.) 🤖 Generated with Claude Code |
Pre-merge review —
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1a2e823706
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| --- | ||
|
|
||
| ## [0.1.45] - 2026-09-06 |
There was a problem hiding this comment.
Bump the package manifest before declaring 0.1.45 stable
If a v0.1.45 tag is cut from this release commit, .github/workflows/release.yml lines 31-32 publishes @rozoai/intent-pay directly from packages/connectkit, whose manifest still reports 0.1.45-beta.4; therefore the workflow cannot publish the stable 0.1.45 announced here. The checked npm publish documentation confirms that publishing a folder uses its package.json and publishes that name/version combination, and the preceding 0.1.44 release updated the manifest, example dependency, and lockfile alongside the changelog. Include those version updates before labeling this as the stable release.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Automated code review — P0=0 P1=0 P2=0
Release metadata consistently promotes intent-pay from 0.1.45-beta.4 to 0.1.45 and updates the example dependency, lockfile, and changelog; no actionable defects found.
Reviewer: gpt-5.6-sol-low
Approved for this exact head SHA; the PR author decides when to merge.
Summary\n- Update changelog for 0.1.45\n\n## Notes\n- Branch contains changelog-only release commit.