diff --git a/.changeset/early-cooks-brake.md b/.changeset/early-cooks-brake.md new file mode 100644 index 0000000000..3a657223b2 --- /dev/null +++ b/.changeset/early-cooks-brake.md @@ -0,0 +1,18 @@ +--- +'@backstage/create-app': patch +--- + +Adds missing `/catalog-graph` route to ``. + +To fix this problem for a recently created app please update your `app/src/App.tsx` + +```diff ++ import { CatalogGraphPage } from '@backstage/plugin-catalog-graph'; + ... omitted ... + + } /> ++ } /> + +``` + +This fix also exists in version `0.4.16`, which is part of the `v0.65.1` release of Backstage. diff --git a/.changeset/patched.json b/.changeset/patched.json index 1029c8f106..f2a4688500 100644 --- a/.changeset/patched.json +++ b/.changeset/patched.json @@ -1,3 +1,5 @@ { - "currentReleaseVersion": {} + "currentReleaseVersion": { + "@backstage/create-app": "0.4.16" + } }