v0.2.4 max-monthly union + /relay/policy

This commit is contained in:
local
2026-05-11 22:02:38 -05:00
parent 6797aae404
commit e612e8b8e8
6 changed files with 113 additions and 10 deletions
+3 -2
View File
@@ -4,8 +4,9 @@ import { v_0_2_0 } from './v0.2.0'
import { v_0_2_1 } from './v0.2.1'
import { v_0_2_2 } from './v0.2.2'
import { v_0_2_3 } from './v0.2.3'
import { v_0_2_4 } from './v0.2.4'
export const versionGraph = VersionGraph.of({
current: v_0_2_3,
other: [v_0_2_2, v_0_2_1, v_0_2_0, v_0_1_0],
current: v_0_2_4,
other: [v_0_2_3, v_0_2_2, v_0_2_1, v_0_2_0, v_0_1_0],
})