import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_7 = VersionInfo.of({ version: '0.2.7:0', releaseNotes: { en_US: 'Fund page Partners and Documents tabs (each partner with their capital value in the fund), plus a sidebar header alignment fix so the top-left borders meet cleanly.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })