You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin Bejamas-managed `shadcn` calls back to `shadcn@3.8.5` for compatibility with the current Bejamas registry/init flow. This restores the legacy `init --base-color` behavior and stops routing `init` and `add` through `shadcn@latest`.
Copy file name to clipboardExpand all lines: apps/web/src/content/docs/docs/cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Base tokens & CSS variables
42
42
43
43
components.json (shadcn schema)
44
44
45
-
Compatibility note: `--base-color` is deprecated and ignored on the current shadcn v4-backed init flow. To use a different base color, update `tailwind.baseColor` in `components.json` after init.
45
+
Compatibility note: Bejamas currently pins `shadcn` v3.8.5 internally for `init` and `add`. This keeps the pre-v4 init/add behavior, including `init --base-color`.
Copy file name to clipboardExpand all lines: packages/bejamas/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ 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
-
`--base-color` is deprecated and ignored on current shadcn-backed init flows. If you want a different basecolor, update `tailwind.baseColor` in `components.json` after initialization.
11
+
Bejamas currently pins `shadcn` v3.8.5 internally for `init` and `add` compatibility. The legacy `--base-color` flow remains supported on `init`.
0 commit comments