Releases: fells-code/seamless-templates
Releases · fells-code/seamless-templates
Release list
v0.2.2
Patch Changes
- 10b6c42: Rename the web templates' build file from
dockerfiletoDockerfilesodocker compose buildfinds it on case-sensitive filesystems (Linux/CI). Previously a scaffolded project's web build failed there while working on case-insensitive macOS. Also document thealias,verify.flows, andsetup.oauthmanifest fields, and expand the react-oauth OAuth provider setup guide (including manual Apple steps).
v0.2.1
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.oauthin 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.