Skip to content

Commit 18ea758

Browse files
committed
random change for the version bump
1 parent 31fb7ba commit 18ea758

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/evil-ants-enjoy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'create-expo-stack': patch
3+
'rn-new': patch
4+
---
5+
6+
random change for the version bump

cli/src/utilities/runCLI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export async function runCLI(toolbox: Toolbox, projectName: string): Promise<Cli
125125
cancel('Cancelled... 👋');
126126
return process.exit(0);
127127
}
128-
128+
// random comment for the versioning change
129129
cliResults.flags.packageManager = packageManagerSelect;
130130
}
131131
}

0 commit comments

Comments
 (0)