import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_33 = VersionInfo.of({ version: '0.2.33:0', releaseNotes: { en_US: "Exited positions: a member who sold or transferred their stake (secondary sale) can be marked 'Exited' on the fund's Partners tab. Their portal card shows a quiet Exited badge instead of a phantom -100% loss, documents stay available, and the position drops out of the investor's portfolio totals and the fund's committed totals (avoiding seller+buyer double-counting).", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })