@backstage/plugin-catalog-graph 0.4.6-next.2 → 0.4.7-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,36 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
+ ## 0.4.7-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.14.9-next.0
9
+ - @backstage/plugin-catalog-react@1.12.2-next.0
10
+ - @backstage/frontend-plugin-api@0.6.7-next.0
11
+ - @backstage/core-compat-api@0.2.7-next.0
12
+ - @backstage/core-plugin-api@1.9.3
13
+ - @backstage/catalog-client@1.6.5
14
+ - @backstage/catalog-model@1.5.0
15
+ - @backstage/types@1.1.1
16
+
17
+ ## 0.4.6
18
+
19
+ ### Patch Changes
20
+
21
+ - 8d474d3: Add function to `EntityRelationsGraph` filter that excludes entities from graph
22
+ - d44a20a: Added additional plugin metadata to `package.json`.
23
+ - cd6aeea: The `catalogEntity` external route will now by default bind to the catalog entity page if it is available.
24
+ - Updated dependencies
25
+ - @backstage/core-components@0.14.8
26
+ - @backstage/core-compat-api@0.2.6
27
+ - @backstage/core-plugin-api@1.9.3
28
+ - @backstage/plugin-catalog-react@1.12.1
29
+ - @backstage/frontend-plugin-api@0.6.6
30
+ - @backstage/catalog-client@1.6.5
31
+ - @backstage/catalog-model@1.5.0
32
+ - @backstage/types@1.1.1
33
+
3
34
  ## 0.4.6-next.2
4
35
 
5
36
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "@backstage/plugin-catalog-graph",
3
- "version": "0.4.6-next.2",
2
+ "name": "@backstage/plugin-catalog-graph__alpha",
3
+ "version": "0.4.7-next.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph",
3
- "version": "0.4.6-next.2",
3
+ "version": "0.4.7-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-graph",
@@ -50,11 +50,11 @@
50
50
  "dependencies": {
51
51
  "@backstage/catalog-client": "^1.6.5",
52
52
  "@backstage/catalog-model": "^1.5.0",
53
- "@backstage/core-compat-api": "^0.2.6-next.2",
54
- "@backstage/core-components": "^0.14.8-next.2",
55
- "@backstage/core-plugin-api": "^1.9.3-next.0",
56
- "@backstage/frontend-plugin-api": "^0.6.6-next.2",
57
- "@backstage/plugin-catalog-react": "^1.12.1-next.2",
53
+ "@backstage/core-compat-api": "^0.2.7-next.0",
54
+ "@backstage/core-components": "^0.14.9-next.0",
55
+ "@backstage/core-plugin-api": "^1.9.3",
56
+ "@backstage/frontend-plugin-api": "^0.6.7-next.0",
57
+ "@backstage/plugin-catalog-react": "^1.12.2-next.0",
58
58
  "@backstage/types": "^1.1.1",
59
59
  "@material-ui/core": "^4.12.2",
60
60
  "@material-ui/icons": "^4.9.1",
@@ -67,11 +67,11 @@
67
67
  "react-use": "^17.2.4"
68
68
  },
69
69
  "devDependencies": {
70
- "@backstage/cli": "^0.26.7-next.3",
71
- "@backstage/core-app-api": "^1.12.6-next.0",
72
- "@backstage/dev-utils": "^1.0.33-next.2",
73
- "@backstage/plugin-catalog": "^1.21.0-next.3",
74
- "@backstage/test-utils": "^1.5.6-next.2",
70
+ "@backstage/cli": "^0.26.10-next.0",
71
+ "@backstage/core-app-api": "^1.13.0-next.0",
72
+ "@backstage/dev-utils": "^1.0.34-next.0",
73
+ "@backstage/plugin-catalog": "^1.21.1-next.0",
74
+ "@backstage/test-utils": "^1.5.7-next.0",
75
75
  "@testing-library/dom": "^10.0.0",
76
76
  "@testing-library/jest-dom": "^6.0.0",
77
77
  "@testing-library/react": "^15.0.0",