Skip to content

Commit 863ba70

Browse files
os-zhuangclaude
andauthored
fix(release): rename stale @objectstack/adapter-hono ref in pending changeset (#4302)
changeset version hard-fails on a changeset naming a package that is not in the workspace, and adapter-hono-auth-wildcard-yields still said @objectstack/adapter-hono while the workspace package is named @objectstack/hono. Same class of blocker as #3635: it kills the version step of the v17 train before the Version Packages PR can be created. A sweep of all 559 pending changesets' frontmatter (974 package refs) and pre.json initialVersions against the 77 workspace package names found no other stale reference. Adds an empty changeset for the Check Changeset gate; releases nothing. Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent ba672e1 commit 863ba70

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.changeset/adapter-hono-auth-wildcard-yields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@objectstack/adapter-hono": patch
2+
"@objectstack/hono": patch
33
---
44

55
fix(adapters/hono): the auth wildcard yields paths the auth service does not own (#4117)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
4+
Repo-plumbing only: the pending changeset `adapter-hono-auth-wildcard-yields` referenced the Hono adapter by its old `@objectstack/adapter-hono` name, which `changeset version` rejects because the workspace package is named `@objectstack/hono`. Renamed the entry; a full sweep of every other pending changeset (and `pre.json`) against the workspace found nothing else stale. Releases nothing by itself.

0 commit comments

Comments
 (0)