@backstage/plugin-catalog-graph 0.6.7-next.2 → 0.6.8-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,27 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
+ ## 0.6.8-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/ui@0.17.2-next.0
9
+ - @backstage/plugin-catalog-react@3.2.2-next.0
10
+ - @backstage/core-components@0.18.14-next.0
11
+
12
+ ## 0.6.7
13
+
14
+ ### Patch Changes
15
+
16
+ - 8babce3: Fixed the catalog graph page so configured filter and graph defaults are applied when the page opens.
17
+ - Updated dependencies
18
+ - @backstage/catalog-model@1.10.0
19
+ - @backstage/core-components@0.18.13
20
+ - @backstage/core-plugin-api@1.12.9
21
+ - @backstage/plugin-catalog-react@3.2.1
22
+ - @backstage/ui@0.17.1
23
+ - @backstage/frontend-plugin-api@0.18.0
24
+
3
25
  ## 0.6.7-next.2
4
26
 
5
27
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog-graph";
2
- var version = "0.6.7-next.2";
2
+ var version = "0.6.8-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.6.7-next.2",
3
+ "version": "0.6.8-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-graph",
@@ -62,13 +62,13 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@backstage/catalog-client": "1.16.1",
65
- "@backstage/catalog-model": "1.9.0",
66
- "@backstage/core-components": "0.18.13-next.2",
67
- "@backstage/core-plugin-api": "1.12.9-next.1",
68
- "@backstage/frontend-plugin-api": "0.18.0-next.0",
69
- "@backstage/plugin-catalog-react": "3.2.1-next.3",
65
+ "@backstage/catalog-model": "1.10.0",
66
+ "@backstage/core-components": "0.18.14-next.0",
67
+ "@backstage/core-plugin-api": "1.12.9",
68
+ "@backstage/frontend-plugin-api": "0.18.0",
69
+ "@backstage/plugin-catalog-react": "3.2.2-next.0",
70
70
  "@backstage/types": "1.2.2",
71
- "@backstage/ui": "0.17.1-next.0",
71
+ "@backstage/ui": "0.17.2-next.0",
72
72
  "@material-ui/core": "^4.12.2",
73
73
  "@material-ui/icons": "^4.9.1",
74
74
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -80,12 +80,12 @@
80
80
  "zod": "^4.0.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@backstage/cli": "0.36.5-next.1",
84
- "@backstage/core-app-api": "1.20.4-next.1",
85
- "@backstage/dev-utils": "1.1.26-next.2",
86
- "@backstage/frontend-test-utils": "0.6.3-next.1",
87
- "@backstage/plugin-catalog": "2.0.8-next.3",
88
- "@backstage/test-utils": "1.7.21-next.1",
83
+ "@backstage/cli": "0.36.6-next.0",
84
+ "@backstage/core-app-api": "1.20.5-next.0",
85
+ "@backstage/dev-utils": "1.1.27-next.0",
86
+ "@backstage/frontend-test-utils": "0.6.4-next.0",
87
+ "@backstage/plugin-catalog": "2.0.9-next.0",
88
+ "@backstage/test-utils": "1.7.22-next.0",
89
89
  "@testing-library/dom": "^10.0.0",
90
90
  "@testing-library/jest-dom": "^6.0.0",
91
91
  "@testing-library/react": "^16.0.0",