Bump version to 0.2.0
Renamed to Recap. New StartOS package id, new Keysat product slug, new display name everywhere user-visible. StartOS will treat this as a fresh install.
This commit is contained in:
@@ -18,8 +18,9 @@ import { v_0_1_15 } from './v0.1.15'
|
|||||||
import { v_0_1_16 } from './v0.1.16'
|
import { v_0_1_16 } from './v0.1.16'
|
||||||
import { v_0_1_17 } from './v0.1.17'
|
import { v_0_1_17 } from './v0.1.17'
|
||||||
import { v_0_1_18 } from './v0.1.18'
|
import { v_0_1_18 } from './v0.1.18'
|
||||||
|
import { v_0_2_0 } from './v0.2.0'
|
||||||
|
|
||||||
export const versionGraph = VersionGraph.of({
|
export const versionGraph = VersionGraph.of({
|
||||||
current: v_0_1_18,
|
current: v_0_2_0,
|
||||||
other: [v_0_1_17, v_0_1_16, v_0_1_15, v_0_1_14, v_0_1_13, v_0_1_12, v_0_1_11, v_0_1_10, v_0_1_9, v_0_1_8, v_0_1_7, v_0_1_6, v_0_1_5, v_0_1_4, v_0_1_3, v_0_1_2, v_0_1_1, v_0_1_0],
|
other: [v_0_1_18, v_0_1_17, v_0_1_16, v_0_1_15, v_0_1_14, v_0_1_13, v_0_1_12, v_0_1_11, v_0_1_10, v_0_1_9, v_0_1_8, v_0_1_7, v_0_1_6, v_0_1_5, v_0_1_4, v_0_1_3, v_0_1_2, v_0_1_1, v_0_1_0],
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
import { VersionInfo } from '@start9labs/start-sdk'
|
||||||
|
|
||||||
|
export const v_0_2_0 = VersionInfo.of({
|
||||||
|
version: '0.2.0:0',
|
||||||
|
releaseNotes: {
|
||||||
|
en_US: 'Renamed to Recap. New StartOS package id, new Keysat product slug, new display name everywhere user-visible. StartOS will treat this as a fresh install.',
|
||||||
|
},
|
||||||
|
migrations: {
|
||||||
|
up: async ({ effects }) => {},
|
||||||
|
down: async ({ effects }) => {},
|
||||||
|
},
|
||||||
|
})
|
||||||
Reference in New Issue
Block a user