diff --git a/.changeset/integration-for-metadata.md b/.changeset/integration-for-metadata.md new file mode 100644 index 0000000000..91cd6b67b5 --- /dev/null +++ b/.changeset/integration-for-metadata.md @@ -0,0 +1,10 @@ +--- +'@backstage/cli': patch +'@backstage/cli-node': patch +'@backstage/plugin-catalog-backend-module-scaffolder-entity-model': patch +'@backstage/plugin-search-backend-module-catalog': patch +'@backstage/plugin-search-backend-module-techdocs': patch +'@backstage/plugin-scaffolder-backend-module-notifications': patch +--- + +Added support for the new `integrationFor` metadata field in `package.json`. This field enables cross-plugin module discovery by declaring which packages a module provides integration for. Tooling and documentation systems can use this metadata to surface relevant integrations and help users discover modules that work together.