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

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 +16 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
+ ## 0.2.33
4
+
5
+ ### Patch Changes
6
+
7
+ - 64ee2c0c7ca5: Propagate entity spec to EntityNode so that spec info such as type can be used for graph node customization
8
+ - 62dc7a2b1ad1: Added maximum depth parameter to the catalogGraphParams in CatalogGraphCard.
9
+ - 12a8c94eda8d: Add package repository and homepage metadata
10
+ - Updated dependencies
11
+ - @backstage/core-components@0.13.4
12
+ - @backstage/plugin-catalog-react@1.8.1
13
+ - @backstage/core-plugin-api@1.5.3
14
+ - @backstage/catalog-client@1.4.3
15
+ - @backstage/catalog-model@1.4.1
16
+ - @backstage/theme@0.4.1
17
+ - @backstage/types@1.1.0
18
+
3
19
  ## 0.2.33-next.2
4
20
 
5
21
  ### 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.33",
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.1",
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.10",
55
+ "@backstage/core-app-api": "^1.9.1",
56
+ "@backstage/dev-utils": "^1.0.18",
57
+ "@backstage/plugin-catalog": "^1.12.1",
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",