From 82996af90b16eb17410f2d9385bdcdb842a37cd0 Mon Sep 17 00:00:00 2001 From: bnechyporenko Date: Tue, 10 May 2022 09:14:12 +0200 Subject: [PATCH] created a change set Signed-off-by: bnechyporenko --- .changeset/fast-walls-carry.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fast-walls-carry.md diff --git a/.changeset/fast-walls-carry.md b/.changeset/fast-walls-carry.md new file mode 100644 index 0000000000..dcbe53ff29 --- /dev/null +++ b/.changeset/fast-walls-carry.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-plugin-api': patch +--- + +Introduced an optional metadata for the components, which can contain a configurable data. The author of the component might define the cofnigurable places of the component, and the user of this component can reconfigure it if necessary.