Skip to content

Commit

Permalink
chore(release): 1.9.7 [skip ci]
Browse files Browse the repository at this point in the history
## @janus-idp/backstage-plugin-orchestrator-backend [1.9.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-11)

### Bug Fixes

* **orchestrator:** fix error handling in case data index failed to start ([#1804](#1804)) ([27affb7](27affb7))
  • Loading branch information
semantic-release-bot committed Jun 11, 2024
1 parent 27affb7 commit fc2afe3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions plugins/orchestrator-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @janus-idp/backstage-plugin-orchestrator-backend [1.9.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-11)


### Bug Fixes

* **orchestrator:** fix error handling in case data index failed to start ([#1804](https://github.com/janus-idp/backstage-plugins/issues/1804)) ([27affb7](https://github.com/janus-idp/backstage-plugins/commit/27affb7815e02127721fd854f7903dca3525dede))

## @janus-idp/backstage-plugin-orchestrator-backend [1.9.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-05)


Expand Down
2 changes: 1 addition & 1 deletion plugins/orchestrator-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-backend-dynamic",
"version": "1.9.6",
"version": "1.9.7",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion plugins/orchestrator-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-backend",
"version": "1.9.6",
"version": "1.9.7",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down

0 comments on commit fc2afe3

Please sign in to comment.