@backstage/plugin-catalog-graph 0.5.4-next.1 → 0.5.5-next.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
+ ## 0.5.5-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.21.5-next.0
9
+ - @backstage/frontend-plugin-api@0.13.2
10
+
11
+ ## 0.5.4
12
+
13
+ ### Patch Changes
14
+
15
+ - a67c144: Fixed zoom out description (replace `&` with &)
16
+ - f3f84f1: Minor extension type updates after frontend API bump
17
+ - d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
18
+ - Updated dependencies
19
+ - @backstage/frontend-plugin-api@0.13.2
20
+ - @backstage/core-components@0.18.4
21
+ - @backstage/plugin-catalog-react@1.21.4
22
+ - @backstage/core-plugin-api@1.12.1
23
+
3
24
  ## 0.5.4-next.1
4
25
 
5
26
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog-graph";
2
- var version = "0.5.4-next.1";
2
+ var version = "0.5.5-next.0";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "catalog-graph",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph",
3
- "version": "0.5.4-next.1",
3
+ "version": "0.5.5-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-graph",
@@ -63,10 +63,10 @@
63
63
  "dependencies": {
64
64
  "@backstage/catalog-client": "1.12.1",
65
65
  "@backstage/catalog-model": "1.7.6",
66
- "@backstage/core-components": "0.18.4-next.2",
67
- "@backstage/core-plugin-api": "1.12.1-next.0",
68
- "@backstage/frontend-plugin-api": "0.13.2-next.1",
69
- "@backstage/plugin-catalog-react": "1.21.4-next.2",
66
+ "@backstage/core-components": "0.18.4",
67
+ "@backstage/core-plugin-api": "1.12.1",
68
+ "@backstage/frontend-plugin-api": "0.13.2",
69
+ "@backstage/plugin-catalog-react": "1.21.5-next.0",
70
70
  "@backstage/types": "1.2.2",
71
71
  "@material-ui/core": "^4.12.2",
72
72
  "@material-ui/icons": "^4.9.1",
@@ -78,11 +78,11 @@
78
78
  "react-use": "^17.2.4"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/cli": "0.35.0-next.2",
82
- "@backstage/core-app-api": "1.19.3-next.1",
83
- "@backstage/dev-utils": "1.1.18-next.1",
84
- "@backstage/plugin-catalog": "1.32.1-next.1",
85
- "@backstage/test-utils": "1.7.14-next.0",
81
+ "@backstage/cli": "0.35.2-next.1",
82
+ "@backstage/core-app-api": "1.19.3",
83
+ "@backstage/dev-utils": "1.1.19-next.1",
84
+ "@backstage/plugin-catalog": "1.32.2-next.0",
85
+ "@backstage/test-utils": "1.7.14",
86
86
  "@testing-library/dom": "^10.0.0",
87
87
  "@testing-library/jest-dom": "^6.0.0",
88
88
  "@testing-library/react": "^16.0.0",