Skip to content

Latest commit

 

History

History
66 lines (36 loc) · 4.61 KB

File metadata and controls

66 lines (36 loc) · 4.61 KB

1.6.1 (2026-03-24)

Bug Fixes

  • move GCP mutation hook from query/ to mutation/ directory (52b4f47)
  • rename hook files from .hook.ts to use-{name}.ts convention (4619fdf)
  • rename signin route directory to sign-in for kebab-case convention (8f2f36f)
  • wrap children with ToastProvider in provider component (629800a)

1.6.0 (2026-03-20)

Bug Fixes

  • apply code review feedback from PR #77 (27ecc2c)
  • fix pnpm version in deploy workflow and package.json (014c19a)
  • handle undefined value in clack prompts validate callback (ae627a6)

Features

  • improve template app pages with JSDoc and welcome content (91bed66)

1.5.2 (2026-03-17)

Bug Fixes

  • use angle brackets for commit message format placeholder (70c6343)

1.5.1 (2026-03-13)

Bug Fixes

  • apply code review feedback from PR #69 (426d506)
  • simplify getTemplateDirectory and useSigninMutation per review (08891f9)

1.5.0 (2026-03-13)

Features

  • add missing shadcn template files for claude settings and signin mutation (9fea864)
  • move template/ to templates/design-system/ as independent template (0c13900)
  • simplify scaffold logic for independent template directories (863fa7e)

1.4.0 (2026-03-10)

Features

  • add config files to shadcn template (d082338)
  • add docs and agent skills to shadcn template (11e4387)
  • add Pretendard fonts and logo assets to shadcn template (cad5b3a)
  • add shared libs, hooks, schema and entities to shadcn template (aeb0ae9)
  • update app and widgets layers for shadcn template (a2edd3f)

1.3.0 (2026-03-10)

Features

  • add modal system, 5xx retry, zustand and standalone output to template (754cbe0)
  • migrate cli to typescript with interactive prompts and shadcn option (e1879ab)