import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_24 = VersionInfo.of({ version: '0.2.24:0', releaseNotes: { en_US: 'A GP or management entity\'s linked capital balance now shows on its Overview page too, not only the Assets tab. The Assets view also includes balances held under the linked account\'s other legal names (as the eNAV often splits one LLC across names), and shows a clear message when a linked account has no balances on file.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })