Bug Fixes
@byline/admin/@byline/host-tanstack-start— every admin form (sign-in, account preferences, change/set password, user and role create/update, and the document editor) now declares an explicitmethod="post". Previously these forms relied solely on the ReactonSubmithandler to suppress the browser's native submission; if that handler hadn't run, the form would fall back to its default GET behaviour. Setting the method explicitly makes the form's submission contract deterministic regardless of client-side state. No consumer changes required — the happy-path submit flow is unchanged.
All other @byline/* packages bumped to 3.5.1 in lockstep with no behavioural changes this cycle.