Version Packages

This commit is contained in:
github-actions[bot]
2026-04-14 14:57:31 +00:00
parent 9f24941b49
commit 93e643d142
603 changed files with 5867 additions and 1607 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/plugin-org
## 0.7.1
### Patch Changes
- 64c9a20: The `MembersListCard` now prefers `metadata.title` over `metadata.name` when displaying the group membership card, similarly to the rest of the group profile cards
- 87eb31c: Fixed `GroupProfileCard` and `UserProfileCard` content overflowing on narrow screens.
- d156cf4: Added `title` and `icon` to the new frontend system plugin definition.
- f1f59b1: Replaced deprecated `humanizeEntityRef` usage with the Catalog Presentation API.
- Updated dependencies
- @backstage/ui@0.14.0
- @backstage/catalog-model@1.8.0
- @backstage/plugin-catalog-react@2.1.2
- @backstage/frontend-plugin-api@0.16.0
- @backstage/core-components@0.18.9
- @backstage/core-plugin-api@1.12.5
- @backstage/plugin-catalog-common@1.1.9
## 0.7.1-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-org",
"version": "0.7.1-next.2",
"version": "0.7.1",
"description": "A Backstage plugin that helps you create entity pages for your organization",
"backstage": {
"role": "frontend-plugin",