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 <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-01-29 20:52:12 +01:00
parent 7bd7ed5b31
commit 5492f10130
+10
View File
@@ -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.