Skip to content

chore: scaffold from seamless-templates v0.9.0 - #167

Merged
Bccorb merged 1 commit into
mainfrom
chore/templates-v0.9.0
Aug 18, 2026
Merged

chore: scaffold from seamless-templates v0.9.0#167
Bccorb merged 1 commit into
mainfrom
chore/templates-v0.9.0

Conversation

@Bccorb

@Bccorb Bccorb commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps SEAMLESS_TEMPLATES_REF from v0.8.1 to v0.9.0 (src/core/images.ts).

What v0.9.0 carries

  • Themeable auth screens. Both React starters move to @seamless-auth/react ^0.9.0. Every colour in the bundled auth screens now reads from a --seamless-* CSS custom property with the previous literal as its fallback, so a scaffolded project can match the auth UI to its brand by setting those variables on :root or on any ancestor of <AuthRoutes />. The public API is unchanged, and a project that sets no variables renders exactly as before.
  • PostgreSQL 18 in the API starters. Both pin postgres:18-alpine with the volume mounted at /var/lib/postgresql. This closes a mismatch the PostgreSQL 18 work left open: a scaffold named postgres:18 in the CLI-generated compose file and postgres:16-alpine in the API starter copied in beside it.
  • Test, lint, and format setup out of the box. All four starters ship Vitest with tests that pass on a fresh npm install, Prettier alongside ESLint, and the same script names (typecheck, lint, lint:fix, format, format:check, test, test:watch, test:coverage, and a check that runs the whole gate).

Verification

  • registry.json resolves at the tag (HTTP 200).
  • npm run build clean; full test suite passes via the pre-commit coverage run.
  • Verify adapter pins need no change: v0.9.0 carries @seamless-auth/express ^0.12.0 and @seamless-auth/fastify ^0.3.1, and verify/adapter-app / verify/adapter-fastify-app are already at ^0.12.1 and ^0.3.1.

Changeset included (minor).

Both React starters move to @seamless-auth/react ^0.9.0, which makes the
bundled auth screens themeable via --seamless-* CSS custom properties. The
public API is unchanged, so a project that sets no variables renders as before.

Both API starters pin postgres:18-alpine with the volume mounted at
/var/lib/postgresql. This closes a mismatch introduced by the PostgreSQL 18
bump: a scaffold named postgres:18 in the CLI-generated compose file and
postgres:16-alpine in the API starter copied in beside it.

All four starters also gain Vitest, Prettier, and a uniform script set
(typecheck, lint, format, test, check) that passes on a fresh npm install.

Verify adapter pins need no change: v0.9.0 carries @seamless-auth/express
^0.12.0 and @seamless-auth/fastify ^0.3.1, and the harness apps are already at
^0.12.1 and ^0.3.1.
@Bccorb
Bccorb merged commit 18b7877 into main Aug 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant