From 5a4597e539b36f5ba90b27ab72013a4df8ceda67 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Thu, 30 Sep 2021 13:16:08 +0200 Subject: [PATCH] Reflect breaking change in changeset. Signed-off-by: Eric Peterson --- .changeset/techdocs-angry-poems-doubt.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.changeset/techdocs-angry-poems-doubt.md b/.changeset/techdocs-angry-poems-doubt.md index 8dd1ffb88f..ba763a031c 100644 --- a/.changeset/techdocs-angry-poems-doubt.md +++ b/.changeset/techdocs-angry-poems-doubt.md @@ -1,5 +1,14 @@ --- -'@backstage/plugin-techdocs': patch +'@backstage/plugin-techdocs': minor --- Adds support for being able to customize and compose your TechDocs reader page in the App. + +You can likely upgrade to this version without issue. If, however, you have +imported the `` component in your custom code, the name of a property +has changed. You will need to make the following change anywhere you use it: + +```diff +- ++ +```