import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_29 = VersionInfo.of({ version: '0.2.29:0', releaseNotes: { en_US: "New 'Reset Fund Partners' service action (and a 'Clear all partners' button on a fund's Partners tab) removes all of a fund's capital-account statements and investor access grants — for undoing a wrong members import, e.g. one fund's roster loaded into another. Investor accounts and holdings/NAV are left intact. Reset Fund Holdings still only clears holdings; this covers the partner side.", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })