@backstage/plugin-home 0.8.15-next.1 → 0.8.16-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 +26 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @backstage/plugin-home
|
|
2
2
|
|
|
3
|
+
## 0.8.16-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-catalog-react@1.21.5-next.0
|
|
9
|
+
- @backstage/frontend-plugin-api@0.13.2
|
|
10
|
+
|
|
11
|
+
## 0.8.15
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
|
|
16
|
+
- be21c5c: Updated dependency `@rjsf/utils` to `5.24.13`.
|
|
17
|
+
Updated dependency `@rjsf/core` to `5.24.13`.
|
|
18
|
+
Updated dependency `@rjsf/material-ui` to `5.24.13`.
|
|
19
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.24.13`.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/core-app-api@1.19.3
|
|
22
|
+
- @backstage/frontend-plugin-api@0.13.2
|
|
23
|
+
- @backstage/core-components@0.18.4
|
|
24
|
+
- @backstage/plugin-catalog-react@1.21.4
|
|
25
|
+
- @backstage/core-plugin-api@1.12.1
|
|
26
|
+
- @backstage/plugin-home-react@0.1.33
|
|
27
|
+
- @backstage/theme@0.7.1
|
|
28
|
+
|
|
3
29
|
## 0.8.15-next.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-home",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.16-next.0",
|
|
4
4
|
"description": "A Backstage plugin that helps you build a home page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -71,13 +71,13 @@
|
|
|
71
71
|
"@backstage/catalog-client": "1.12.1",
|
|
72
72
|
"@backstage/catalog-model": "1.7.6",
|
|
73
73
|
"@backstage/config": "1.3.6",
|
|
74
|
-
"@backstage/core-app-api": "1.19.3
|
|
75
|
-
"@backstage/core-components": "0.18.4
|
|
76
|
-
"@backstage/core-plugin-api": "1.12.1
|
|
77
|
-
"@backstage/frontend-plugin-api": "0.13.2
|
|
78
|
-
"@backstage/plugin-catalog-react": "1.21.
|
|
79
|
-
"@backstage/plugin-home-react": "0.1.33
|
|
80
|
-
"@backstage/theme": "0.7.1
|
|
74
|
+
"@backstage/core-app-api": "1.19.3",
|
|
75
|
+
"@backstage/core-components": "0.18.4",
|
|
76
|
+
"@backstage/core-plugin-api": "1.12.1",
|
|
77
|
+
"@backstage/frontend-plugin-api": "0.13.2",
|
|
78
|
+
"@backstage/plugin-catalog-react": "1.21.5-next.0",
|
|
79
|
+
"@backstage/plugin-home-react": "0.1.33",
|
|
80
|
+
"@backstage/theme": "0.7.1",
|
|
81
81
|
"@material-ui/core": "^4.12.2",
|
|
82
82
|
"@material-ui/icons": "^4.9.1",
|
|
83
83
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -93,9 +93,9 @@
|
|
|
93
93
|
"zod": "^3.22.4"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@backstage/cli": "0.35.
|
|
97
|
-
"@backstage/dev-utils": "1.1.
|
|
98
|
-
"@backstage/test-utils": "1.7.14
|
|
96
|
+
"@backstage/cli": "0.35.2-next.1",
|
|
97
|
+
"@backstage/dev-utils": "1.1.19-next.1",
|
|
98
|
+
"@backstage/test-utils": "1.7.14",
|
|
99
99
|
"@testing-library/dom": "^10.0.0",
|
|
100
100
|
"@testing-library/jest-dom": "^6.0.0",
|
|
101
101
|
"@testing-library/react": "^16.0.0",
|