From efd0530fe8c3996a3cf157c44d806d13e7cea100 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 19:55:16 +0000 Subject: [PATCH] chore: update version and changelog --- .changeset/olive-moons-shave.md | 18 ------------------ CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 .changeset/olive-moons-shave.md diff --git a/.changeset/olive-moons-shave.md b/.changeset/olive-moons-shave.md deleted file mode 100644 index e779839..0000000 --- a/.changeset/olive-moons-shave.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'seamless-auth-api': minor ---- - -Ship admin dashboard v0.6.0 in the API image. - -`SEAMLESS_ADMIN_DASHBOARD_REF` moves from v0.5.0 to v0.6.0, so the SPA served at `/console` picks -up that release. Organizations pages and searches on the server and gains a remove action, -Overview and Security take a date range, and System Configuration grows an Authenticator Policy -section covering all seven fields. - -Each of those needs API support that is already in place here: `DELETE -/admin/organizations/:organizationId` exists, the organization list accepts `limit`, `offset` and -`search`, the internal metrics endpoints take `from` and `to`, and `authenticator_policy` is a -system config key. - -The ref is a release tag rather than a floating branch, so the dashboard only changes when this -value does. diff --git a/CHANGELOG.md b/CHANGELOG.md index aae06a3..a07c692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # seamless-auth-api +## 0.12.0 + +### Minor Changes + +- ddd79bd: Ship admin dashboard v0.6.0 in the API image. + + `SEAMLESS_ADMIN_DASHBOARD_REF` moves from v0.5.0 to v0.6.0, so the SPA served at `/console` picks + up that release. Organizations pages and searches on the server and gains a remove action, + Overview and Security take a date range, and System Configuration grows an Authenticator Policy + section covering all seven fields. + + Each of those needs API support that is already in place here: `DELETE +/admin/organizations/:organizationId` exists, the organization list accepts `limit`, `offset` and + `search`, the internal metrics endpoints take `from` and `to`, and `authenticator_policy` is a + system config key. + + The ref is a release tag rather than a floating branch, so the dashboard only changes when this + value does. + ## 0.11.0 ### Minor Changes diff --git a/package.json b/package.json index 4ae9e0b..a2f1369 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seamless-auth-api", - "version": "0.11.0", + "version": "0.12.0", "description": "Seamless Auth API - A web application server for supporting a Seamless Auth server instance.", "main": "index.js", "type": "module",