From 5492f1013009d3ee28c80b3818f6e4c93b40caa8 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 29 Jan 2026 20:52:12 +0100 Subject: [PATCH] Add changeset for integrationFor metadata field Added changeset for the new integrationFor field affecting: - CLI tooling (validation and types) - Modules that declare cross-plugin integrations Signed-off-by: Patrik Oldsberg --- .changeset/integration-for-metadata.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/integration-for-metadata.md 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.