Skip to content

Commit

Permalink
Update devfile schema based on devfile/api@1ae41b5
Browse files Browse the repository at this point in the history
Signed-off-by: Stephanie Cao <[email protected]>
  • Loading branch information
yangcao77 committed Oct 11, 2023
1 parent a5d0b04 commit 91b7452
Show file tree
Hide file tree
Showing 31 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libs/docs/src/config/stable-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
4 changes: 2 additions & 2 deletions libs/docs/src/config/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

import { DocVersions } from '../types';

export const docVersions = ['2.0.0', '2.1.0', '2.2.0', '2.2.1-alpha'] as const;
export const docVersions = ['2.0.0', '2.1.0', '2.2.0', '2.2.1'] as const;

export const defaultVersion: DocVersions = '2.2.0';
export const defaultVersion: DocVersions = '2.2.1';
2 changes: 1 addition & 1 deletion libs/docs/src/config/versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.0.0
2.1.0
2.2.0
2.2.1-alpha
2.2.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "Devfile describes the structure of a cloud-native devworkspace and development environment.",
"type": "object",
"title": "Devfile schema - Version 2.2.1-alpha",
"title": "Devfile schema - Version 2.2.1",
"required": [
"schemaVersion"
],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 91b7452

Please sign in to comment.