Drop the ignored @workflow/world-sim package from the hook_conflict delta changeset (#3963)

Changesets refuses a changeset that mixes packages in the `ignore` list
with published ones, so `changeset version` has failed on every push to
main since #3938 and nothing has been published.

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Pranay Prakash
2026-09-03 14:27:33 -07:00
committed by GitHub
parent f9073d0739
commit 63143e5f84
-1
View File
@@ -1,7 +1,6 @@
---
'@workflow/world': patch
'@workflow/world-local': patch
'@workflow/world-sim': patch
---
Answer the `sinceCursor` event-log delta on a `hook_conflict` write the same way as on `hook_created`.