Skip to content

chore: version packages - #32

Merged
Bccorb merged 1 commit into
mainfrom
changeset-release/main
Jul 31, 2026
Merged

chore: version packages#32
Bccorb merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

seamless-templates@0.8.0

Minor Changes

  • 6abdb46: Move the templates onto the Seamless SDK releases that let a user finish registration without a
    passkey.

    Registration used to end on a screen with one control on it. A user who did not want a passkey, or
    whose device could not make one, had no way forward. @seamless-auth/react 0.8.0 offers a skip when
    the instance has a login method other than passkey enabled, and says plainly when it does not.

    The web and API templates have to move together for that to work. The skip is gated on reading
    GET /system-config/public from the auth server, and the adapters serve routes from an explicit
    list, so the React templates on 0.8.0 need an API template that proxies the new route. A web
    template upgraded on its own would read nothing, and fall back to showing no skip at all.

    • @seamless-auth/react 0.7.0 to 0.8.0 in both React templates
    • @seamless-auth/express 0.11.0 to 0.12.0
    • @seamless-auth/fastify 0.2.0 to 0.3.0

Patch Changes

  • 71fb00b: Fix two boot-time footguns in the Fastify API starter.

    PORT is read with || rather than ??, so an empty PORT= in .env falls back to 3000. It
    previously reached Number(""), which is 0, and Fastify binds port 0 to a random free port, so the
    API came up somewhere nobody was looking.

    pino-pretty moves from devDependencies to dependencies. The logger loads it for any NODE_ENV
    other than production, so an install that omitted dev dependencies, which is the usual shape of a
    staging deploy, failed to boot on a missing transport target.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 49d7cbb to fa428f6 Compare July 31, 2026 03:24
@Bccorb
Bccorb merged commit 4bcc55f into main Jul 31, 2026
@Bccorb
Bccorb deleted the changeset-release/main branch July 31, 2026 03:30
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