chore(release): 1.0.60 - #497
Merged
Merged
Conversation
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.
Description
Release bump
1.0.59→1.0.60.Moves all 16
packages/*/package.jsonversions together — the umbrellacomisaipackage bundles the others, so version drift between them surfaces at publish time rather than in local builds. No source, config, or documentation changes.Release-protocol steps completed:
grep -rn '1.0.59' --include='*.json' --include='*.mdx' --include='*.md'(excludingnode_modules,dist/, lockfiles, andCHANGELOG) returns no hits.pnpm validatepasses locally, enforced by the pre-push hook (✓ pre-push: validate passed.) —docs:check,build:clean,cycles,cycles:refs,lint:security,test:coverage.Content shipping in this release (already merged and CI-green on
main): #491, #492, #493, #494, #495, #496.Related Issue
N/A: version-manifest-only change. No runtime behavior, architecture, or security expectation is altered.
Type of Change
Checklist
pnpm validate)N/AreasonRED Test Proof
Evidence and Residual Risk
pnpm validatefull gate, green via the pre-push hook).pnpm validateis the cross-platform floor, not the full CI surface. It does not run the Docker image build,*.linux.test.ts(skipped on macOS), or the integration tier. Those are covered by this PR's CI run and, post-tag, bydocker-release.yml/dockerhub-release.yml. The publish itself is verified after the tag workflows conclude vianpm view comisai dist-tags.Additional Notes
After merge: tag
v1.0.60on the merge commit and create the GitHub release. The tag triggersnpm-publish.yml(which waits forci.ymlon the tagged commit to conclude success),docker-release.yml, anddockerhub-release.yml.