Merge pull request #4152 from adamdmharvey/InfoCard-variant

chore(core): Remove deprecated InfoCard variant "height100"
This commit is contained in:
Adam Harvey
2021-01-19 20:06:06 -05:00
committed by GitHub
2 changed files with 7 additions and 21 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/core': minor
---
Removed `InfoCard` variant `height100`, originally deprecated in [#2826](https://github.com/backstage/backstage/pull/2826).
If your component still relies on this variant, simply replace it with `gridItem`.