Fix changeset package name (smooth -> @smooai/smooth) — unblocks all th releases#254
Open
brentrager wants to merge 1 commit into
Open
Fix changeset package name (smooth -> @smooai/smooth) — unblocks all th releases#254brentrager wants to merge 1 commit into
brentrager wants to merge 1 commit into
Conversation
The prime-notes-flag-fix changeset targeted the bare name 'smooth', which is not a workspace package — @changesets/assemble-release-plan threw 'Found changeset ... which is not in the workspace' and FAILED every Version Update run since it landed, freezing all th releases (incl. the coverage-CLI changeset from #252). Corrected to the real published name.
|
| Name | Type |
|---|---|
| @smooai/smooth | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
brentrager
enabled auto-merge (squash)
July 25, 2026 04:23
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.
The
prime-notes-flag-fixchangeset targeted the bare package namesmooth, which isn't a workspace package.@changesets/assemble-release-planthrowsFound changeset prime-notes-flag-fix for package smooth which is not in the workspaceand fails every Version Update run — the smooth release automation has been red since this landed, freezing allthpublishes (including the coverage-CLI changeset from #252).One-char fix:
smooth→@smooai/smooth(the real published name every other changeset uses).Verified:
git show --statconfirms the only change is the one changeset line. Once merged, the next Version Update run should assemble cleanly and publish the pendingthversion.🤖 Generated with Claude Code
https://claude.ai/code/session_01H9YdTv1LgxPAsYJpgu5Aak