Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const run = async () => {
const answers = {
environment: 'mobile',
name: '@project-sunbird/common-form-elements',
version: '6.0.0'
version: '8.0.6'
Comment on lines 20 to +23
Copy link

Copilot AI May 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Hardcoding the version may lead to inconsistencies across different build scripts; consider reading the version dynamically from package.json or a central configuration file to keep it in sync.

Copilot uses AI. Check for mistakes.
}
const { environment } = answers;
console.log(answers);
Expand Down
Loading