@backstage/plugin-catalog 1.31.0 → 1.31.1-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 +44 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
+
## 1.31.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/catalog-model@1.7.5-next.0
|
|
9
|
+
- @backstage/plugin-catalog-react@1.19.1-next.1
|
|
10
|
+
- @backstage/catalog-client@1.10.2-next.0
|
|
11
|
+
- @backstage/core-components@0.17.4-next.1
|
|
12
|
+
- @backstage/core-plugin-api@1.10.9-next.0
|
|
13
|
+
- @backstage/integration-react@1.2.9-next.1
|
|
14
|
+
- @backstage/plugin-permission-react@0.4.36-next.0
|
|
15
|
+
- @backstage/plugin-techdocs-react@1.3.1-next.1
|
|
16
|
+
- @backstage/plugin-catalog-common@1.1.5-next.0
|
|
17
|
+
- @backstage/plugin-scaffolder-common@1.5.12-next.0
|
|
18
|
+
- @backstage/plugin-search-common@1.2.19-next.0
|
|
19
|
+
- @backstage/core-compat-api@0.4.4-next.1
|
|
20
|
+
- @backstage/plugin-search-react@1.9.2-next.1
|
|
21
|
+
- @backstage/frontend-plugin-api@0.10.4-next.1
|
|
22
|
+
|
|
23
|
+
## 1.31.1-next.0
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
- @backstage/integration-react@1.2.9-next.0
|
|
29
|
+
- @backstage/plugin-catalog-react@1.19.1-next.0
|
|
30
|
+
- @backstage/core-components@0.17.4-next.0
|
|
31
|
+
- @backstage/plugin-search-react@1.9.2-next.0
|
|
32
|
+
- @backstage/plugin-techdocs-react@1.3.1-next.0
|
|
33
|
+
- @backstage/catalog-client@1.10.1
|
|
34
|
+
- @backstage/catalog-model@1.7.4
|
|
35
|
+
- @backstage/core-compat-api@0.4.4-next.0
|
|
36
|
+
- @backstage/core-plugin-api@1.10.8
|
|
37
|
+
- @backstage/errors@1.2.7
|
|
38
|
+
- @backstage/frontend-plugin-api@0.10.4-next.0
|
|
39
|
+
- @backstage/types@1.2.1
|
|
40
|
+
- @backstage/version-bridge@1.0.11
|
|
41
|
+
- @backstage/plugin-catalog-common@1.1.4
|
|
42
|
+
- @backstage/plugin-permission-react@0.4.35
|
|
43
|
+
- @backstage/plugin-scaffolder-common@1.5.11
|
|
44
|
+
- @backstage/plugin-search-common@1.2.18
|
|
45
|
+
- @backstage/plugin-techdocs-common@0.1.1
|
|
46
|
+
|
|
3
47
|
## 1.31.0
|
|
4
48
|
|
|
5
49
|
### Minor Changes
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.1-next.1",
|
|
4
4
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,24 +70,24 @@
|
|
|
70
70
|
"test": "backstage-cli package test"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@backstage/catalog-client": "
|
|
74
|
-
"@backstage/catalog-model": "
|
|
75
|
-
"@backstage/core-compat-api": "
|
|
76
|
-
"@backstage/core-components": "
|
|
77
|
-
"@backstage/core-plugin-api": "
|
|
78
|
-
"@backstage/errors": "
|
|
79
|
-
"@backstage/frontend-plugin-api": "
|
|
80
|
-
"@backstage/integration-react": "
|
|
81
|
-
"@backstage/plugin-catalog-common": "
|
|
82
|
-
"@backstage/plugin-catalog-react": "
|
|
83
|
-
"@backstage/plugin-permission-react": "
|
|
84
|
-
"@backstage/plugin-scaffolder-common": "
|
|
85
|
-
"@backstage/plugin-search-common": "
|
|
86
|
-
"@backstage/plugin-search-react": "
|
|
87
|
-
"@backstage/plugin-techdocs-common": "
|
|
88
|
-
"@backstage/plugin-techdocs-react": "
|
|
89
|
-
"@backstage/types": "
|
|
90
|
-
"@backstage/version-bridge": "
|
|
73
|
+
"@backstage/catalog-client": "1.10.2-next.0",
|
|
74
|
+
"@backstage/catalog-model": "1.7.5-next.0",
|
|
75
|
+
"@backstage/core-compat-api": "0.4.4-next.1",
|
|
76
|
+
"@backstage/core-components": "0.17.4-next.1",
|
|
77
|
+
"@backstage/core-plugin-api": "1.10.9-next.0",
|
|
78
|
+
"@backstage/errors": "1.2.7",
|
|
79
|
+
"@backstage/frontend-plugin-api": "0.10.4-next.1",
|
|
80
|
+
"@backstage/integration-react": "1.2.9-next.1",
|
|
81
|
+
"@backstage/plugin-catalog-common": "1.1.5-next.0",
|
|
82
|
+
"@backstage/plugin-catalog-react": "1.19.1-next.1",
|
|
83
|
+
"@backstage/plugin-permission-react": "0.4.36-next.0",
|
|
84
|
+
"@backstage/plugin-scaffolder-common": "1.5.12-next.0",
|
|
85
|
+
"@backstage/plugin-search-common": "1.2.19-next.0",
|
|
86
|
+
"@backstage/plugin-search-react": "1.9.2-next.1",
|
|
87
|
+
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
88
|
+
"@backstage/plugin-techdocs-react": "1.3.1-next.1",
|
|
89
|
+
"@backstage/types": "1.2.1",
|
|
90
|
+
"@backstage/version-bridge": "1.0.11",
|
|
91
91
|
"@material-ui/core": "^4.12.2",
|
|
92
92
|
"@material-ui/icons": "^4.9.1",
|
|
93
93
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -102,12 +102,12 @@
|
|
|
102
102
|
"zen-observable": "^0.10.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@backstage/cli": "
|
|
106
|
-
"@backstage/core-app-api": "
|
|
107
|
-
"@backstage/dev-utils": "
|
|
108
|
-
"@backstage/frontend-test-utils": "
|
|
109
|
-
"@backstage/plugin-permission-common": "
|
|
110
|
-
"@backstage/test-utils": "
|
|
105
|
+
"@backstage/cli": "0.33.1-next.1",
|
|
106
|
+
"@backstage/core-app-api": "1.17.2-next.0",
|
|
107
|
+
"@backstage/dev-utils": "1.1.12-next.1",
|
|
108
|
+
"@backstage/frontend-test-utils": "0.3.4-next.1",
|
|
109
|
+
"@backstage/plugin-permission-common": "0.9.1-next.0",
|
|
110
|
+
"@backstage/test-utils": "1.7.10-next.1",
|
|
111
111
|
"@testing-library/dom": "^10.0.0",
|
|
112
112
|
"@testing-library/jest-dom": "^6.0.0",
|
|
113
113
|
"@testing-library/react": "^16.0.0",
|