Skip to content

Commit 0443d1c

Browse files
authored
chore: bump CLI version to 1.0.1 and update welcome message (#468)
- Updated the version in package.json from 1.0.0 to 1.0.1. - Modified the welcome message in the init command to include a symbol for branding consistency.
1 parent 5a74cda commit 0443d1c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/cli/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const initAction = async (args: InitArgs = {}) => {
2727
);
2828
}
2929

30-
console.log("\nWelcome to Reflag!\n");
30+
console.log("\nWelcome to Reflag!\n");
3131
const baseUrl = configStore.getConfig("baseUrl");
3232

3333
// Load apps

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reflag/cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"packageManager": "[email protected]",
55
"description": "CLI for Reflag service",
66
"main": "./dist/index.js",

packages/react-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ On the first run, it will sign into Reflag and set up type generation for your p
7676
❯ npx reflag new
7777
Opened web browser to facilitate login: https://app.reflag.com/api/oauth/cli/authorize
7878

79-
Welcome to Reflag!
79+
Welcome to Reflag!
8080

8181
? Where should we generate the types? gen/flags.d.ts
8282
? What is the output format? react

0 commit comments

Comments
 (0)