v2.0.2
@yamada-ui/cliのバージョン2.0.2の変更履歴をご覧ください。機能・バグ修正・改善点についてご確認ください。
このバージョンは、2025年10月21日にリリースされました。
パッチ変更
-
#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