@backstage/plugin-catalog 1.21.1-next.2 → 1.21.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 +23 -0
- package/alpha/package.json +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
+
## 1.21.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 06c0956: Support i18n for catalog and catalog-react plugins
|
|
8
|
+
- d133eaa: Added small notes to AboutCard to discourage customizability PRs
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/core-components@0.14.9
|
|
11
|
+
- @backstage/plugin-catalog-react@1.12.2
|
|
12
|
+
- @backstage/plugin-permission-react@0.4.24
|
|
13
|
+
- @backstage/plugin-catalog-common@1.0.25
|
|
14
|
+
- @backstage/plugin-scaffolder-common@1.5.4
|
|
15
|
+
- @backstage/plugin-search-common@1.2.13
|
|
16
|
+
- @backstage/frontend-plugin-api@0.6.7
|
|
17
|
+
- @backstage/integration-react@1.1.29
|
|
18
|
+
- @backstage/plugin-search-react@1.7.13
|
|
19
|
+
- @backstage/catalog-client@1.6.5
|
|
20
|
+
- @backstage/catalog-model@1.5.0
|
|
21
|
+
- @backstage/core-compat-api@0.2.7
|
|
22
|
+
- @backstage/core-plugin-api@1.9.3
|
|
23
|
+
- @backstage/errors@1.2.4
|
|
24
|
+
- @backstage/types@1.1.1
|
|
25
|
+
|
|
3
26
|
## 1.21.1-next.2
|
|
4
27
|
|
|
5
28
|
### Patch 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.21.1
|
|
3
|
+
"version": "1.21.1",
|
|
4
4
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -59,18 +59,18 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@backstage/catalog-client": "^1.6.5",
|
|
61
61
|
"@backstage/catalog-model": "^1.5.0",
|
|
62
|
-
"@backstage/core-compat-api": "^0.2.7
|
|
63
|
-
"@backstage/core-components": "^0.14.9
|
|
62
|
+
"@backstage/core-compat-api": "^0.2.7",
|
|
63
|
+
"@backstage/core-components": "^0.14.9",
|
|
64
64
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
65
65
|
"@backstage/errors": "^1.2.4",
|
|
66
|
-
"@backstage/frontend-plugin-api": "^0.6.7
|
|
67
|
-
"@backstage/integration-react": "^1.1.29
|
|
68
|
-
"@backstage/plugin-catalog-common": "^1.0.
|
|
69
|
-
"@backstage/plugin-catalog-react": "^1.12.2
|
|
70
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
71
|
-
"@backstage/plugin-scaffolder-common": "^1.5.
|
|
72
|
-
"@backstage/plugin-search-common": "^1.2.
|
|
73
|
-
"@backstage/plugin-search-react": "^1.7.13
|
|
66
|
+
"@backstage/frontend-plugin-api": "^0.6.7",
|
|
67
|
+
"@backstage/integration-react": "^1.1.29",
|
|
68
|
+
"@backstage/plugin-catalog-common": "^1.0.25",
|
|
69
|
+
"@backstage/plugin-catalog-react": "^1.12.2",
|
|
70
|
+
"@backstage/plugin-permission-react": "^0.4.24",
|
|
71
|
+
"@backstage/plugin-scaffolder-common": "^1.5.4",
|
|
72
|
+
"@backstage/plugin-search-common": "^1.2.13",
|
|
73
|
+
"@backstage/plugin-search-react": "^1.7.13",
|
|
74
74
|
"@backstage/types": "^1.1.1",
|
|
75
75
|
"@material-ui/core": "^4.12.2",
|
|
76
76
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
"zen-observable": "^0.10.0"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@backstage/cli": "^0.26.11
|
|
90
|
-
"@backstage/core-app-api": "^1.
|
|
91
|
-
"@backstage/dev-utils": "^1.0.35
|
|
92
|
-
"@backstage/plugin-permission-common": "^0.
|
|
93
|
-
"@backstage/test-utils": "^1.5.8
|
|
89
|
+
"@backstage/cli": "^0.26.11",
|
|
90
|
+
"@backstage/core-app-api": "^1.14.0",
|
|
91
|
+
"@backstage/dev-utils": "^1.0.35",
|
|
92
|
+
"@backstage/plugin-permission-common": "^0.8.0",
|
|
93
|
+
"@backstage/test-utils": "^1.5.8",
|
|
94
94
|
"@testing-library/dom": "^10.0.0",
|
|
95
95
|
"@testing-library/jest-dom": "^6.0.0",
|
|
96
96
|
"@testing-library/react": "^15.0.0",
|