@backstage/plugin-catalog 1.22.1-next.0 → 1.22.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 +21 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
+
## 1.22.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.8.0-next.1
|
|
9
|
+
- @backstage/core-compat-api@0.3.0-next.1
|
|
10
|
+
- @backstage/catalog-client@1.6.7-next.0
|
|
11
|
+
- @backstage/core-components@0.14.11-next.0
|
|
12
|
+
- @backstage/plugin-catalog-react@1.12.4-next.1
|
|
13
|
+
- @backstage/catalog-model@1.6.0
|
|
14
|
+
- @backstage/core-plugin-api@1.9.3
|
|
15
|
+
- @backstage/errors@1.2.4
|
|
16
|
+
- @backstage/integration-react@1.1.30
|
|
17
|
+
- @backstage/types@1.1.1
|
|
18
|
+
- @backstage/plugin-catalog-common@1.0.26
|
|
19
|
+
- @backstage/plugin-permission-react@0.4.25
|
|
20
|
+
- @backstage/plugin-scaffolder-common@1.5.5
|
|
21
|
+
- @backstage/plugin-search-common@1.2.14
|
|
22
|
+
- @backstage/plugin-search-react@1.8.0-next.1
|
|
23
|
+
|
|
3
24
|
## 1.22.1-next.0
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
|
|
|
7
7
|
import * as _backstage_core_plugin_api_alpha from '@backstage/core-plugin-api/alpha';
|
|
8
8
|
|
|
9
9
|
/** @alpha */
|
|
10
|
-
declare const _default: _backstage_frontend_plugin_api.
|
|
10
|
+
declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
11
11
|
catalogIndex: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
12
12
|
catalogEntity: _backstage_frontend_plugin_api.RouteRef<{
|
|
13
13
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog",
|
|
3
|
-
"version": "1.22.1-next.
|
|
3
|
+
"version": "1.22.1-next.1",
|
|
4
4
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -57,20 +57,20 @@
|
|
|
57
57
|
"test": "backstage-cli package test"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@backstage/catalog-client": "^1.6.
|
|
60
|
+
"@backstage/catalog-client": "^1.6.7-next.0",
|
|
61
61
|
"@backstage/catalog-model": "^1.6.0",
|
|
62
|
-
"@backstage/core-compat-api": "^0.
|
|
63
|
-
"@backstage/core-components": "^0.14.
|
|
62
|
+
"@backstage/core-compat-api": "^0.3.0-next.1",
|
|
63
|
+
"@backstage/core-components": "^0.14.11-next.0",
|
|
64
64
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
65
65
|
"@backstage/errors": "^1.2.4",
|
|
66
|
-
"@backstage/frontend-plugin-api": "^0.8.0-next.
|
|
66
|
+
"@backstage/frontend-plugin-api": "^0.8.0-next.1",
|
|
67
67
|
"@backstage/integration-react": "^1.1.30",
|
|
68
68
|
"@backstage/plugin-catalog-common": "^1.0.26",
|
|
69
|
-
"@backstage/plugin-catalog-react": "^1.12.4-next.
|
|
69
|
+
"@backstage/plugin-catalog-react": "^1.12.4-next.1",
|
|
70
70
|
"@backstage/plugin-permission-react": "^0.4.25",
|
|
71
71
|
"@backstage/plugin-scaffolder-common": "^1.5.5",
|
|
72
72
|
"@backstage/plugin-search-common": "^1.2.14",
|
|
73
|
-
"@backstage/plugin-search-react": "^1.8.0-next.
|
|
73
|
+
"@backstage/plugin-search-react": "^1.8.0-next.1",
|
|
74
74
|
"@backstage/types": "^1.1.1",
|
|
75
75
|
"@material-ui/core": "^4.12.2",
|
|
76
76
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -86,10 +86,10 @@
|
|
|
86
86
|
"zen-observable": "^0.10.0"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@backstage/cli": "^0.27.1-next.
|
|
89
|
+
"@backstage/cli": "^0.27.1-next.1",
|
|
90
90
|
"@backstage/core-app-api": "^1.14.2",
|
|
91
|
-
"@backstage/dev-utils": "^1.0.38-next.
|
|
92
|
-
"@backstage/frontend-test-utils": "^0.2.0-next.
|
|
91
|
+
"@backstage/dev-utils": "^1.0.38-next.1",
|
|
92
|
+
"@backstage/frontend-test-utils": "^0.2.0-next.1",
|
|
93
93
|
"@backstage/plugin-permission-common": "^0.8.1",
|
|
94
94
|
"@backstage/test-utils": "^1.6.0-next.0",
|
|
95
95
|
"@testing-library/dom": "^10.0.0",
|