From bcf20ff5bf14a1a9045295cbfc3ebf17a2238812 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 May 2026 15:57:37 +0000 Subject: [PATCH] Version Packages --- workspaces/app-defaults/.changeset/humble-bushes-write.md | 5 ----- workspaces/app-defaults/plugins/app-auth/CHANGELOG.md | 6 ++++++ workspaces/app-defaults/plugins/app-auth/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 workspaces/app-defaults/.changeset/humble-bushes-write.md diff --git a/workspaces/app-defaults/.changeset/humble-bushes-write.md b/workspaces/app-defaults/.changeset/humble-bushes-write.md deleted file mode 100644 index 9f59b3c8ea..0000000000 --- a/workspaces/app-defaults/.changeset/humble-bushes-write.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-app-auth': patch ---- - -Supports the upstream Keycloak and PingFederate auth providers in the sign-in page. diff --git a/workspaces/app-defaults/plugins/app-auth/CHANGELOG.md b/workspaces/app-defaults/plugins/app-auth/CHANGELOG.md index f9f5f40fb2..b9b463fad9 100644 --- a/workspaces/app-defaults/plugins/app-auth/CHANGELOG.md +++ b/workspaces/app-defaults/plugins/app-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-app-auth +## 0.0.3 + +### Patch Changes + +- c446456: Supports the upstream Keycloak and PingFederate auth providers in the sign-in page. + ## 0.0.2 ### Patch Changes diff --git a/workspaces/app-defaults/plugins/app-auth/package.json b/workspaces/app-defaults/plugins/app-auth/package.json index e6173b5787..f16bd33e97 100644 --- a/workspaces/app-defaults/plugins/app-auth/package.json +++ b/workspaces/app-defaults/plugins/app-auth/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-app-auth", - "version": "0.0.2", + "version": "0.0.3", "license": "Apache-2.0", "description": "RHDH sign-in page and OIDC/Auth0/SAML frontend auth APIs for the new frontend system", "main": "src/alpha.ts",