From 3129536cf7be1a1b7867b58a5ca8670e723a6fe8 Mon Sep 17 00:00:00 2001 From: Deeksha Deepak Date: Tue, 20 May 2025 18:14:00 +0530 Subject: [PATCH 1/2] SBCOSS-445: Increased package version --- build-mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-mobile.js b/build-mobile.js index ac5339d3..d061db1b 100644 --- a/build-mobile.js +++ b/build-mobile.js @@ -20,7 +20,7 @@ const run = async () => { const answers = { environment: 'mobile', name: '@project-sunbird/common-form-elements', - version: '6.0.0' + version: '6.0.1' } const { environment } = answers; console.log(answers); From da4cf3cb89908887bf061b0deeb6aa5a2dcfb596 Mon Sep 17 00:00:00 2001 From: Deeksha Deepak Date: Tue, 20 May 2025 18:22:35 +0530 Subject: [PATCH 2/2] SBCOSS-445: Upgraded package version --- build-mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-mobile.js b/build-mobile.js index d061db1b..86fde4ac 100644 --- a/build-mobile.js +++ b/build-mobile.js @@ -20,7 +20,7 @@ const run = async () => { const answers = { environment: 'mobile', name: '@project-sunbird/common-form-elements', - version: '6.0.1' + version: '8.0.6' } const { environment } = answers; console.log(answers);