@backstage/plugin-catalog-graph 0.3.1 → 0.3.2-next.1
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 +21 -2
- package/README.md +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,30 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-graph
|
|
2
2
|
|
|
3
|
-
## 0.3.1
|
|
3
|
+
## 0.3.2-next.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/
|
|
8
|
+
- @backstage/core-components@0.13.9-next.1
|
|
9
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
10
|
+
- @backstage/plugin-catalog-react@1.9.2-next.1
|
|
11
|
+
- @backstage/catalog-client@1.5.0-next.0
|
|
12
|
+
- @backstage/catalog-model@1.4.3
|
|
13
|
+
- @backstage/theme@0.5.0-next.0
|
|
14
|
+
- @backstage/types@1.1.1
|
|
15
|
+
|
|
16
|
+
## 0.3.2-next.0
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/core-plugin-api@1.8.1-next.0
|
|
22
|
+
- @backstage/plugin-catalog-react@1.9.2-next.0
|
|
23
|
+
- @backstage/core-components@0.13.9-next.0
|
|
24
|
+
- @backstage/theme@0.5.0-next.0
|
|
25
|
+
- @backstage/catalog-client@1.4.6
|
|
26
|
+
- @backstage/catalog-model@1.4.3
|
|
27
|
+
- @backstage/types@1.1.1
|
|
9
28
|
|
|
10
29
|
## 0.3.0
|
|
11
30
|
|
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ To use the catalog graph plugin, you have to add some things to your Backstage a
|
|
|
90
90
|
Copy the default implementation `DefaultRenderNode.tsx` and add more classes to the styles:
|
|
91
91
|
|
|
92
92
|
```typescript
|
|
93
|
-
const useStyles = makeStyles
|
|
93
|
+
const useStyles = makeStyles(
|
|
94
94
|
theme => ({
|
|
95
95
|
node: {
|
|
96
96
|
…
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-graph",
|
|
3
|
-
"version": "0.3.1",
|
|
3
|
+
"version": "0.3.2-next.1",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"clean": "backstage-cli package clean"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@backstage/catalog-client": "^1.
|
|
32
|
+
"@backstage/catalog-client": "^1.5.0-next.0",
|
|
33
33
|
"@backstage/catalog-model": "^1.4.3",
|
|
34
|
-
"@backstage/core-components": "^0.13.
|
|
35
|
-
"@backstage/core-plugin-api": "^1.8.
|
|
36
|
-
"@backstage/plugin-catalog-react": "^1.9.1",
|
|
37
|
-
"@backstage/theme": "^0.
|
|
34
|
+
"@backstage/core-components": "^0.13.9-next.1",
|
|
35
|
+
"@backstage/core-plugin-api": "^1.8.1-next.1",
|
|
36
|
+
"@backstage/plugin-catalog-react": "^1.9.2-next.1",
|
|
37
|
+
"@backstage/theme": "^0.5.0-next.0",
|
|
38
38
|
"@backstage/types": "^1.1.1",
|
|
39
39
|
"@material-ui/core": "^4.12.2",
|
|
40
40
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@backstage/cli": "^0.
|
|
56
|
-
"@backstage/core-app-api": "^1.11.1",
|
|
57
|
-
"@backstage/dev-utils": "^1.0.
|
|
58
|
-
"@backstage/plugin-catalog": "^1.
|
|
59
|
-
"@backstage/test-utils": "^1.4.
|
|
55
|
+
"@backstage/cli": "^0.25.0-next.1",
|
|
56
|
+
"@backstage/core-app-api": "^1.11.2-next.1",
|
|
57
|
+
"@backstage/dev-utils": "^1.0.25-next.1",
|
|
58
|
+
"@backstage/plugin-catalog": "^1.16.0-next.2",
|
|
59
|
+
"@backstage/test-utils": "^1.4.6-next.1",
|
|
60
60
|
"@testing-library/dom": "^9.0.0",
|
|
61
61
|
"@testing-library/jest-dom": "^6.0.0",
|
|
62
62
|
"@testing-library/react": "^14.0.0",
|