@backstage/plugin-home 0.6.2-next.3 → 0.6.2
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 +30 -0
- package/alpha/package.json +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @backstage/plugin-home
|
|
2
2
|
|
|
3
|
+
## 0.6.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9aac2b0: Use `--cwd` as the first `yarn` argument
|
|
8
|
+
- dc7ae8b: Use EntityDisplayName JSX element entity information directly for FeaturedDocsCard.
|
|
9
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
10
|
+
- e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
|
|
11
|
+
Updated dependency `@rjsf/core` to `5.17.0`.
|
|
12
|
+
Updated dependency `@rjsf/material-ui` to `5.17.0`.
|
|
13
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
|
|
14
|
+
- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
|
|
15
|
+
Updated dependency `@rjsf/core` to `5.16.1`.
|
|
16
|
+
Updated dependency `@rjsf/material-ui` to `5.16.1`.
|
|
17
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
|
|
18
|
+
- e9cdfd3: Fix typo in VisitsStorageApi
|
|
19
|
+
- 384c132: Added filter support for HomePageVisitedByType in order to enable filtering entities from the list
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/frontend-plugin-api@0.6.0
|
|
22
|
+
- @backstage/core-compat-api@0.2.0
|
|
23
|
+
- @backstage/plugin-catalog-react@1.10.0
|
|
24
|
+
- @backstage/core-components@0.14.0
|
|
25
|
+
- @backstage/core-app-api@1.12.0
|
|
26
|
+
- @backstage/catalog-model@1.4.4
|
|
27
|
+
- @backstage/theme@0.5.1
|
|
28
|
+
- @backstage/core-plugin-api@1.9.0
|
|
29
|
+
- @backstage/catalog-client@1.6.0
|
|
30
|
+
- @backstage/plugin-home-react@0.1.8
|
|
31
|
+
- @backstage/config@1.1.1
|
|
32
|
+
|
|
3
33
|
## 0.6.2-next.3
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-home",
|
|
3
3
|
"description": "A Backstage plugin that helps you build a home page",
|
|
4
|
-
"version": "0.6.2
|
|
4
|
+
"version": "0.6.2",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
"clean": "backstage-cli package clean"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@backstage/catalog-client": "^1.6.0
|
|
50
|
-
"@backstage/catalog-model": "^1.4.4
|
|
49
|
+
"@backstage/catalog-client": "^1.6.0",
|
|
50
|
+
"@backstage/catalog-model": "^1.4.4",
|
|
51
51
|
"@backstage/config": "^1.1.1",
|
|
52
|
-
"@backstage/core-app-api": "^1.12.0
|
|
53
|
-
"@backstage/core-compat-api": "^0.2.0
|
|
54
|
-
"@backstage/core-components": "^0.14.0
|
|
55
|
-
"@backstage/core-plugin-api": "^1.9.0
|
|
56
|
-
"@backstage/frontend-plugin-api": "^0.6.0
|
|
57
|
-
"@backstage/plugin-catalog-react": "^1.10.0
|
|
58
|
-
"@backstage/plugin-home-react": "^0.1.8
|
|
59
|
-
"@backstage/theme": "^0.5.1
|
|
52
|
+
"@backstage/core-app-api": "^1.12.0",
|
|
53
|
+
"@backstage/core-compat-api": "^0.2.0",
|
|
54
|
+
"@backstage/core-components": "^0.14.0",
|
|
55
|
+
"@backstage/core-plugin-api": "^1.9.0",
|
|
56
|
+
"@backstage/frontend-plugin-api": "^0.6.0",
|
|
57
|
+
"@backstage/plugin-catalog-react": "^1.10.0",
|
|
58
|
+
"@backstage/plugin-home-react": "^0.1.8",
|
|
59
|
+
"@backstage/theme": "^0.5.1",
|
|
60
60
|
"@material-ui/core": "^4.12.2",
|
|
61
61
|
"@material-ui/icons": "^4.9.1",
|
|
62
62
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@backstage/cli": "^0.25.2
|
|
82
|
-
"@backstage/dev-utils": "^1.0.27
|
|
83
|
-
"@backstage/test-utils": "^1.5.0
|
|
81
|
+
"@backstage/cli": "^0.25.2",
|
|
82
|
+
"@backstage/dev-utils": "^1.0.27",
|
|
83
|
+
"@backstage/test-utils": "^1.5.0",
|
|
84
84
|
"@testing-library/dom": "^9.0.0",
|
|
85
85
|
"@testing-library/jest-dom": "^6.0.0",
|
|
86
86
|
"@testing-library/react": "^14.0.0",
|