Skip to content

Commit

Permalink
Merge pull request #1736 from brandonbryant12/main
Browse files Browse the repository at this point in the history
export api ref from Jira front end plugin
  • Loading branch information
punkle authored Nov 22, 2024
2 parents bc3a05e + 27d4af5 commit a6d5edb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-pants-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@roadiehq/backstage-plugin-jira': patch
---

Export the apiRef
2 changes: 2 additions & 0 deletions plugins/frontend/backstage-plugin-jira/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ export {
isJiraAvailable,
hasJiraQuery,
} from './components/Router';

export * from './api';

0 comments on commit a6d5edb

Please sign in to comment.