chore(release): v0.17.3 - #186
Merged
Merged
Conversation
Publish the merged selat refund claim|query command (#185). Bump package and bin VERSION together, and raise the selat-pay floor to ^0.11.2 so the bundled runtime is the known refund-capable pay. Required before the selat-plugins runtime lock bump. After merge, tag v0.17.3 and push to trigger Trusted Publishing. Co-authored-by: SELAT-DEV <SELAT-DEV@users.noreply.github.com>
SELAT-DEV
marked this pull request as ready for review
September 13, 2026 03:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch release so the newly merged
selat refund claim|query(#185) can publish to npm.@selat-ai/selat-cli@0.17.2went out before #185; plugins already pin 0.17.2, so a new version is required before the selat-plugins runtime lock bump.Changes
package.json+bin/selat.mjsVERSION:0.17.2→0.17.3(publish workflow requires these to match)@selat-ai/selat-payfloor:^0.11.0→^0.11.2(known refund-capable pay; runbook prefers pinning the published floor)package-lock.jsonrefreshed to resolve0.11.2No refund behavior changes.
Verification
package.jsonversion,bin/selat.mjsVERSION, andselat --versionall report0.17.3npm run checkcleannpm test: 586/586 passnpm pack --dry-runpacks@selat-ai/selat-cli@0.17.3and includeslib/commands/refund.mjsAfter merge
Someone must tag
v0.17.3and push the tag to trigger Trusted Publishing. Do not publish from this PR alone.Then run selat-plugins' "Sync selat-cli version"
workflow_dispatchand merge its marker PR.