Skip to content

Commit 43c25e2

Browse files
authored
chore(app-defaults): Add changeset for release (#2799)
This change sets the package.json files for app-auth and app-integration to the correct initial value and adds a changeset value to create an initial release. This change also updates the backend's dependency on "app" to use the workspace locator instead of link.
1 parent 6a03091 commit 43c25e2

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-app-integrations': patch
3+
'@red-hat-developer-hub/backstage-plugin-app-auth': patch
4+
---
5+
6+
# New auth and integration plugins for the new frontend system
7+
8+
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/packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@backstage/plugin-search-backend-node": "^1.4.2",
4949
"@backstage/plugin-signals-backend": "^0.3.13",
5050
"@backstage/plugin-techdocs-backend": "^2.1.6",
51-
"app": "link:../app",
51+
"app": "workspace:^",
5252
"better-sqlite3": "^12.0.0",
5353
"node-gyp": "^10.0.0",
5454
"pg": "^8.11.3"

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": "1.0.0",
3+
"version": "0.0.0",
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",

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": "1.0.0",
3+
"version": "0.0.0",
44
"license": "Apache-2.0",
55
"description": "RHDH default SCM integrations and scmAuth wiring for the new frontend system",
66
"main": "src/alpha.ts",

workspaces/app-defaults/yarn.lock

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15063,13 +15063,7 @@ __metadata:
1506315063
languageName: node
1506415064
linkType: hard
1506515065

15066-
"app@link:../app::locator=backend%40workspace%3Apackages%2Fbackend":
15067-
version: 0.0.0-use.local
15068-
resolution: "app@link:../app::locator=backend%40workspace%3Apackages%2Fbackend"
15069-
languageName: node
15070-
linkType: soft
15071-
15072-
"app@workspace:packages/app":
15066+
"app@workspace:^, app@workspace:packages/app":
1507315067
version: 0.0.0-use.local
1507415068
resolution: "app@workspace:packages/app"
1507515069
dependencies:
@@ -15667,7 +15661,7 @@ __metadata:
1566715661
"@backstage/plugin-search-backend-node": "npm:^1.4.2"
1566815662
"@backstage/plugin-signals-backend": "npm:^0.3.13"
1566915663
"@backstage/plugin-techdocs-backend": "npm:^2.1.6"
15670-
app: "link:../app"
15664+
app: "workspace:^"
1567115665
better-sqlite3: "npm:^12.0.0"
1567215666
node-gyp: "npm:^10.0.0"
1567315667
pg: "npm:^8.11.3"

0 commit comments

Comments
 (0)