@backstage/plugin-catalog-graph 0.2.33-next.2 → 0.2.34

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 +29 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
+ ## 0.2.34
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.8.2
9
+ - @backstage/catalog-client@1.4.3
10
+ - @backstage/catalog-model@1.4.1
11
+ - @backstage/core-components@0.13.4
12
+ - @backstage/core-plugin-api@1.5.3
13
+ - @backstage/theme@0.4.1
14
+ - @backstage/types@1.1.0
15
+
16
+ ## 0.2.33
17
+
18
+ ### Patch Changes
19
+
20
+ - 64ee2c0c7ca5: Propagate entity spec to EntityNode so that spec info such as type can be used for graph node customization
21
+ - 62dc7a2b1ad1: Added maximum depth parameter to the catalogGraphParams in CatalogGraphCard.
22
+ - 12a8c94eda8d: Add package repository and homepage metadata
23
+ - Updated dependencies
24
+ - @backstage/core-components@0.13.4
25
+ - @backstage/plugin-catalog-react@1.8.1
26
+ - @backstage/core-plugin-api@1.5.3
27
+ - @backstage/catalog-client@1.4.3
28
+ - @backstage/catalog-model@1.4.1
29
+ - @backstage/theme@0.4.1
30
+ - @backstage/types@1.1.0
31
+
3
32
  ## 0.2.33-next.2
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph",
3
- "version": "0.2.33-next.2",
3
+ "version": "0.2.34",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -30,9 +30,9 @@
30
30
  "dependencies": {
31
31
  "@backstage/catalog-client": "^1.4.3",
32
32
  "@backstage/catalog-model": "^1.4.1",
33
- "@backstage/core-components": "^0.13.4-next.0",
33
+ "@backstage/core-components": "^0.13.4",
34
34
  "@backstage/core-plugin-api": "^1.5.3",
35
- "@backstage/plugin-catalog-react": "^1.8.1-next.1",
35
+ "@backstage/plugin-catalog-react": "^1.8.2",
36
36
  "@backstage/theme": "^0.4.1",
37
37
  "@backstage/types": "^1.1.0",
38
38
  "@material-ui/core": "^4.12.2",
@@ -51,11 +51,11 @@
51
51
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/cli": "^0.22.10-next.1",
55
- "@backstage/core-app-api": "^1.9.1-next.0",
56
- "@backstage/dev-utils": "^1.0.18-next.2",
57
- "@backstage/plugin-catalog": "^1.12.1-next.2",
58
- "@backstage/test-utils": "^1.4.2-next.0",
54
+ "@backstage/cli": "^0.22.11",
55
+ "@backstage/core-app-api": "^1.9.1",
56
+ "@backstage/dev-utils": "^1.0.19",
57
+ "@backstage/plugin-catalog": "^1.12.3",
58
+ "@backstage/test-utils": "^1.4.2",
59
59
  "@testing-library/dom": "^8.0.0",
60
60
  "@testing-library/jest-dom": "^5.10.1",
61
61
  "@testing-library/react": "^12.1.3",