chore: downgrade FN-171 changeset from major to minor

The auto-reload settings removal drops an opt-out toggle but does not
break the published API surface, so a minor bump under category
`feature` is the accurate release-note framing.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-08-26 20:02:12 -07:00
parent 5769d5cd61
commit e95f9bcb30

View File

@@ -1,7 +1,7 @@
---
"@runfusion/fusion": major
"@runfusion/fusion": minor
---
summary: The dashboard now always reloads when it detects a new build version; the opt-out toggle is gone.
category: breaking
category: feature
dev: Removes the `autoReloadOnVersionChange` global settings key, its Global General toggle and search entry, the `setAutoReloadEnabled` module guard, and the `/api/settings` bootstrap fetch in `installVersionCheck()`. Loop protection (`fusion:version-reload`, `fusion:version-reloaded-remote`, two-poll confirmation) is unchanged; a value still persisted in an older config is ignored because the key is no longer in `GLOBAL_SETTINGS_KEYS`.