Skip to content

Commit 6549289

Browse files
Version Packages (#1438)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d59b616 commit 6549289

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

workspaces/global-header/.changeset/hide-my-profile-for-guest-users.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

workspaces/global-header/plugins/global-header/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @red-hat-developer-hub/backstage-plugin-global-header
22

3+
## 1.17.1
4+
5+
### Patch Changes
6+
7+
- d59b616: Add `type` prop for MenuItemLink identification and hide "My profile" menuItemLink for guest users
8+
9+
- Add `type` prop to MenuItemLink component config for better identification when i18n applied
10+
- Hide "My Profile" menu item when user entity reference contains '/guest'
11+
- Hide "My Profile" menu item when catalog API fails to fetch user entity
12+
- Export `globalHeaderTranslations` from plugin for i18n integration
13+
314
## 1.17.0
415

516
### Minor Changes

workspaces/global-header/plugins/global-header/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-global-header",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)