v2.0.2
Explore the changelog for @yamada-ui/cli version 2.0.2. Learn about the features, bug fixes, and improvements.
This version was released on October 21, 2025.
Patch changes
-
#5287 d5b44c6 Thanks @bmthd! - fix: add shebang to CLI binary via tsdown banner configuration
Add
#!/usr/bin/env nodeshebang to the CLI binary by configuring tsdown's banner option. This fixes execution issues on Linux where the CLI failed with "import: not found" errors because the shell tried to execute the JavaScript file as a shell script.Fixes #5286