Files
Ten31-Portal/deploy/startos/install/versions/v_0_2_37.ts
T
Jonathan KirkwoodandClaude Opus 4.8 053bfeab23 0.2.37: live funds above exited ones in the investor portal
A fully-exited fund/SPV card sinks to the bottom of the LP's stack
instead of sitting between active funds (stable sort, shared by the
LP portal and the admin Investor View).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03 12:07:05 -05:00

14 lines
440 B
TypeScript

import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_37 = VersionInfo.of({
version: '0.2.37:0',
releaseNotes: {
en_US:
"Investor portal ordering: live funds and SPVs now always appear above exited ones — a fully-exited position sinks to the bottom of the stack instead of sitting between active funds.",
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})