import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_32 = VersionInfo.of({ version: '0.2.32:0', releaseNotes: { en_US: "Investor portal polish: a portfolio summary card totals commitment, paid-in, distributions and current balance across funds; gain/loss is labeled 'net of paid-in'; headline figures show whole dollars; documents group by year with a 'New' badge since the investor's last visit. Ten31 brand palette (navy/mint from the logo) replaces the orange accents. New members from the eNAV import now start with the default password 'Ten31Portal' (login enabled), and a new 'Enable Investor Logins' action converts existing no-login accounts. Password changes now require at least 8 characters. Login page shows a Portal@ten31.xyz contact line.", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })