@backstage/plugin-catalog-graph 0.4.11-next.2 → 0.4.12-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,41 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
+ ## 0.4.12-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.16.0-next.0
9
+ - @backstage/catalog-client@1.8.0-next.0
10
+ - @backstage/catalog-model@1.7.0
11
+ - @backstage/core-compat-api@0.3.2-next.0
12
+ - @backstage/core-plugin-api@1.10.0
13
+ - @backstage/frontend-plugin-api@0.9.1-next.0
14
+ - @backstage/types@1.1.1
15
+ - @backstage/plugin-catalog-react@1.14.1-next.0
16
+
17
+ ## 0.4.11
18
+
19
+ ### Patch Changes
20
+
21
+ - e969dc7: Move `@types/react` to a peer dependency.
22
+ - 4d9f39e: Added InfoCard `action` attribute for CatalogGraphCard
23
+
24
+ ```tsx
25
+ const action = <Button title="Action Button" onClick={handleClickEvent()} />
26
+ <CatalogGraphCard action={action} />
27
+ ```
28
+
29
+ - Updated dependencies
30
+ - @backstage/core-components@0.15.1
31
+ - @backstage/frontend-plugin-api@0.9.0
32
+ - @backstage/core-compat-api@0.3.1
33
+ - @backstage/core-plugin-api@1.10.0
34
+ - @backstage/plugin-catalog-react@1.14.0
35
+ - @backstage/catalog-client@1.7.1
36
+ - @backstage/catalog-model@1.7.0
37
+ - @backstage/types@1.1.1
38
+
3
39
  ## 0.4.11-next.2
4
40
 
5
41
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph__alpha",
3
- "version": "0.4.11-next.2",
3
+ "version": "0.4.12-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.11-next.2",
3
+ "version": "0.4.12-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-graph",
@@ -49,13 +49,13 @@
49
49
  "test": "backstage-cli package test"
50
50
  },
51
51
  "dependencies": {
52
- "@backstage/catalog-client": "1.7.1-next.0",
52
+ "@backstage/catalog-client": "1.8.0-next.0",
53
53
  "@backstage/catalog-model": "1.7.0",
54
- "@backstage/core-compat-api": "0.3.1-next.2",
55
- "@backstage/core-components": "0.15.1-next.2",
56
- "@backstage/core-plugin-api": "1.10.0-next.1",
57
- "@backstage/frontend-plugin-api": "0.9.0-next.2",
58
- "@backstage/plugin-catalog-react": "1.14.0-next.2",
54
+ "@backstage/core-compat-api": "0.3.2-next.0",
55
+ "@backstage/core-components": "0.16.0-next.0",
56
+ "@backstage/core-plugin-api": "1.10.0",
57
+ "@backstage/frontend-plugin-api": "0.9.1-next.0",
58
+ "@backstage/plugin-catalog-react": "1.14.1-next.0",
59
59
  "@backstage/types": "1.1.1",
60
60
  "@material-ui/core": "^4.12.2",
61
61
  "@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.28.0-next.2",
71
- "@backstage/core-app-api": "1.15.1-next.1",
72
- "@backstage/dev-utils": "1.1.2-next.2",
73
- "@backstage/plugin-catalog": "1.24.0-next.2",
74
- "@backstage/test-utils": "1.6.1-next.2",
70
+ "@backstage/cli": "0.29.0-next.0",
71
+ "@backstage/core-app-api": "1.15.1",
72
+ "@backstage/dev-utils": "1.1.3-next.0",
73
+ "@backstage/plugin-catalog": "1.24.1-next.0",
74
+ "@backstage/test-utils": "1.7.0",
75
75
  "@testing-library/dom": "^10.0.0",
76
76
  "@testing-library/jest-dom": "^6.0.0",
77
77
  "@testing-library/react": "^16.0.0",