@red-hat-developer-hub/backstage-plugin-orchestrator-backend 8.0.4 → 8.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  ### Dependencies
2
2
 
3
+ ## 8.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - f0a427c: Added internationalization to the frontend plugins.
8
+ - Updated dependencies [f0a427c]
9
+ - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.0.6
10
+
11
+ ## 8.0.5
12
+
13
+ ### Patch Changes
14
+
15
+ - 121e764: improve abort instance error handling
16
+ - Updated dependencies [c79ffa7]
17
+ - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.0.5
18
+
3
19
  ## 8.0.4
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend",
3
- "version": "8.0.4",
3
+ "version": "8.0.6",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
@@ -78,6 +78,7 @@
78
78
  "@backstage/backend-plugin-api": "^1.3.1",
79
79
  "@backstage/backend-tasks": "^0.6.1",
80
80
  "@backstage/catalog-client": "^1.10.0",
81
+ "@backstage/core-plugin-api": "^1.10.7",
81
82
  "@backstage/errors": "^1.2.7",
82
83
  "@backstage/integration": "^1.17.0",
83
84
  "@backstage/plugin-catalog-node": "^1.17.0",
@@ -85,7 +86,7 @@
85
86
  "@backstage/plugin-permission-node": "^0.10.0",
86
87
  "@backstage/plugin-scaffolder-backend": "^1.33.0",
87
88
  "@backstage/plugin-scaffolder-node": "^0.8.2",
88
- "@red-hat-developer-hub/backstage-plugin-orchestrator-common": "^3.0.4",
89
+ "@red-hat-developer-hub/backstage-plugin-orchestrator-common": "^3.0.6",
89
90
  "@urql/core": "^4.1.4",
90
91
  "ajv-formats": "^2.1.1",
91
92
  "cloudevents": "^8.0.0",