import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_15 = VersionInfo.of({ version: '0.2.15:0', releaseNotes: { en_US: 'Fixes doubled "Invested" totals by removing duplicate holdings/positions left by older imports (runs automatically on the next import of a fund, or all at once via the new "Fix Duplicate Holdings" action). Usernames are now editable in Users → Manage. Mobile/PWA: installable to a phone home screen with an app icon, plus a responsive layout with a collapsible menu.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })