Skip to content

Commit

Permalink
Merge pull request #1669 from RoadieHQ/publich-backend-plugin
Browse files Browse the repository at this point in the history
Publish backend plugin and add repository in order to display images
  • Loading branch information
Irma12 authored Oct 14, 2024
2 parents 5c4f1b4 + 8783ffc commit c255f8b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/proud-items-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@roadiehq/backstage-plugin-wiz': patch
'@roadiehq/plugin-wiz-backend': patch
---

Publish backend plugin and add repository in order to display images
2 changes: 1 addition & 1 deletion plugins/backend/wiz-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/plugin-wiz-backend",
"version": "1.0.0",
"version": "1.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions plugins/frontend/backstage-plugin-wiz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"@roadiehq/backstage-plugin-wiz"
]
},
"repository": {
"type": "git",
"url": "github:RoadieHQ/roadie-backstage-plugins",
"directory": "plugins/frontend/backstage-plugin-wiz"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",
Expand Down

0 comments on commit c255f8b

Please sign in to comment.