@backstage/plugin-catalog 1.33.0 → 1.33.1-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 +25 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
+
## 1.33.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/ui@0.12.1-next.0
|
|
9
|
+
- @backstage/plugin-search-react@1.10.5-next.0
|
|
10
|
+
- @backstage/frontend-plugin-api@0.14.2-next.0
|
|
11
|
+
- @backstage/catalog-client@1.13.1-next.0
|
|
12
|
+
- @backstage/plugin-catalog-react@2.0.1-next.0
|
|
13
|
+
- @backstage/catalog-model@1.7.6
|
|
14
|
+
- @backstage/core-compat-api@0.5.9-next.0
|
|
15
|
+
- @backstage/core-components@0.18.8-next.0
|
|
16
|
+
- @backstage/core-plugin-api@1.12.4-next.0
|
|
17
|
+
- @backstage/errors@1.2.7
|
|
18
|
+
- @backstage/integration-react@1.2.16-next.0
|
|
19
|
+
- @backstage/types@1.2.2
|
|
20
|
+
- @backstage/version-bridge@1.0.12
|
|
21
|
+
- @backstage/plugin-catalog-common@1.1.8
|
|
22
|
+
- @backstage/plugin-permission-react@0.4.41-next.0
|
|
23
|
+
- @backstage/plugin-scaffolder-common@1.7.7-next.0
|
|
24
|
+
- @backstage/plugin-search-common@1.2.22
|
|
25
|
+
- @backstage/plugin-techdocs-common@0.1.1
|
|
26
|
+
- @backstage/plugin-techdocs-react@1.3.9-next.0
|
|
27
|
+
|
|
3
28
|
## 1.33.0
|
|
4
29
|
|
|
5
30
|
### 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.33.0",
|
|
3
|
+
"version": "1.33.1-next.0",
|
|
4
4
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,25 +70,25 @@
|
|
|
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/ui": "
|
|
91
|
-
"@backstage/version-bridge": "
|
|
73
|
+
"@backstage/catalog-client": "1.13.1-next.0",
|
|
74
|
+
"@backstage/catalog-model": "1.7.6",
|
|
75
|
+
"@backstage/core-compat-api": "0.5.9-next.0",
|
|
76
|
+
"@backstage/core-components": "0.18.8-next.0",
|
|
77
|
+
"@backstage/core-plugin-api": "1.12.4-next.0",
|
|
78
|
+
"@backstage/errors": "1.2.7",
|
|
79
|
+
"@backstage/frontend-plugin-api": "0.14.2-next.0",
|
|
80
|
+
"@backstage/integration-react": "1.2.16-next.0",
|
|
81
|
+
"@backstage/plugin-catalog-common": "1.1.8",
|
|
82
|
+
"@backstage/plugin-catalog-react": "2.0.1-next.0",
|
|
83
|
+
"@backstage/plugin-permission-react": "0.4.41-next.0",
|
|
84
|
+
"@backstage/plugin-scaffolder-common": "1.7.7-next.0",
|
|
85
|
+
"@backstage/plugin-search-common": "1.2.22",
|
|
86
|
+
"@backstage/plugin-search-react": "1.10.5-next.0",
|
|
87
|
+
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
88
|
+
"@backstage/plugin-techdocs-react": "1.3.9-next.0",
|
|
89
|
+
"@backstage/types": "1.2.2",
|
|
90
|
+
"@backstage/ui": "0.12.1-next.0",
|
|
91
|
+
"@backstage/version-bridge": "1.0.12",
|
|
92
92
|
"@material-ui/core": "^4.12.2",
|
|
93
93
|
"@material-ui/icons": "^4.9.1",
|
|
94
94
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
"zen-observable": "^0.10.0"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
|
-
"@backstage/cli": "
|
|
107
|
-
"@backstage/core-app-api": "
|
|
108
|
-
"@backstage/dev-utils": "
|
|
109
|
-
"@backstage/frontend-test-utils": "
|
|
110
|
-
"@backstage/plugin-permission-common": "
|
|
111
|
-
"@backstage/test-utils": "
|
|
106
|
+
"@backstage/cli": "0.35.5-next.0",
|
|
107
|
+
"@backstage/core-app-api": "1.19.6-next.0",
|
|
108
|
+
"@backstage/dev-utils": "1.1.21-next.0",
|
|
109
|
+
"@backstage/frontend-test-utils": "0.5.1-next.0",
|
|
110
|
+
"@backstage/plugin-permission-common": "0.9.6",
|
|
111
|
+
"@backstage/test-utils": "1.7.16-next.0",
|
|
112
112
|
"@testing-library/dom": "^10.0.0",
|
|
113
113
|
"@testing-library/jest-dom": "^6.0.0",
|
|
114
114
|
"@testing-library/react": "^16.0.0",
|