Skip to content

fix(release): align publishable package versions#329

Merged
blove merged 1 commit into
mainfrom
codex/fix-release-version-drift
May 15, 2026
Merged

fix(release): align publishable package versions#329
blove merged 1 commit into
mainfrom
codex/fix-release-version-drift

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented May 15, 2026

Summary

  • Align all publishable package manifests back to the current fixed release version 0.0.29, including @ngaf/chat and @ngaf/telemetry.
  • Add an explicit telemetry nx-release-publish target so release publish uses dist/libs/telemetry.
  • Replace stale partial-json workflow project lists with telemetry and run the release version verifier in PR CI.
  • Patch install telemetry into publishable dist manifests in the publish workflow before npm publish.
  • Extend scripts/verify-release-versions.mjs to require release projects publish from dist/{projectRoot}.

Verification

  • Red: PATH="/Users/blove/.nvm/versions/node/v22.14.0/bin:$PATH" npx vitest run scripts/verify-release-versions.spec.mjs failed before the verifier implementation on the new dist publish root test.
  • PATH="/Users/blove/.nvm/versions/node/v22.14.0/bin:$PATH" npx vitest run scripts/verify-release-versions.spec.mjs
  • PATH="/Users/blove/.nvm/versions/node/v22.14.0/bin:$PATH" node scripts/verify-release-versions.mjs
  • PATH="/Users/blove/.nvm/versions/node/v22.14.0/bin:$PATH" node scripts/verify-release-versions.mjs --tag v0.0.29
  • PATH="/Users/blove/.nvm/versions/node/v22.14.0/bin:$PATH" NX_DAEMON=false npx nx release version patch --dry-run
  • PATH="/Users/blove/.nvm/versions/node/v22.14.0/bin:$PATH" NX_DAEMON=false npx nx run-many -t lint,test,build --projects=chat,langgraph,ag-ui,render,a2ui,licensing,telemetry --skip-nx-cache
  • PATH="/Users/blove/.nvm/versions/node/v22.14.0/bin:$PATH" node libs/telemetry/scripts/apply-install-telemetry.mjs dist/libs/chat dist/libs/langgraph dist/libs/ag-ui dist/libs/render dist/libs/a2ui dist/libs/licensing
  • PATH="/Users/blove/.nvm/versions/node/v22.14.0/bin:$PATH" NX_DAEMON=false npx nx release publish --groups=publishable --dry-run
  • git diff --check

@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cacheplane Ready Ready Preview, Comment May 15, 2026 7:28pm

Request Review

@blove blove force-pushed the codex/fix-release-version-drift branch from be0c757 to c9e9366 Compare May 15, 2026 19:26
@blove blove merged commit 55155e0 into main May 15, 2026
16 checks passed
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