import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_6 = VersionInfo.of({ version: '0.2.6:0', releaseNotes: { en_US: 'Fund page Partners and Documents tabs: Partners lists each member with investor ID, login status (members imported without a password show "No login yet"), and latest capital value; Documents shows all of the fund\'s files for admins.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })