import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_18 = VersionInfo.of({ version: '0.2.18:0', releaseNotes: { en_US: 'The fund Partners tab now shows each member\'s Committed, Paid-in, and Distributions alongside their capital value, with a total committed for the fund — matching what investors see in their own portal.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })