Skip to content

Releases: pedrogbraz/cronus-ui

v0.7.3

Choose a tag to compare

@pedrogbraz pedrogbraz released this 08 Sep 02:03
v0.7.3
b9c8635

settings workspace, otp split, usage period: npx create-cronus-app my-app.

Added

  • settings--workspace — workspace name, slug, language/timezone, danger zone; saas /settings stacks it
  • otp--split — same split chrome as login/signup/forgot-password; catalog keeps Dana Reyes; gold-path upgrade / add-page strip it
  • usage-dashboard--period — Last 30 days versus this billing cycle; saas /billing keeps the overview

Nine packages on npm latest: @cronus-ui/tokens, @cronus-ui/theme, @cronus-ui/ui, @cronus-ui/stack, @cronus-ui/ai-kit, cronus-ui, create-cronus-app, create-cronus-stack, cronus-ui-mcp.

v0.7.2

Choose a tag to compare

@pedrogbraz pedrogbraz released this 07 Sep 04:23
v0.7.2
906b459

gold-path sqlite schema matches Better Auth 1.7.3: npx create-cronus-app my-app.

Fixed

  • account.issuer is nullable — Better Auth never writes it, and 1.7.3 refuses a required column
  • create-cronus-stack sqlite/postgres/mysql schemas match
  • upgrade --all and re-compose drop .notNull() on existing schemas without overwriting the rest of the file

Nine packages on npm latest: @cronus-ui/tokens, @cronus-ui/theme, @cronus-ui/ui, @cronus-ui/stack, @cronus-ui/ai-kit, cronus-ui, create-cronus-app, create-cronus-stack, cronus-ui-mcp.

v0.7.1

Choose a tag to compare

@pedrogbraz pedrogbraz released this 07 Sep 03:04
v0.7.1
1bea717

gold-path auth and chrome are honest: npx create-cronus-app my-app.

Fixed

  • saas/admin split login/signup/forgot-password drop the Dana Reyes / Northwind testimonial
  • the shell no longer ships a no-op Notifications bell
  • docs describe Items and Team as the live nav; analytics/billing/settings stay catalog files

Nine packages on npm latest: @cronus-ui/tokens, @cronus-ui/theme, @cronus-ui/ui, @cronus-ui/stack, @cronus-ui/ai-kit, cronus-ui, create-cronus-app, create-cronus-stack, cronus-ui-mcp.

v0.7.0

Choose a tag to compare

@pedrogbraz pedrogbraz released this 03 Sep 04:20
v0.7.0
cc435bb

create-cronus-app defaults to saas: npx create-cronus-app my-app.

Changed

  • Omitting --template, the prompt, and --yes without --template scaffold the gold path
  • --template default remains the single-page starter
  • Breaking: ADR 0007

Nine packages on npm latest: @cronus-ui/tokens, @cronus-ui/theme, @cronus-ui/ui, @cronus-ui/stack, @cronus-ui/ai-kit, cronus-ui, create-cronus-app, create-cronus-stack, cronus-ui-mcp.

v0.6.22

Choose a tag to compare

@pedrogbraz pedrogbraz released this 03 Sep 03:07
v0.6.22
8b7bebc

gold-path nav drops catalog demo routes: npx create-cronus-app my-app --template saas.

Fixed

  • saas/admin sidebar is Items and Team (plus anything add-page --nav adds)
  • Analytics, Billing, Settings, Setup, Users, Board, and Audit stay as pages, not as nav
  • upgrade --all and add-page --nav re-strip catalog demo routes

Nine packages on npm latest: @cronus-ui/tokens, @cronus-ui/theme, @cronus-ui/ui, @cronus-ui/stack, @cronus-ui/ai-kit, cronus-ui, create-cronus-app, create-cronus-stack, cronus-ui-mcp.

v0.6.21

Choose a tag to compare

@pedrogbraz pedrogbraz released this 03 Sep 02:12
v0.6.21
bc039e9

gold-path first-run db:push: npx create-cronus-app my-app --template saas.

Fixed

  • saas/admin create-cronus-app runs db:push --force after a successful install so sqlite has tables before bun dev
  • --no-install still lists install + push; compose on an existing app does not push

Nine packages on npm latest: @cronus-ui/tokens, @cronus-ui/theme, @cronus-ui/ui, @cronus-ui/stack, @cronus-ui/ai-kit, cronus-ui, create-cronus-app, create-cronus-stack, cronus-ui-mcp.

v0.6.20

Choose a tag to compare

@pedrogbraz pedrogbraz released this 03 Sep 01:46
v0.6.20
4c54e2b

gold-path first-run .env: npx create-cronus-app my-app --template saas.

Fixed

  • saas/admin compose writes .env when missing, with a generated BETTER_AUTH_SECRET
  • .env is gitignored; .env.example keeps the placeholder; existing .env is never overwritten

Nine packages on npm latest: @cronus-ui/tokens, @cronus-ui/theme, @cronus-ui/ui, @cronus-ui/stack, @cronus-ui/ai-kit, cronus-ui, create-cronus-app, create-cronus-stack, cronus-ui-mcp.

v0.6.19

Choose a tag to compare

@pedrogbraz pedrogbraz released this 03 Sep 01:19
v0.6.19
be1dbc3

upgrade re-emits gold-path owned files: npx create-cronus-app my-app --template saas.

Fixed

  • saas/admin cronus-ui upgrade --all re-emits items, members, invite-member, session-user (compose always-true files)
  • lib/auth.ts and the Drizzle schema stay user-owned; named upgrades do not touch owned files

Nine packages on npm latest: @cronus-ui/tokens, @cronus-ui/theme, @cronus-ui/ui, @cronus-ui/stack, @cronus-ui/ai-kit, cronus-ui, create-cronus-app, create-cronus-stack, cronus-ui-mcp.

v0.6.18

Choose a tag to compare

@pedrogbraz pedrogbraz released this 02 Sep 23:30
v0.6.18
e0cac75

upgrade keeps gold-path home: npx create-cronus-app my-app --template saas.

Fixed

  • saas/admin cronus-ui upgrade --all re-applies ItemsPanel on (shell)/page.tsx
  • add-page --overwrite / gold-patches the home the same way

Nine packages on npm latest: @cronus-ui/tokens, @cronus-ui/theme, @cronus-ui/ui, @cronus-ui/stack, @cronus-ui/ai-kit, cronus-ui, create-cronus-app, create-cronus-stack, cronus-ui-mcp.

v0.6.17

Choose a tag to compare

@pedrogbraz pedrogbraz released this 02 Sep 22:48
v0.6.17
d3ec9c3

upgrade keeps gold-path layout and team: npx create-cronus-app my-app --template saas.

Fixed

  • saas/admin cronus-ui upgrade --all re-applies the session gate on (shell)/layout.tsx and MembersPanel on /team
  • add-page gold-patches a brand-new shell layout and an overwritten /team page the same way

Nine packages on npm latest: @cronus-ui/tokens, @cronus-ui/theme, @cronus-ui/ui, @cronus-ui/stack, @cronus-ui/ai-kit, cronus-ui, create-cronus-app, create-cronus-stack, cronus-ui-mcp.