shadcn@4.11.1
parruda/swarmshadcn@4.11.1Jun 26, 2026by github-actions[bot]
AI Summary
A patch release replacing node-fetch with native fetch and preserving existing dependency specifiers in package.json.
Key Highlights
- Replaces node-fetch with native fetch
- Preserves existing dependency specifiers when running shadcn add
New Features
- Native fetch support
- Dependency specifier preservation
Full Release Notes
### Patch Changes - [#10905](https://github.com/shadcn-ui/ui/pull/10905) [`9197676b3d09b77f51b17b63e5978db29e498ca4`](https://github.com/shadcn-ui/ui/commit/9197676b3d09b77f51b17b63e5978db29e498ca4) Thanks [@shadcn](https://github.com/shadcn)! - replace node-fetch with native fetch - [#10967](https://github.com/shadcn-ui/ui/pull/10967) [`365d53b590a6ddb79c1487a9dbeabcde5f4ac37f`](https://github.com/shadcn-ui/ui/commit/365d53b590a6ddb79c1487a9dbeabcde5f4ac37f) Thanks [@shadcn](https://github.com/shadcn)! - Preserve existing dependency specifiers in package.json when running `shadcn add`.