@backstage/plugin-catalog-graph 0.2.24-next.4 → 0.2.25

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 +23 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
+ ## 0.2.25
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.12.2
9
+ - @backstage/plugin-catalog-react@1.2.3
10
+
11
+ ## 0.2.24
12
+
13
+ ### Patch Changes
14
+
15
+ - cb716004ef: Internal refactor to improve tests
16
+ - 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
17
+ - 454f2e90db: Set the default `maxDepth` prop for `EntityRelationsGraph` to a smaller value to provide better readability.
18
+ - Updated dependencies
19
+ - @backstage/core-plugin-api@1.2.0
20
+ - @backstage/catalog-client@1.2.0
21
+ - @backstage/core-components@0.12.1
22
+ - @backstage/plugin-catalog-react@1.2.2
23
+ - @backstage/catalog-model@1.1.4
24
+ - @backstage/theme@0.2.16
25
+
3
26
  ## 0.2.24-next.4
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph",
3
- "version": "0.2.24-next.4",
3
+ "version": "0.2.25",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -22,11 +22,11 @@
22
22
  "clean": "backstage-cli package clean"
23
23
  },
24
24
  "dependencies": {
25
- "@backstage/catalog-client": "^1.2.0-next.1",
26
- "@backstage/catalog-model": "^1.1.4-next.1",
27
- "@backstage/core-components": "^0.12.1-next.4",
28
- "@backstage/core-plugin-api": "^1.2.0-next.2",
29
- "@backstage/plugin-catalog-react": "^1.2.2-next.4",
25
+ "@backstage/catalog-client": "^1.2.0",
26
+ "@backstage/catalog-model": "^1.1.4",
27
+ "@backstage/core-components": "^0.12.2",
28
+ "@backstage/core-plugin-api": "^1.2.0",
29
+ "@backstage/plugin-catalog-react": "^1.2.3",
30
30
  "@backstage/theme": "^0.2.16",
31
31
  "@material-ui/core": "^4.12.2",
32
32
  "@material-ui/icons": "^4.9.1",
@@ -43,12 +43,12 @@
43
43
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "^0.22.0-next.4",
47
- "@backstage/core-app-api": "^1.3.0-next.4",
48
- "@backstage/dev-utils": "^1.0.9-next.4",
49
- "@backstage/plugin-catalog": "^1.7.0-next.4",
50
- "@backstage/test-utils": "^1.2.3-next.4",
51
- "@backstage/types": "^1.0.2-next.1",
46
+ "@backstage/cli": "^0.22.0",
47
+ "@backstage/core-app-api": "^1.3.0",
48
+ "@backstage/dev-utils": "^1.0.10",
49
+ "@backstage/plugin-catalog": "^1.7.1",
50
+ "@backstage/test-utils": "^1.2.3",
51
+ "@backstage/types": "^1.0.2",
52
52
  "@testing-library/jest-dom": "^5.10.1",
53
53
  "@testing-library/react": "^12.1.3",
54
54
  "@testing-library/react-hooks": "^8.0.0",