From 9d7dd889ba2614d7edd57b58818c186d02024693 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 05:19:50 +0000 Subject: [PATCH] Version Packages --- .changeset/phase3-canonical-oauth-contracts.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/phase3-canonical-oauth-contracts.md diff --git a/.changeset/phase3-canonical-oauth-contracts.md b/.changeset/phase3-canonical-oauth-contracts.md deleted file mode 100644 index 9460d7a..0000000 --- a/.changeset/phase3-canonical-oauth-contracts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/contracts': major ---- - -Replace the optional URL-only OAuth adapter methods with one canonical provider-neutral OAuth capability that requires authorization start and callback completion, models transport cancellation and failures explicitly, and resolves successful OAuth sign-in to the existing `AuthSession` contract. diff --git a/CHANGELOG.md b/CHANGELOG.md index d8ac436..dd7e0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/contracts +## 3.0.0 + +### Major Changes + +- d46f70b: Replace the optional URL-only OAuth adapter methods with one canonical provider-neutral OAuth capability that requires authorization start and callback completion, models transport cancellation and failures explicitly, and resolves successful OAuth sign-in to the existing `AuthSession` contract. + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index ecff563..8306a7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/contracts", - "version": "2.1.0", + "version": "3.0.0", "main": "./dist/index.js", "ankh": { "category": "contracts",