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",