import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_19 = VersionInfo.of({ version: '0.2.19:0', releaseNotes: { en_US: 'Mobile/PWA fixes: the top bar (including Sign out) no longer hides behind the phone status bar, and the Entities view now shows each fund as a card that fits the screen — no more zooming out or sideways scrolling.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })