20 lines
703 B
TypeScript
20 lines
703 B
TypeScript
import { VersionGraph } from '@start9labs/start-sdk'
|
|
import { v_0_1_0 } from './v0.1.0'
|
|
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'
|
|
import { v_0_2_5 } from './v0.2.5'
|
|
import { v_0_2_6 } from './v0.2.6'
|
|
import { v_0_2_7 } from './v0.2.7'
|
|
import { v_0_2_8 } from './v0.2.8'
|
|
import { v_0_2_9 } from './v0.2.9'
|
|
import { v_0_2_10 } from './v0.2.10'
|
|
import { v_0_2_11 } from './v0.2.11'
|
|
|
|
export const versionGraph = VersionGraph.of({
|
|
current: v_0_2_11,
|
|
other: [v_0_2_10, v_0_2_9, v_0_2_8, v_0_2_7, v_0_2_6, v_0_2_5, v_0_2_4, v_0_2_3, v_0_2_2, v_0_2_1, v_0_2_0, v_0_1_0],
|
|
})
|