mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
Feat/patch migration (#1890)
* feat: Most of the ui conversions and removing the package-recovered * chore: Include the down process. * feat: Add in the potential community packages. * chore: Add in the services * Make it so we skip rebuil. * update version to 033 in FE * chore: Revert to next version for patch-db * fix: Build and check Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
This commit is contained in:
@@ -20,9 +20,10 @@ export module Mock {
|
||||
updated: true,
|
||||
}
|
||||
export const MarketplaceEos: RR.GetMarketplaceEOSRes = {
|
||||
version: '0.3.2.1',
|
||||
version: '0.3.3',
|
||||
headline: 'Our biggest release ever.',
|
||||
'release-notes': {
|
||||
'0.3.3': 'Some **Markdown** release _notes_ for 0.3.3',
|
||||
'0.3.2.1': 'Some **Markdown** release _notes_ for 0.3.2.1',
|
||||
'0.3.2': 'Some **Markdown** release _notes_ for 0.3.2',
|
||||
'0.3.1': 'Some **Markdown** release _notes_ for 0.3.1',
|
||||
|
||||
Reference in New Issue
Block a user