@backstage/plugin-catalog 1.32.1-next.1 → 1.32.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 +19 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
+
## 1.32.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f3f84f1: Minor extension type updates after frontend API bump
|
|
8
|
+
- d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
|
|
9
|
+
- 91f5ed8: Fixed `catalogAboutEntityCard` to filter icon links before calling useProps(), preventing side effects from hooks in filtered-out links
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/frontend-plugin-api@0.13.2
|
|
12
|
+
- @backstage/core-components@0.18.4
|
|
13
|
+
- @backstage/plugin-catalog-react@1.21.4
|
|
14
|
+
- @backstage/plugin-search-react@1.10.1
|
|
15
|
+
- @backstage/core-plugin-api@1.12.1
|
|
16
|
+
- @backstage/core-compat-api@0.5.5
|
|
17
|
+
- @backstage/integration-react@1.2.13
|
|
18
|
+
- @backstage/plugin-permission-react@0.4.39
|
|
19
|
+
- @backstage/plugin-scaffolder-common@1.7.4
|
|
20
|
+
- @backstage/plugin-techdocs-react@1.3.6
|
|
21
|
+
|
|
3
22
|
## 1.32.1-next.1
|
|
4
23
|
|
|
5
24
|
### Patch 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.32.1
|
|
3
|
+
"version": "1.32.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": "1.12.1",
|
|
74
|
-
"@backstage/catalog-model": "1.7.6",
|
|
75
|
-
"@backstage/core-compat-api": "0.5.5
|
|
76
|
-
"@backstage/core-components": "0.18.4
|
|
77
|
-
"@backstage/core-plugin-api": "1.12.1
|
|
78
|
-
"@backstage/errors": "1.2.7",
|
|
79
|
-
"@backstage/frontend-plugin-api": "0.13.2
|
|
80
|
-
"@backstage/integration-react": "1.2.13
|
|
81
|
-
"@backstage/plugin-catalog-common": "1.1.7",
|
|
82
|
-
"@backstage/plugin-catalog-react": "1.21.4
|
|
83
|
-
"@backstage/plugin-permission-react": "0.4.39
|
|
84
|
-
"@backstage/plugin-scaffolder-common": "1.7.4
|
|
85
|
-
"@backstage/plugin-search-common": "1.2.21",
|
|
86
|
-
"@backstage/plugin-search-react": "1.10.1
|
|
87
|
-
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
88
|
-
"@backstage/plugin-techdocs-react": "1.3.6
|
|
89
|
-
"@backstage/types": "1.2.2",
|
|
90
|
-
"@backstage/version-bridge": "1.0.11",
|
|
73
|
+
"@backstage/catalog-client": "^1.12.1",
|
|
74
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
75
|
+
"@backstage/core-compat-api": "^0.5.5",
|
|
76
|
+
"@backstage/core-components": "^0.18.4",
|
|
77
|
+
"@backstage/core-plugin-api": "^1.12.1",
|
|
78
|
+
"@backstage/errors": "^1.2.7",
|
|
79
|
+
"@backstage/frontend-plugin-api": "^0.13.2",
|
|
80
|
+
"@backstage/integration-react": "^1.2.13",
|
|
81
|
+
"@backstage/plugin-catalog-common": "^1.1.7",
|
|
82
|
+
"@backstage/plugin-catalog-react": "^1.21.4",
|
|
83
|
+
"@backstage/plugin-permission-react": "^0.4.39",
|
|
84
|
+
"@backstage/plugin-scaffolder-common": "^1.7.4",
|
|
85
|
+
"@backstage/plugin-search-common": "^1.2.21",
|
|
86
|
+
"@backstage/plugin-search-react": "^1.10.1",
|
|
87
|
+
"@backstage/plugin-techdocs-common": "^0.1.1",
|
|
88
|
+
"@backstage/plugin-techdocs-react": "^1.3.6",
|
|
89
|
+
"@backstage/types": "^1.2.2",
|
|
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": "0.35.0
|
|
106
|
-
"@backstage/core-app-api": "1.19.3
|
|
107
|
-
"@backstage/dev-utils": "1.1.18
|
|
108
|
-
"@backstage/frontend-test-utils": "0.4.2
|
|
109
|
-
"@backstage/plugin-permission-common": "0.9.3",
|
|
110
|
-
"@backstage/test-utils": "1.7.14
|
|
105
|
+
"@backstage/cli": "^0.35.0",
|
|
106
|
+
"@backstage/core-app-api": "^1.19.3",
|
|
107
|
+
"@backstage/dev-utils": "^1.1.18",
|
|
108
|
+
"@backstage/frontend-test-utils": "^0.4.2",
|
|
109
|
+
"@backstage/plugin-permission-common": "^0.9.3",
|
|
110
|
+
"@backstage/test-utils": "^1.7.14",
|
|
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",
|