import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_156 = VersionInfo.of({ version: '0.2.156:0', releaseNotes: { en_US: 'Sign-in is more reliable on iPad/iPhone: the "Send sign-in link" button now retries a few times with growing backoff when Safari dispatches the request onto a stale connection, so it no longer shows a spurious "network error" on the first tap.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })