From 9fbe8a4e324476d62d22de31fdded079d9f5a7a9 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Wed, 15 Jun 2022 15:02:15 +0530 Subject: [PATCH] Change description of version key --- src/platform/types/theme.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/platform/types/theme.ts b/src/platform/types/theme.ts index 40c60f75..84203c78 100644 --- a/src/platform/types/theme.ts +++ b/src/platform/types/theme.ts @@ -15,7 +15,10 @@ limitations under the License. */ export type ThemeManifest = { - // Version number of theme; must be incremented on each change! + /** + * Version number of the theme manifest. + * This must be incremented when backwards incompatible changes are introduced. + */ version: number; // A user-facing string that is the name for this theme-collection. name: string;