shadcn@4.19.0
shadcn-ui/uishadcn@4.19.0Aug 21, 2026by github-actions[bot]
AI Summary
A minor release introduces support for private GitHub repositories and a new migration command to switch project base colors.
Key Highlights
- Add private repository support to GitHub registries via GitHub CLI credentials or GH_TOKEN.
- Add npx shadcn migrate base-color to switch a project's base color.
New Features
- Add private repository support to GitHub registries via GitHub CLI credentials or GH_TOKEN.
- Add npx shadcn migrate base-color to switch a project's base color.
Full Release Notes
### Minor Changes - [#11582](https://github.com/shadcn-ui/ui/pull/11582) [`33c81f991f1013653444d6819107b2b356563f57`](https://github.com/shadcn-ui/ui/commit/33c81f991f1013653444d6819107b2b356563f57) Thanks [@shadcn](https://github.com/shadcn)! - add private repository support to GitHub registries via GitHub CLI credentials or GH_TOKEN. - [#11248](https://github.com/shadcn-ui/ui/pull/11248) [`b4f2023b1d5c733db67d4e90eb9485a95c5ed480`](https://github.com/shadcn-ui/ui/commit/b4f2023b1d5c733db67d4e90eb9485a95c5ed480) Thanks [@rbadillap](https://github.com/rbadillap)! - add `npx shadcn migrate base-color` to switch a project's base color.