From 6c3ae4502496fd5eace64ada35aff2c25482ce4a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:35:37 +0000 Subject: [PATCH] chore: version packages --- .changeset/bootstrap-admin-profile-targeting.md | 5 ----- .changeset/document-bootstrap-admin.md | 8 -------- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 .changeset/bootstrap-admin-profile-targeting.md delete mode 100644 .changeset/document-bootstrap-admin.md diff --git a/.changeset/bootstrap-admin-profile-targeting.md b/.changeset/bootstrap-admin-profile-targeting.md deleted file mode 100644 index 3379e43..0000000 --- a/.changeset/bootstrap-admin-profile-targeting.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"seamless-cli": minor ---- - -Target `bootstrap-admin` at the active profile's instance URL instead of requiring a local `seamless.config.json`. The command now resolves the instance from the active profile (respecting `--profile` and `SEAMLESS_PROFILE`), with `SEAMLESS_API_URL` as an override and `http://localhost:3000` as the fallback when no profile is configured. The bootstrap-secret auth flow is unchanged. diff --git a/.changeset/document-bootstrap-admin.md b/.changeset/document-bootstrap-admin.md deleted file mode 100644 index 5ec6179..0000000 --- a/.changeset/document-bootstrap-admin.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"seamless-cli": patch ---- - -Document `bootstrap-admin` in the README: add a "Creating the first admin" -section covering the command, its profile-based instance targeting (with the -`SEAMLESS_API_URL` override and `http://localhost:3000` fallback), and the -bootstrap-secret authentication it uses because it runs before any admin exists. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c8788e..220ba6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # seamless-cli +## 0.8.0 + +### Minor Changes + +- 8468863: Target `bootstrap-admin` at the active profile's instance URL instead of requiring a local `seamless.config.json`. The command now resolves the instance from the active profile (respecting `--profile` and `SEAMLESS_PROFILE`), with `SEAMLESS_API_URL` as an override and `http://localhost:3000` as the fallback when no profile is configured. The bootstrap-secret auth flow is unchanged. + +### Patch Changes + +- 5126998: Document `bootstrap-admin` in the README: add a "Creating the first admin" + section covering the command, its profile-based instance targeting (with the + `SEAMLESS_API_URL` override and `http://localhost:3000` fallback), and the + bootstrap-secret authentication it uses because it runs before any admin exists. + ## 0.7.0 ### Minor Changes diff --git a/package.json b/package.json index 759aada..eacfd30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seamless-cli", - "version": "0.7.0", + "version": "0.8.0", "description": "The Seamless Auth command-line interface", "homepage": "https://github.com/fells-code/seamless-cli#readme", "bugs": {