@backstage/plugin-catalog-react 1.21.3 → 1.21.4-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 +21 -0
- package/dist/alpha.d.ts +1 -1
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
+
## 1.21.4-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/frontend-plugin-api@0.13.2-next.0
|
|
10
|
+
- @backstage/core-plugin-api@1.12.1-next.0
|
|
11
|
+
- @backstage/core-compat-api@0.5.5-next.0
|
|
12
|
+
- @backstage/frontend-test-utils@0.4.2-next.0
|
|
13
|
+
- @backstage/integration-react@1.2.13-next.0
|
|
14
|
+
- @backstage/core-components@0.18.4-next.0
|
|
15
|
+
- @backstage/plugin-permission-react@0.4.39-next.0
|
|
16
|
+
- @backstage/catalog-client@1.12.1
|
|
17
|
+
- @backstage/catalog-model@1.7.6
|
|
18
|
+
- @backstage/errors@1.2.7
|
|
19
|
+
- @backstage/types@1.2.2
|
|
20
|
+
- @backstage/version-bridge@1.0.11
|
|
21
|
+
- @backstage/plugin-catalog-common@1.1.7
|
|
22
|
+
- @backstage/plugin-permission-common@0.9.3
|
|
23
|
+
|
|
3
24
|
## 1.21.3
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -400,8 +400,8 @@ declare const catalogReactTranslationRef: _backstage_core_plugin_api_alpha.Trans
|
|
|
400
400
|
readonly "entityTableColumnTitle.description": "Description";
|
|
401
401
|
readonly "entityTableColumnTitle.domain": "Domain";
|
|
402
402
|
readonly "entityTableColumnTitle.system": "System";
|
|
403
|
-
readonly "entityTableColumnTitle.tags": "Tags";
|
|
404
403
|
readonly "entityTableColumnTitle.namespace": "Namespace";
|
|
404
|
+
readonly "entityTableColumnTitle.tags": "Tags";
|
|
405
405
|
readonly "entityTableColumnTitle.lifecycle": "Lifecycle";
|
|
406
406
|
readonly "entityTableColumnTitle.owner": "Owner";
|
|
407
407
|
readonly "entityTableColumnTitle.targets": "Targets";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-react",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.4-next.0",
|
|
4
4
|
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -73,20 +73,20 @@
|
|
|
73
73
|
"test": "backstage-cli package test"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@backstage/catalog-client": "
|
|
77
|
-
"@backstage/catalog-model": "
|
|
78
|
-
"@backstage/core-compat-api": "
|
|
79
|
-
"@backstage/core-components": "
|
|
80
|
-
"@backstage/core-plugin-api": "
|
|
81
|
-
"@backstage/errors": "
|
|
82
|
-
"@backstage/frontend-plugin-api": "
|
|
83
|
-
"@backstage/frontend-test-utils": "
|
|
84
|
-
"@backstage/integration-react": "
|
|
85
|
-
"@backstage/plugin-catalog-common": "
|
|
86
|
-
"@backstage/plugin-permission-common": "
|
|
87
|
-
"@backstage/plugin-permission-react": "
|
|
88
|
-
"@backstage/types": "
|
|
89
|
-
"@backstage/version-bridge": "
|
|
76
|
+
"@backstage/catalog-client": "1.12.1",
|
|
77
|
+
"@backstage/catalog-model": "1.7.6",
|
|
78
|
+
"@backstage/core-compat-api": "0.5.5-next.0",
|
|
79
|
+
"@backstage/core-components": "0.18.4-next.0",
|
|
80
|
+
"@backstage/core-plugin-api": "1.12.1-next.0",
|
|
81
|
+
"@backstage/errors": "1.2.7",
|
|
82
|
+
"@backstage/frontend-plugin-api": "0.13.2-next.0",
|
|
83
|
+
"@backstage/frontend-test-utils": "0.4.2-next.0",
|
|
84
|
+
"@backstage/integration-react": "1.2.13-next.0",
|
|
85
|
+
"@backstage/plugin-catalog-common": "1.1.7",
|
|
86
|
+
"@backstage/plugin-permission-common": "0.9.3",
|
|
87
|
+
"@backstage/plugin-permission-react": "0.4.39-next.0",
|
|
88
|
+
"@backstage/types": "1.2.2",
|
|
89
|
+
"@backstage/version-bridge": "1.0.11",
|
|
90
90
|
"@material-ui/core": "^4.12.2",
|
|
91
91
|
"@material-ui/icons": "^4.9.1",
|
|
92
92
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -100,11 +100,11 @@
|
|
|
100
100
|
"zen-observable": "^0.10.0"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@backstage/cli": "
|
|
104
|
-
"@backstage/core-app-api": "
|
|
105
|
-
"@backstage/plugin-catalog-common": "
|
|
106
|
-
"@backstage/plugin-scaffolder-common": "
|
|
107
|
-
"@backstage/test-utils": "
|
|
103
|
+
"@backstage/cli": "0.34.6-next.0",
|
|
104
|
+
"@backstage/core-app-api": "1.19.3-next.0",
|
|
105
|
+
"@backstage/plugin-catalog-common": "1.1.7",
|
|
106
|
+
"@backstage/plugin-scaffolder-common": "1.7.4-next.0",
|
|
107
|
+
"@backstage/test-utils": "1.7.14-next.0",
|
|
108
108
|
"@testing-library/dom": "^10.0.0",
|
|
109
109
|
"@testing-library/jest-dom": "^6.0.0",
|
|
110
110
|
"@testing-library/react": "^16.0.0",
|