import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_47 = VersionInfo.of({ version: '0.2.47:0', releaseNotes: { en_US: 'Fix: Summarize button no longer stays disabled after pasting a URL with Relay selected. The previous check waited for the async /api/relay/status call to flip state.relayStatus.configured, which could race against user input. Since the relay URL is hardcoded into the build, the client can assume Relay is runnable the moment it\'s selected — actual reachability errors surface inline at submit time via SSE.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })