From 1ccec4a16ab45dc581889e228eebf3beb999b2e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 20:15:19 +0000 Subject: [PATCH] chore: version packages --- .changeset/templates-v0-15-0.md | 22 ---------------------- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 3 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 .changeset/templates-v0-15-0.md diff --git a/.changeset/templates-v0-15-0.md b/.changeset/templates-v0-15-0.md deleted file mode 100644 index 69d76d8..0000000 --- a/.changeset/templates-v0-15-0.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'seamless-cli': minor ---- - -Scaffold from seamless-templates `v0.15.0`, the release that carries the Expo starter. - -`0.16.0` taught `init` the `mobile` template kind but left the registry pin on `v0.14.0`, which has -no such kind, so the question was never asked and `--mobile=expo` was refused as an unknown option. -With the pin on `v0.15.0` the registry lists the starter as `expo` (alias `mobile`, beta): `init` -offers it after the backend, `--mobile` scaffolds it at `mobile/` with `EXPO_PUBLIC_API_URL` filled -from the manifest, and the success output says how to start it. The starter is a complete Expo -Router app on `@seamless-auth/react-native` `0.1.0` (email code, sign-in link, passkeys, a -protected call to the companion API), and its `tools/associations/` generator writes the files -native passkeys need. `--yes` still scaffolds without it. - -The same release moves the API starters to `@seamless-auth/express` `0.16.0` and -`@seamless-auth/fastify` `0.7.0` and passes `authServerUrl` and `audience` into `requireAuth`, so a -scaffolded API accepts the auth API's access token from the native app alongside browser cookies, -and its `/auth` mount answers a bearer client with tokens in the body. The conformance harness's -adapters take the same `^0.16.0` and `^0.7.0`. The starters also keep their SSL options when -`DATABASE_URL` carries `sslmode` (templates `0.15.0`'s patch note). The web starters stay on -`@seamless-auth/react` `0.12.0`, and the auth API and admin dashboard pins do not move. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c252b2..993e2f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # seamless-cli +## 0.17.0 + +### Minor Changes + +- 2bcfa33: Scaffold from seamless-templates `v0.15.0`, the release that carries the Expo starter. + + `0.16.0` taught `init` the `mobile` template kind but left the registry pin on `v0.14.0`, which has + no such kind, so the question was never asked and `--mobile=expo` was refused as an unknown option. + With the pin on `v0.15.0` the registry lists the starter as `expo` (alias `mobile`, beta): `init` + offers it after the backend, `--mobile` scaffolds it at `mobile/` with `EXPO_PUBLIC_API_URL` filled + from the manifest, and the success output says how to start it. The starter is a complete Expo + Router app on `@seamless-auth/react-native` `0.1.0` (email code, sign-in link, passkeys, a + protected call to the companion API), and its `tools/associations/` generator writes the files + native passkeys need. `--yes` still scaffolds without it. + + The same release moves the API starters to `@seamless-auth/express` `0.16.0` and + `@seamless-auth/fastify` `0.7.0` and passes `authServerUrl` and `audience` into `requireAuth`, so a + scaffolded API accepts the auth API's access token from the native app alongside browser cookies, + and its `/auth` mount answers a bearer client with tokens in the body. The conformance harness's + adapters take the same `^0.16.0` and `^0.7.0`. The starters also keep their SSL options when + `DATABASE_URL` carries `sslmode` (templates `0.15.0`'s patch note). The web starters stay on + `@seamless-auth/react` `0.12.0`, and the auth API and admin dashboard pins do not move. + ## 0.16.0 ### Minor Changes diff --git a/package.json b/package.json index 94f935c..e7af0ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seamless-cli", - "version": "0.16.0", + "version": "0.17.0", "description": "The Seamless Auth command-line interface", "homepage": "https://github.com/fells-code/seamless-cli#readme", "bugs": {