Skip to content

Commit 1bb20a9

Browse files
chore(release): 1.4.8 [skip ci]
## [1.4.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-28) ### Bug Fixes * **notifications:** rhidp-1210 Unable to get group notifications ([janus-idp#1273](janus-idp#1273)) ([e186fad](janus-idp@e186fad)) * **orchestrator:** regenerate Open API with new instance state ([janus-idp#1289](janus-idp#1289)) ([8755fdd](janus-idp@8755fdd))
1 parent 7539e16 commit 1bb20a9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

plugins/orchestrator-backend/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @janus-idp/backstage-plugin-orchestrator-backend [1.4.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-28)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.3.4
8+
19
## @janus-idp/backstage-plugin-orchestrator-backend [1.4.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-28)
210

311

plugins/orchestrator-backend/dist-dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-orchestrator-backend-dynamic",
3-
"version": "1.4.7",
3+
"version": "1.4.8",
44
"license": "Apache-2.0",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",

plugins/orchestrator-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-orchestrator-backend",
3-
"version": "1.4.7",
3+
"version": "1.4.8",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -73,7 +73,7 @@
7373
"@backstage/plugin-scaffolder-common": "^1.5.0",
7474
"@backstage/plugin-scaffolder-node": "^0.3.2",
7575
"@backstage/types": "^1.1.1",
76-
"@janus-idp/backstage-plugin-orchestrator-common": "1.3.3",
76+
"@janus-idp/backstage-plugin-orchestrator-common": "1.3.4",
7777
"@octokit/rest": "^19.0.3",
7878
"@severlessworkflow/sdk-typescript": "^3.0.3",
7979
"@urql/core": "^4.1.4",

0 commit comments

Comments
 (0)