fix(changeset): rename 'vtz' to 'vertz' in fix-fragment-root-hydration changeset#3017
Merged
viniciusdacal merged 1 commit intomainfrom Apr 28, 2026
Merged
Conversation
…n changeset [#2964] The changeset listed 'vtz' as the package to bump, but no workspace package is named 'vtz' — the package is 'vertz' (which exposes the vtz CLI bin). This made `changeset status` fail with an unknown-package error and would have broken the publish pipeline at the next version run. Closes #2964 Co-Authored-By: Claude Opus 4.7 (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.
Summary
.changeset/fix-fragment-root-hydration-2784.mdlisted'vtz': patch, but no workspace package is namedvtz— the package isvertz(which exposes thevtzCLI bin).vtzx changeset statusfail withFound changeset fix-fragment-root-hydration-2784 for package vtz which is not in the workspaceand would have broken the publish pipeline at the nextchangeset:versionrun.'vtz'→'vertz'. No other open changesets reference'vtz'(verified withgrep -rE "^['\"]vtz['\"]" .changeset/).Closes #2964
Test plan
vtzx changeset statusruns clean —vertznow appears in the list of packages to bump at patch..changeset/*.mdfiles reference the nonexistent'vtz'package.🤖 Generated with Claude Code