Skip to content

Commit 7be05de

Browse files
authored
fix: update fab wrapper (#2355)
1 parent 56cbf89 commit 7be05de

File tree

4 files changed

+8
-22
lines changed

4 files changed

+8
-22
lines changed

app-config.dynamic-plugins.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,6 @@ dynamicPlugins:
262262
mountPoints:
263263
- mountPoint: application/listener
264264
importName: DynamicGlobalFloatingActionButton
265-
- mountPoint: global.floatingactionbutton/component
266-
importName: NullComponent
267-
config:
268-
icon: github
269-
label: Git
270-
toolTip: Github
271-
to: https://github.com/redhat-developer/rhdh
272265
red-hat-developer-hub.backstage-plugin-dynamic-home-page:
273266
dynamicRoutes:
274267
- path: /

dynamic-plugins.default.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -538,21 +538,14 @@ plugins:
538538

539539
# Group: Global floating action button
540540
- package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-global-floating-action-button
541-
disabled: true
541+
disabled: false
542542
pluginConfig:
543543
dynamicPlugins:
544544
frontend:
545545
red-hat-developer-hub.backstage-plugin-global-floating-action-button:
546546
mountPoints:
547547
- mountPoint: application/listener
548548
importName: DynamicGlobalFloatingActionButton
549-
- mountPoint: global.floatingactionbutton/component
550-
importName: NullComponent
551-
config:
552-
icon: github
553-
label: 'Git'
554-
toolTip: 'Github'
555-
to: https://github.com/redhat-developer/rhdh
556549

557550
# Homepage
558551
- package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-dynamic-home-page

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

+2-2
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": "0.0.6",
3+
"version": "1.0.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.16.14",
32-
"@red-hat-developer-hub/backstage-plugin-global-floating-action-button": "0.0.6"
32+
"@red-hat-developer-hub/backstage-plugin-global-floating-action-button": "1.0.0"
3333
},
3434
"devDependencies": {
3535
"@backstage/cli": "0.29.6",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -16132,9 +16132,9 @@ __metadata:
1613216132
languageName: node
1613316133
linkType: hard
1613416134

16135-
"@red-hat-developer-hub/backstage-plugin-global-floating-action-button@npm:0.0.6":
16136-
version: 0.0.6
16137-
resolution: "@red-hat-developer-hub/backstage-plugin-global-floating-action-button@npm:0.0.6"
16135+
"@red-hat-developer-hub/backstage-plugin-global-floating-action-button@npm:1.0.0":
16136+
version: 1.0.0
16137+
resolution: "@red-hat-developer-hub/backstage-plugin-global-floating-action-button@npm:1.0.0"
1613816138
dependencies:
1613916139
"@backstage/core-components": ^0.16.3
1614016140
"@backstage/core-plugin-api": ^1.10.3
@@ -16148,7 +16148,7 @@ __metadata:
1614816148
peerDependencies:
1614916149
react: 16.13.1 || ^17.0.0 || ^18.0.0
1615016150
react-router-dom: ^6.0.0
16151-
checksum: 2c9f0046497b5f2f67f557078408bea951a897d0914aeb9a55b199c9a55dee094c0796438d23c4d092feb6b00ddf92dbd6494e5ff1b8a5285e7c31b928e40944
16151+
checksum: 59f339c5a243a9bd26beca69e15262a5f6ba7372b0d887d3fbcb937ea8d4bb508599071f537864dbcd5348cc48ed0246638f07cab21d286f924ceb6ae4cf0c53
1615216152
languageName: node
1615316153
linkType: hard
1615416154

@@ -40218,7 +40218,7 @@ __metadata:
4021840218
"@backstage/cli": 0.29.6
4021940219
"@janus-idp/cli": 3.2.0
4022040220
"@mui/material": 5.16.14
40221-
"@red-hat-developer-hub/backstage-plugin-global-floating-action-button": 0.0.6
40221+
"@red-hat-developer-hub/backstage-plugin-global-floating-action-button": 1.0.0
4022240222
typescript: 5.7.3
4022340223
languageName: unknown
4022440224
linkType: soft

0 commit comments

Comments
 (0)