shadcn@4.11.1

shadcn-ui/uishadcn@4.11.1Jun 26, 2026by github-actions[bot]

AI Summary

A patch update that modernizes the fetch API and improves dependency specifier handling during the add command.

Key Highlights

  • replace node-fetch with native fetch
  • Preserve existing dependency specifiers in package.json when running `shadcn add`

New Features

  • native fetch implementation
  • 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`.