diff --git a/.changeset/ten-mayflies-beam.md b/.changeset/ten-mayflies-beam.md index 038f9eec87..ff7d9e52e9 100644 --- a/.changeset/ten-mayflies-beam.md +++ b/.changeset/ten-mayflies-beam.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-scaffolder': patch +'@backstage/plugin-scaffolder': minor --- -Making it possible to hide software templates via a template filter. +Added a `templateFilter` prop to the `` component to allow for filtering of templates through a function.