Skip to content

fix(changeset): rename 'vtz' to 'vertz' in fix-fragment-root-hydration changeset#3017

Merged
viniciusdacal merged 1 commit intomainfrom
fix/changeset-vtz-package-name-2964
Apr 28, 2026
Merged

fix(changeset): rename 'vtz' to 'vertz' in fix-fragment-root-hydration changeset#3017
viniciusdacal merged 1 commit intomainfrom
fix/changeset-vtz-package-name-2964

Conversation

@viniciusdacal
Copy link
Copy Markdown
Contributor

Summary

  • .changeset/fix-fragment-root-hydration-2784.md listed 'vtz': patch, but no workspace package is named vtz — the package is vertz (which exposes the vtz CLI bin).
  • This made vtzx changeset status fail with Found changeset fix-fragment-root-hydration-2784 for package vtz which is not in the workspace and would have broken the publish pipeline at the next changeset:version run.
  • Single-line fix: 'vtz''vertz'. No other open changesets reference 'vtz' (verified with grep -rE "^['\"]vtz['\"]" .changeset/).

Closes #2964

Test plan

  • vtzx changeset status runs clean — vertz now appears in the list of packages to bump at patch.
  • No other .changeset/*.md files reference the nonexistent 'vtz' package.

🤖 Generated with Claude Code

…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>
@viniciusdacal viniciusdacal merged commit caf5025 into main Apr 28, 2026
7 checks passed
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.

changesets: .changeset/fix-fragment-root-hydration-2784.md references nonexistent package 'vtz'

1 participant