@backstage/plugin-catalog 1.29.0 → 1.29.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 +22 -0
- package/package.json +23 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
+
## 1.29.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-compat-api@0.4.2-next.0
|
|
9
|
+
- @backstage/plugin-catalog-react@1.18.0-next.0
|
|
10
|
+
- @backstage/catalog-client@1.10.0-next.0
|
|
11
|
+
- @backstage/integration-react@1.2.7-next.0
|
|
12
|
+
- @backstage/catalog-model@1.7.3
|
|
13
|
+
- @backstage/core-components@0.17.1
|
|
14
|
+
- @backstage/core-plugin-api@1.10.6
|
|
15
|
+
- @backstage/errors@1.2.7
|
|
16
|
+
- @backstage/frontend-plugin-api@0.10.1
|
|
17
|
+
- @backstage/types@1.2.1
|
|
18
|
+
- @backstage/version-bridge@1.0.11
|
|
19
|
+
- @backstage/plugin-catalog-common@1.1.3
|
|
20
|
+
- @backstage/plugin-permission-react@0.4.33
|
|
21
|
+
- @backstage/plugin-scaffolder-common@1.5.10
|
|
22
|
+
- @backstage/plugin-search-common@1.2.17
|
|
23
|
+
- @backstage/plugin-search-react@1.8.8
|
|
24
|
+
|
|
3
25
|
## 1.29.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog",
|
|
3
|
-
"version": "1.29.0",
|
|
3
|
+
"version": "1.29.1-next.0",
|
|
4
4
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,22 +70,22 @@
|
|
|
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/types": "
|
|
88
|
-
"@backstage/version-bridge": "
|
|
73
|
+
"@backstage/catalog-client": "1.10.0-next.0",
|
|
74
|
+
"@backstage/catalog-model": "1.7.3",
|
|
75
|
+
"@backstage/core-compat-api": "0.4.2-next.0",
|
|
76
|
+
"@backstage/core-components": "0.17.1",
|
|
77
|
+
"@backstage/core-plugin-api": "1.10.6",
|
|
78
|
+
"@backstage/errors": "1.2.7",
|
|
79
|
+
"@backstage/frontend-plugin-api": "0.10.1",
|
|
80
|
+
"@backstage/integration-react": "1.2.7-next.0",
|
|
81
|
+
"@backstage/plugin-catalog-common": "1.1.3",
|
|
82
|
+
"@backstage/plugin-catalog-react": "1.18.0-next.0",
|
|
83
|
+
"@backstage/plugin-permission-react": "0.4.33",
|
|
84
|
+
"@backstage/plugin-scaffolder-common": "1.5.10",
|
|
85
|
+
"@backstage/plugin-search-common": "1.2.17",
|
|
86
|
+
"@backstage/plugin-search-react": "1.8.8",
|
|
87
|
+
"@backstage/types": "1.2.1",
|
|
88
|
+
"@backstage/version-bridge": "1.0.11",
|
|
89
89
|
"@material-ui/core": "^4.12.2",
|
|
90
90
|
"@material-ui/icons": "^4.9.1",
|
|
91
91
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -100,12 +100,12 @@
|
|
|
100
100
|
"zen-observable": "^0.10.0"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@backstage/cli": "
|
|
104
|
-
"@backstage/core-app-api": "
|
|
105
|
-
"@backstage/dev-utils": "
|
|
106
|
-
"@backstage/frontend-test-utils": "
|
|
107
|
-
"@backstage/plugin-permission-common": "
|
|
108
|
-
"@backstage/test-utils": "
|
|
103
|
+
"@backstage/cli": "0.32.1-next.0",
|
|
104
|
+
"@backstage/core-app-api": "1.16.1",
|
|
105
|
+
"@backstage/dev-utils": "1.1.10-next.0",
|
|
106
|
+
"@backstage/frontend-test-utils": "0.3.2-next.0",
|
|
107
|
+
"@backstage/plugin-permission-common": "0.8.4",
|
|
108
|
+
"@backstage/test-utils": "1.7.7",
|
|
109
109
|
"@testing-library/dom": "^10.0.0",
|
|
110
110
|
"@testing-library/jest-dom": "^6.0.0",
|
|
111
111
|
"@testing-library/react": "^16.0.0",
|