diff --git a/.changeset/olive-bats-jam.md b/.changeset/olive-bats-jam.md deleted file mode 100644 index 9bc3970..0000000 --- a/.changeset/olive-bats-jam.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"seamless-auth-admin-dashboard": minor ---- - -Show who performed an administrative action in the events table. - -The API now records the acting administrator separately from the subject of an -action. An administrative event names two people, and showing only the subject -reads as though they did it to themselves, so the User column now shows the -target with the administrator beneath it, each linking to their own detail page. - -Administrative events are also labelled as such rather than as ordinary -user-linked events. - -Also upgrades `@seamless-auth/types` to 0.10.0. diff --git a/.changeset/quiet-pumas-shake.md b/.changeset/quiet-pumas-shake.md deleted file mode 100644 index 01b6326..0000000 --- a/.changeset/quiet-pumas-shake.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"seamless-auth-admin-dashboard": minor ---- - -Collect identity proofing before preparing a device replacement. - -The API now refuses this recovery unless it records how the operator established -who they were talking to, so the button opens a form rather than a plain -confirmation. It asks how identity was confirmed, for a reference to the -evidence, and for an approver when the operator takes the remote exception -rather than proofing in person. - -Also upgrades `@seamless-auth/types` from 0.4.0 to 0.9.0. diff --git a/CHANGELOG.md b/CHANGELOG.md index cc63e07..2a9d1a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # seamless-auth-admin-dashboard +## 0.5.0 + +### Minor Changes + +- c80f182: Show who performed an administrative action in the events table. + + The API now records the acting administrator separately from the subject of an + action. An administrative event names two people, and showing only the subject + reads as though they did it to themselves, so the User column now shows the + target with the administrator beneath it, each linking to their own detail page. + + Administrative events are also labelled as such rather than as ordinary + user-linked events. + + Also upgrades `@seamless-auth/types` to 0.10.0. + +- eb6526a: Collect identity proofing before preparing a device replacement. + + The API now refuses this recovery unless it records how the operator established + who they were talking to, so the button opens a form rather than a plain + confirmation. It asks how identity was confirmed, for a reference to the + evidence, and for an approver when the operator takes the remote exception + rather than proofing in person. + + Also upgrades `@seamless-auth/types` from 0.4.0 to 0.9.0. + ## 0.4.0 ### Minor Changes diff --git a/package.json b/package.json index 13dd783..3286765 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "seamless-auth-admin-dashboard", "private": true, - "version": "0.4.0", + "version": "0.5.0", "type": "module", "engines": { "node": ">=24 <25"