Commit b008cd4
chore(changeset): downgrade slow-signin fixes from minor to patch
Both `par-heartbeat-keeps-slow-signins-alive` and
`clean-exit-on-expired-signin` were authored as `feat:` commits,
so they got `minor` bumps by reflex. Reviewing them against the
bump-type guide in `docs/PUBLISHING.md`:
- The PAR heartbeat is internal mechanism (a `/auth/ping` route +
a browser interval) introduced solely to stop a 5-minute
upstream `AUTHORIZATION_INACTIVITY_TIMEOUT` from kicking out
users who are reading their inbox at human speed. No new env
var, no new client metadata, no new operator surface — just
fixing a dead-end. The "feature" is invisible; the visible
effect is "slow sign-ins no longer time out", which is a bug
fix.
- The clean-exit work removes a UX dead-end (broken Resend offer,
no way back to the OAuth client) on already-failed sign-ins.
Users gain no capability they didn't already conceptually have
— they just stop hitting a wall.
Both are user-observable bug fixes rather than additive features.
Flip the frontmatter to `patch`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 72d9113 commit b008cd4
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments