import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_17 = VersionInfo.of({ version: '0.2.17:0', releaseNotes: { en_US: 'The Entities view now shows a Committed column (total LP commitments to each fund) alongside Invested (capital deployed into companies) and Last Signed Value.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })