chore(release): 0.11.2 — fix cli workspace:* dependency - #51
Merged
Merged
Conversation
tutorial-forge-cli@0.11.1 was published with `npm publish`, which does not rewrite the workspace protocol, so it shipped an unresolvable `tutorial-forge: workspace:*` dependency (install-breaking). Bump both packages in lockstep and republish via `pnpm publish`, which rewrites the spec to a real version. The 0.11.1 CLI is deprecated; the library 0.11.1 was unaffected. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Why
tutorial-forge-cli@0.11.1is install-broken. It was published withnpm publish, which (unlikepnpm publish) does not rewrite theworkspace:*protocol — so it shipped depending on the literaltutorial-forge: workspace:*, which the public registry cannot resolve. It's the currentlatesttag.The
tutorial-forgelibrary0.11.1is unaffected (no workspace deps) — the PolyForm relicense is live and valid there.Fix
pnpm publish(rewritesworkspace:*→ real version).tutorial-forge-cli@0.11.1.No source changes —
dist/is identical to 0.11.1 apart from the version field.Publish steps (after merge)
🤖 Generated with Claude Code