@backstage/create-app 0.0.0-nightly-202203121954 → 0.0.0-nightly-20221122231
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# @backstage/create-app
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20221122231
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- f27f5197e2: Apply the fix from `0.4.16`, which is part of the `v0.65.1` release of Backstage.
|
|
8
|
+
- 2687029a67: Update backend-to-backend auth link in configuration file comment
|
|
8
9
|
- 24ef62048c: Adds missing `/catalog-graph` route to `<CatalogGraphPage/>`.
|
|
9
10
|
|
|
10
11
|
To fix this problem for a recently created app please update your `app/src/App.tsx`
|
package/package.json
CHANGED
|
@@ -7,7 +7,8 @@ organization:
|
|
|
7
7
|
|
|
8
8
|
backend:
|
|
9
9
|
# Used for enabling authentication, secret is shared by all backend plugins
|
|
10
|
-
# See backend-to-backend-auth
|
|
10
|
+
# See https://backstage.io/docs/tutorials/backend-to-backend-auth for
|
|
11
|
+
# information on the format
|
|
11
12
|
# auth:
|
|
12
13
|
# keys:
|
|
13
14
|
# - secret: ${BACKEND_SECRET}
|