From 656914bb0adb1be96f8c9809563306967a6e23e2 Mon Sep 17 00:00:00 2001 From: Simon Chapman Date: Wed, 22 Mar 2023 16:43:15 +0000 Subject: [PATCH] Add changeset Signed-off-by: Simon Chapman --- .changeset/tall-oranges-own.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/tall-oranges-own.md diff --git a/.changeset/tall-oranges-own.md b/.changeset/tall-oranges-own.md new file mode 100644 index 0000000000..61aa442c7f --- /dev/null +++ b/.changeset/tall-oranges-own.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-bazaar': patch +--- + +Added the `fullWidth` and `fullHeight` optional properties to the `BazaarPage`, +to replicate the styling options available on the `BazaarOverviewCard`.