From 3233b9f99c29261b26bea0b074e593ef6f998554 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Sun, 29 Nov 2020 15:37:23 -0500 Subject: [PATCH] Update changeset for minor bump --- .changeset/grumpy-crews-build.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.changeset/grumpy-crews-build.md b/.changeset/grumpy-crews-build.md index 2b7eece4e7..502210c257 100644 --- a/.changeset/grumpy-crews-build.md +++ b/.changeset/grumpy-crews-build.md @@ -1,7 +1,9 @@ --- -'example-app': patch -'@backstage/cli': patch -'@backstage/config-loader': patch +'@backstage/config-loader': minor --- -Fix typo of "visibility" in multiple references +Fix typo of "visibility" in config schema reference + +If you have defined a config element named `visiblity`, you +will need to fix the spelling to `visibility`. For more info, +see https://backstage.io/docs/conf/defining#visibility.