From e32d5643e33523db22126c5744f6fb0393fa958d Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Mon, 14 Nov 2022 10:55:49 +0100 Subject: [PATCH] add changeset Signed-off-by: Emma Indal --- .changeset/many-starfishes-exist.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/many-starfishes-exist.md diff --git a/.changeset/many-starfishes-exist.md b/.changeset/many-starfishes-exist.md new file mode 100644 index 0000000000..d6f891aa78 --- /dev/null +++ b/.changeset/many-starfishes-exist.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-stack-overflow': patch +--- + +`StackOverflowSearchResultListItem` now accept optional rank property to be able to capture rank analytics data.