From 12ae3eed2f873a53ef1f16207031a117533632ec Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Tue, 14 Jun 2022 16:42:37 +0200 Subject: [PATCH] add changeset Signed-off-by: Emma Indal --- .changeset/modern-ducks-lay.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/modern-ducks-lay.md diff --git a/.changeset/modern-ducks-lay.md b/.changeset/modern-ducks-lay.md new file mode 100644 index 0000000000..bd62c309ba --- /dev/null +++ b/.changeset/modern-ducks-lay.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-stack-overflow': patch +--- + +- Publicly exports `StackOverflowIcon`. +- `HomePageStackOverflowQuestions` accepts optional icon property.