Skip to content

Releases: fells-code/seamless-templates

Release list

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 11:54
000340a

Patch Changes

  • 10b6c42: Rename the web templates' build file from dockerfile to Dockerfile so docker compose build finds it on case-sensitive filesystems (Linux/CI). Previously a scaffolded project's web build failed there while working on case-insensitive macOS. Also document the alias, verify.flows, and setup.oauth manifest fields, and expand the react-oauth OAuth provider setup guide (including manual Apple steps).

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 21:39
5c4549b

Patch Changes

  • 65d3b43: Publish a GitHub Release on each version. When the "version packages" PR merges, the release step now creates an official GitHub Release for the new v tag, with notes drawn from the matching CHANGELOG.md section, in addition to pushing the tag. The step is idempotent: it skips tag creation and release creation when either already exists.
  • a5085f5: The react-oauth template now declares setup.oauth in its manifest, so the Seamless CLI prompts for OIDC providers and their credentials when this template is scaffolded and wires them into the auth server.