From 785cbb8a460fb35c88359943bf47b748eb10f40a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:33:31 +0000 Subject: [PATCH] Version Packages --- .changeset/oauth-provider-ui.md | 9 --------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/oauth-provider-ui.md diff --git a/.changeset/oauth-provider-ui.md b/.changeset/oauth-provider-ui.md deleted file mode 100644 index 8005606..0000000 --- a/.changeset/oauth-provider-ui.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@seamless-auth/react": minor ---- - -Add OAuth provider UI to the built-in auth screens. The sign-in view now lists configured -providers (via listOAuthProviders) as "Continue with " buttons that start the flow -and redirect to the IdP, and a new /oauth/callback route finishes the login (reads code/state, -calls finishOAuthLogin) and lands the user on the app. Closes the gap where the SDK exposed the -OAuth client methods but had no UI or callback route to drive them. diff --git a/CHANGELOG.md b/CHANGELOG.md index 150b324..d1febaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @seamless-auth/react +## 0.3.0 + +### Minor Changes + +- a6eafa4: Add OAuth provider UI to the built-in auth screens. The sign-in view now lists configured + providers (via listOAuthProviders) as "Continue with " buttons that start the flow + and redirect to the IdP, and a new /oauth/callback route finishes the login (reads code/state, + calls finishOAuthLogin) and lands the user on the app. Closes the gap where the SDK exposed the + OAuth client methods but had no UI or callback route to drive them. + ## 0.2.1 ### Patch Changes diff --git a/package.json b/package.json index 3dd2aca..b999f6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@seamless-auth/react", - "version": "0.2.1", + "version": "0.3.0", "description": "A drop-in authentication solution for modern React applications.", "type": "module", "exports": {