From 5783c2a0c6fb9010226f26498e0b6444c8afcaa0 Mon Sep 17 00:00:00 2001 From: Alexandru Ciobanu Date: Wed, 3 Sep 2025 12:32:40 +0100 Subject: [PATCH] chore: bump CLI version to 1.0.1 and update welcome message - 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. --- packages/cli/commands/init.ts | 2 +- packages/cli/package.json | 2 +- packages/react-sdk/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/cli/commands/init.ts b/packages/cli/commands/init.ts index 3cbf9b09..9bf0e97f 100644 --- a/packages/cli/commands/init.ts +++ b/packages/cli/commands/init.ts @@ -27,7 +27,7 @@ export const initAction = async (args: InitArgs = {}) => { ); } - console.log("\nWelcome to Reflag!\n"); + console.log("\nWelcome to ◪ Reflag!\n"); const baseUrl = configStore.getConfig("baseUrl"); // Load apps diff --git a/packages/cli/package.json b/packages/cli/package.json index 488a1947..006c1f5a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@reflag/cli", - "version": "1.0.0", + "version": "1.0.1", "packageManager": "yarn@4.1.1", "description": "CLI for Reflag service", "main": "./dist/index.js", diff --git a/packages/react-sdk/README.md b/packages/react-sdk/README.md index d601e78c..bfde0c78 100644 --- a/packages/react-sdk/README.md +++ b/packages/react-sdk/README.md @@ -76,7 +76,7 @@ On the first run, it will sign into Reflag and set up type generation for your p ❯ npx reflag new Opened web browser to facilitate login: https://app.reflag.com/api/oauth/cli/authorize -Welcome to Reflag! +Welcome to ◪ Reflag! ? Where should we generate the types? gen/flags.d.ts ? What is the output format? react