Skip to content

fix(act): use workspace:^ and order CD matrix by dep chain#458

Merged
Rotorsoft merged 1 commit intomasterfrom
fix/workspace-dep-sync
Mar 14, 2026
Merged

fix(act): use workspace:^ and order CD matrix by dep chain#458
Rotorsoft merged 1 commit intomasterfrom
fix/workspace-dep-sync

Conversation

@Rotorsoft
Copy link
Owner

Summary

  • Switch all workspace:*workspace:^ so published packages use semver ranges (^x.y.z) instead of exact pins
  • Reorder CD matrix to [act-patch, act, act-sse, act-pg] so dependencies publish before dependents

Fixes stale @rotorsoft/act-patch@0.1.0 references on npm — the package.json changes in each lib directory will trigger semantic-release to re-publish with ^1.0.2.

Test plan

  • CI passes
  • After merge, act, act-sse, act-pg re-publish with correct act-patch range

🤖 Generated with Claude Code

Switch all workspace:* references to workspace:^ so published packages
use semver ranges instead of exact pins. Reorder CD matrix to
[act-patch, act, act-sse, act-pg] so dependencies publish first.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Rotorsoft Rotorsoft merged commit ba75342 into master Mar 14, 2026
6 checks passed
@github-actions
Copy link

🎉 This PR is included in version @rotorsoft/act-v0.19.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version @rotorsoft/act-sse-v1.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version @rotorsoft/act-pg-v0.8.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant