Skip to content

Commit a91b3a0

Browse files
chore(global-header-and-fab): updating the wrapper (#3513)
* chore(global-header-and-fab): updating the wrapper Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> * adding fab translation resource Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> * updating e2e config Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> --------- Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
1 parent 679c77e commit a91b3a0

File tree

6 files changed

+127
-222
lines changed

6 files changed

+127
-222
lines changed

.ibm/pipelines/resources/config_map/dynamic-global-header-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ dynamicPlugins:
7777
priority: 90
7878
props:
7979
title: My profile
80+
type: myProfile
8081
icon: account
8182
- mountPoint: global.header/profile
8283
importName: LogoutButton

catalog-entities/marketplace/packages/red-hat-developer-hub-backstage-plugin-global-header.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ spec:
131131
priority: 90
132132
props:
133133
title: My profile
134+
type: myProfile
134135
icon: account
135136
- mountPoint: global.header/profile
136137
importName: LogoutButton

dynamic-plugins.default.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,9 @@ plugins:
635635
dynamicPlugins:
636636
frontend:
637637
red-hat-developer-hub.backstage-plugin-global-floating-action-button:
638+
translationResources:
639+
- importName: globalFloatingActionButtonTranslations
640+
ref: globalFloatingActionButtonTranslationRef
638641
mountPoints:
639642
- mountPoint: application/listener
640643
importName: DynamicGlobalFloatingActionButton

dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-global-floating-action-button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "red-hat-developer-hub-backstage-plugin-global-floating-action-button",
3-
"version": "1.2.1",
3+
"version": "1.5.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@mui/material": "5.18.0",
32-
"@red-hat-developer-hub/backstage-plugin-global-floating-action-button": "1.2.1"
32+
"@red-hat-developer-hub/backstage-plugin-global-floating-action-button": "1.5.0"
3333
},
3434
"devDependencies": {
3535
"@backstage/cli": "^0.34.1",

dynamic-plugins/wrappers/red-hat-developer-hub-backstage-plugin-global-header/package.json

Lines changed: 2 additions & 2 deletions
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.14.0",
3+
"version": "1.18.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@mui/material": "5.18.0",
32-
"@red-hat-developer-hub/backstage-plugin-global-header": "1.14.0"
32+
"@red-hat-developer-hub/backstage-plugin-global-header": "1.18.0"
3333
},
3434
"devDependencies": {
3535
"@backstage/cli": "^0.34.1",

0 commit comments

Comments
 (0)