bejamas 0.0.0-canary.bbaf9b1 → 0.0.0-canary.c7c19a8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,6 +8,8 @@ Use the `init` command to initialize dependencies for a new project.
8
8
 
9
9
  The `init` command installs dependencies, adds the `cn` util, and configures CSS variables for the project.
10
10
 
11
+ Bejamas currently runs exact `shadcn` v4.1.1 for managed CLI commands. The Bejamas-specific `init` flow still preserves preset switching, style support, and the legacy `--base-color` option.
12
+
11
13
  ```bash
12
14
  npx bejamas init
13
15
  ```