@backstage/techdocs-backend
- The techdocs backend now requires more configuration to be supplied when creating the router. See packages/backend/src/plugins/techdocs.ts for an example. #1736
@backstage/cli
- The
create-app
command was moved out from the CLI to a standalone package. It's now invoked withnpx @backstage/create-app
instead. #1745