Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/adapter-hono-auth-wildcard-yields.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@objectstack/adapter-hono": patch
"@objectstack/hono": patch
---

fix(adapters/hono): the auth wildcard yields paths the auth service does not own (#4117)
Expand Down
4 changes: 4 additions & 0 deletions .changeset/fix-stale-hono-changeset-ref.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.
Loading