Skip to content

Commit 66787a6

Browse files
Version Packages (#2814)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0b91704 commit 66787a6

5 files changed

Lines changed: 20 additions & 10 deletions

File tree

workspaces/app-defaults/.changeset/green-mangos-wonder.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @red-hat-developer-hub/backstage-plugin-app-auth
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- 43c25e2: # New auth and integration plugins for the new frontend system
8+
9+
Introduces app-auth (sign-in + auth APIs) and app-integrations (default ScmAuth), migrated from RHDH’s old frontend wiring. Better misconfiguration errors for sign-in, less noisy test logs, ESLint fixes for pre-commit, and README updates.

workspaces/app-defaults/plugins/app-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-app-auth",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"license": "Apache-2.0",
55
"description": "RHDH sign-in page and OIDC/Auth0/SAML frontend auth APIs for the new frontend system",
66
"main": "src/alpha.ts",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @red-hat-developer-hub/backstage-plugin-app-integrations
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- 43c25e2: # New auth and integration plugins for the new frontend system
8+
9+
Introduces app-auth (sign-in + auth APIs) and app-integrations (default ScmAuth), migrated from RHDH’s old frontend wiring. Better misconfiguration errors for sign-in, less noisy test logs, ESLint fixes for pre-commit, and README updates.

workspaces/app-defaults/plugins/app-integrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-app-integrations",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"license": "Apache-2.0",
55
"description": "RHDH default SCM integrations and scmAuth wiring for the new frontend system",
66
"main": "src/alpha.ts",

0 commit comments

Comments
 (0)