@backstage/plugin-catalog 1.24.0 → 1.24.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 +42 -0
- package/alpha/package.json +1 -1
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
+
## 1.24.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/catalog-client@1.8.0-next.0
|
|
9
|
+
- @backstage/catalog-model@1.7.0
|
|
10
|
+
- @backstage/core-compat-api@0.3.2-next.1
|
|
11
|
+
- @backstage/core-components@0.16.0-next.1
|
|
12
|
+
- @backstage/core-plugin-api@1.10.0
|
|
13
|
+
- @backstage/errors@1.2.4
|
|
14
|
+
- @backstage/frontend-plugin-api@0.9.1-next.1
|
|
15
|
+
- @backstage/integration-react@1.2.0
|
|
16
|
+
- @backstage/types@1.1.1
|
|
17
|
+
- @backstage/plugin-catalog-common@1.1.0
|
|
18
|
+
- @backstage/plugin-catalog-react@1.14.1-next.1
|
|
19
|
+
- @backstage/plugin-permission-react@0.4.27
|
|
20
|
+
- @backstage/plugin-scaffolder-common@1.5.6
|
|
21
|
+
- @backstage/plugin-search-common@1.2.14
|
|
22
|
+
- @backstage/plugin-search-react@1.8.2-next.1
|
|
23
|
+
|
|
24
|
+
## 1.24.1-next.0
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
- @backstage/core-components@0.16.0-next.0
|
|
30
|
+
- @backstage/catalog-client@1.8.0-next.0
|
|
31
|
+
- @backstage/catalog-model@1.7.0
|
|
32
|
+
- @backstage/core-compat-api@0.3.2-next.0
|
|
33
|
+
- @backstage/core-plugin-api@1.10.0
|
|
34
|
+
- @backstage/errors@1.2.4
|
|
35
|
+
- @backstage/frontend-plugin-api@0.9.1-next.0
|
|
36
|
+
- @backstage/integration-react@1.2.0
|
|
37
|
+
- @backstage/types@1.1.1
|
|
38
|
+
- @backstage/plugin-catalog-common@1.1.0
|
|
39
|
+
- @backstage/plugin-catalog-react@1.14.1-next.0
|
|
40
|
+
- @backstage/plugin-permission-react@0.4.27
|
|
41
|
+
- @backstage/plugin-scaffolder-common@1.5.6
|
|
42
|
+
- @backstage/plugin-search-common@1.2.14
|
|
43
|
+
- @backstage/plugin-search-react@1.8.2-next.0
|
|
44
|
+
|
|
3
45
|
## 1.24.0
|
|
4
46
|
|
|
5
47
|
### Minor Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.1-next.1",
|
|
4
4
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -58,21 +58,21 @@
|
|
|
58
58
|
"test": "backstage-cli package test"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@backstage/catalog-client": "
|
|
62
|
-
"@backstage/catalog-model": "
|
|
63
|
-
"@backstage/core-compat-api": "
|
|
64
|
-
"@backstage/core-components": "
|
|
65
|
-
"@backstage/core-plugin-api": "
|
|
66
|
-
"@backstage/errors": "
|
|
67
|
-
"@backstage/frontend-plugin-api": "
|
|
68
|
-
"@backstage/integration-react": "
|
|
69
|
-
"@backstage/plugin-catalog-common": "
|
|
70
|
-
"@backstage/plugin-catalog-react": "
|
|
71
|
-
"@backstage/plugin-permission-react": "
|
|
72
|
-
"@backstage/plugin-scaffolder-common": "
|
|
73
|
-
"@backstage/plugin-search-common": "
|
|
74
|
-
"@backstage/plugin-search-react": "
|
|
75
|
-
"@backstage/types": "
|
|
61
|
+
"@backstage/catalog-client": "1.8.0-next.0",
|
|
62
|
+
"@backstage/catalog-model": "1.7.0",
|
|
63
|
+
"@backstage/core-compat-api": "0.3.2-next.1",
|
|
64
|
+
"@backstage/core-components": "0.16.0-next.1",
|
|
65
|
+
"@backstage/core-plugin-api": "1.10.0",
|
|
66
|
+
"@backstage/errors": "1.2.4",
|
|
67
|
+
"@backstage/frontend-plugin-api": "0.9.1-next.1",
|
|
68
|
+
"@backstage/integration-react": "1.2.0",
|
|
69
|
+
"@backstage/plugin-catalog-common": "1.1.0",
|
|
70
|
+
"@backstage/plugin-catalog-react": "1.14.1-next.1",
|
|
71
|
+
"@backstage/plugin-permission-react": "0.4.27",
|
|
72
|
+
"@backstage/plugin-scaffolder-common": "1.5.6",
|
|
73
|
+
"@backstage/plugin-search-common": "1.2.14",
|
|
74
|
+
"@backstage/plugin-search-react": "1.8.2-next.1",
|
|
75
|
+
"@backstage/types": "1.1.1",
|
|
76
76
|
"@material-ui/core": "^4.12.2",
|
|
77
77
|
"@material-ui/icons": "^4.9.1",
|
|
78
78
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
"zen-observable": "^0.10.0"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@backstage/cli": "
|
|
90
|
-
"@backstage/core-app-api": "
|
|
91
|
-
"@backstage/dev-utils": "
|
|
92
|
-
"@backstage/frontend-test-utils": "
|
|
93
|
-
"@backstage/plugin-permission-common": "
|
|
94
|
-
"@backstage/test-utils": "
|
|
89
|
+
"@backstage/cli": "0.29.0-next.1",
|
|
90
|
+
"@backstage/core-app-api": "1.15.1",
|
|
91
|
+
"@backstage/dev-utils": "1.1.3-next.1",
|
|
92
|
+
"@backstage/frontend-test-utils": "0.2.2-next.1",
|
|
93
|
+
"@backstage/plugin-permission-common": "0.8.1",
|
|
94
|
+
"@backstage/test-utils": "1.7.1-next.0",
|
|
95
95
|
"@testing-library/dom": "^10.0.0",
|
|
96
96
|
"@testing-library/jest-dom": "^6.0.0",
|
|
97
97
|
"@testing-library/react": "^16.0.0",
|