Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions workspaces/app-defaults/.changeset/green-mangos-wonder.md

This file was deleted.

9 changes: 9 additions & 0 deletions workspaces/app-defaults/plugins/app-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @red-hat-developer-hub/backstage-plugin-app-auth

## 0.0.4

### Patch Changes

- 43c25e2: # New auth and integration plugins for the new frontend system

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.
2 changes: 1 addition & 1 deletion workspaces/app-defaults/plugins/app-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-app-auth",
"version": "0.0.0",
"version": "0.0.4",
"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",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @red-hat-developer-hub/backstage-plugin-app-integrations

## 0.0.4

### Patch Changes

- 43c25e2: # New auth and integration plugins for the new frontend system

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.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-app-integrations",
"version": "0.0.0",
"version": "0.0.4",
"license": "Apache-2.0",
"description": "RHDH default SCM integrations and scmAuth wiring for the new frontend system",
"main": "src/alpha.ts",
Expand Down
2 changes: 2 additions & 0 deletions workspaces/app-defaults/plugins/app-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @red-hat-developer-hub/backstage-plugin-app-react

## 0.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/app-defaults/plugins/app-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-app-react",
"version": "0.0.3",
"version": "0.0.4",
"license": "Apache-2.0",
"description": "Shared UI components and extension APIs for the RHDH app shell",
"main": "src/index.ts",
Expand Down
Loading