diff --git a/.changeset/late-poets-love.md b/.changeset/late-poets-love.md index bd6692560d..03b975b2b5 100644 --- a/.changeset/late-poets-love.md +++ b/.changeset/late-poets-love.md @@ -2,4 +2,4 @@ '@backstage/backend-app-api': patch --- -Allow the `createConfigSecretEnumerator` to take an optional `configSchema` argument with an already-loaded global configuration schema. +Allow the `createConfigSecretEnumerator` to take an optional `schema` argument with an already-loaded global configuration schema. diff --git a/.changeset/rich-bees-fry.md b/.changeset/rich-bees-fry.md index 3dcfa95532..281719340b 100644 --- a/.changeset/rich-bees-fry.md +++ b/.changeset/rich-bees-fry.md @@ -1,6 +1,6 @@ --- -'@backstage/plugin-app-backend': minor -'@backstage/plugin-app-node': minor +'@backstage/plugin-app-backend': patch +'@backstage/plugin-app-node': patch --- Allow the `app-backend` plugin to use a global configuration schema provided externally through an extension.