Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 8.7 KB

CHANGELOG.md

File metadata and controls

74 lines (54 loc) · 8.7 KB

0.3.1 (2024-06-01)

Bug Fixes

0.3.0 (2024-05-27)

Bug Fixes

  • add initCache in updateComponents script (#69) (b79e334)

Features

0.2.1 (2024-05-03)

Features

  • add upgrade version output (#58) (fe30335)
  • init: add package manager and use clack prompt instead (#59) (2a6d593)
  • optimize warn output (#57) (507bd6c)

0.2.0 (2024-04-26)

Bug Fixes

  • ci and compare vesion optimize cache (#26) (ea1ef59)
  • doctor: tailwind config error about content nextui plugin detech (#33) (5cfe1f8), closes #28 #27
  • output component lose alignment (#54) (b84f009)
  • upgrade: add bun commands (#34) (406138c)

Features

  • add bug report & feature request template (#24) (38e4c7c)
  • add eslint rule about use build-in import node module (#48) (2971a49)
  • add project name prompt to init-action (#25) (3166252)
  • add warn attention in add and remove command (#38) (5aa7d23)
  • docs: add logo, project title, and badges (#35) (06ac57e)
  • init command add guide (#36) (d4fd41a)
  • optimize getPackageManagerInfo type (#52) (10a6f56)
  • optimize output (#41) (f598bdc)
  • optimize removeDep type (#53) (faa34d8)
  • optimize runtime speed and add fetching state (#31) (ce57f30)
  • upgrade command add peerDep upgrade (#30) (d5931e8), closes #42

0.1.5 (2024-04-16)

Bug Fixes

Features