4.3.1
Changed 1
- Send Accept: application/vnd.shadcn.v1+json, application/json;q=0.9 and User-Agent: shadcn headers on registry fetches for proper HTTP content negotiation
Fixed 1
- Ensure init only runs template post-init hooks for newly created projects
Patch Changes
-
#10436
b7cfc364aca36bc90f8efa86773bc81011502036Thanks @shadcn! - Ensureinitonly runs template post-init hooks for newly created projects. -
#10179
d00605c5fb5fe3cfbcb68cea65398430cdd819f8Thanks @EthanThatOneKid! - SendAccept: application/vnd.shadcn.v1+json, application/json;q=0.9andUser-Agent: shadcnon registry fetches so servers using HTTP content negotiation can reliably serve JSON to the CLI. Fixes #10164.