Skip to content

fix: update @atxp/mpp and @atxp/tempo cross-deps in release workflow#166

Merged
badjer merged 1 commit intomainfrom
fix/release-workflow-missing-mpp-tempo-deps
Apr 17, 2026
Merged

fix: update @atxp/mpp and @atxp/tempo cross-deps in release workflow#166
badjer merged 1 commit intomainfrom
fix/release-workflow-missing-mpp-tempo-deps

Conversation

@badjer
Copy link
Copy Markdown
Contributor

@badjer badjer commented Apr 17, 2026

Summary

  • Release workflow bumps atxp-mpp and atxp-tempo versions but never updates cross-package deps onto them. As a result, 0.11.8 published with atxp-client/atxp-server still pinning @atxp/mpp@0.11.7 and atxp-tempo still pinning @atxp/client@0.11.7 / @atxp/common@0.11.7. (Note: 0.11.7 and 0.11.8 of @atxp/mpp are code-identical, so installed deps still resolve correctly at runtime — this is a hygiene fix.)
  • Adds 4 missing npm pkg set lines so the next release sets them correctly.
  • Syncs the current package.jsons to 0.11.8 so the source tree is internally consistent.

Test plan

  • Verify workflow diff adds the 4 expected lines (@atxp/mpp for client/server; @atxp/common and @atxp/client for tempo)
  • On next release, confirm atxp-client, atxp-server, atxp-tempo published with matching @atxp/* deps

🤖 Generated with Claude Code

The release workflow bumps versions of atxp-mpp and atxp-tempo but never
updates cross-package dependencies onto them. Result: 0.11.8 was published
with atxp-client/atxp-server still pinning @atxp/mpp@0.11.7, and
atxp-tempo still pinning @atxp/client@0.11.7 and @atxp/common@0.11.7.

Add the 4 missing `npm pkg set` lines and sync the current package.jsons
to 0.11.8 so the source tree is internally consistent.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@badjer badjer merged commit a44df58 into main Apr 17, 2026
1 check passed
@badjer badjer deleted the fix/release-workflow-missing-mpp-tempo-deps branch April 17, 2026 18:56
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