@backstage/plugin-home 0.9.9-next.2 → 0.9.9
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 +15 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @backstage/plugin-home
|
|
2
2
|
|
|
3
|
+
## 0.9.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a178067: Added new frontend system widget blueprints for Most Visited, Recently Visited, World Clocks, and a configurable Toolkit. The home page now supports a `defaultConfig` for defining the initial grid layout via app-config.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/catalog-model@1.10.0
|
|
10
|
+
- @backstage/core-components@0.18.13
|
|
11
|
+
- @backstage/core-plugin-api@1.12.9
|
|
12
|
+
- @backstage/plugin-catalog-react@3.2.1
|
|
13
|
+
- @backstage/core-app-api@1.20.4
|
|
14
|
+
- @backstage/plugin-home-react@0.1.41
|
|
15
|
+
- @backstage/frontend-plugin-api@0.18.0
|
|
16
|
+
- @backstage/core-compat-api@0.5.14
|
|
17
|
+
|
|
3
18
|
## 0.9.9-next.2
|
|
4
19
|
|
|
5
20
|
### 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.9.9
|
|
3
|
+
"version": "0.9.9",
|
|
4
4
|
"description": "A Backstage plugin that helps you build a home page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -68,17 +68,17 @@
|
|
|
68
68
|
"test": "backstage-cli package test"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@backstage/catalog-client": "1.16.1",
|
|
72
|
-
"@backstage/catalog-model": "1.
|
|
73
|
-
"@backstage/config": "1.3.8",
|
|
74
|
-
"@backstage/core-app-api": "1.20.4
|
|
75
|
-
"@backstage/core-compat-api": "0.5.14
|
|
76
|
-
"@backstage/core-components": "0.18.13
|
|
77
|
-
"@backstage/core-plugin-api": "1.12.9
|
|
78
|
-
"@backstage/frontend-plugin-api": "0.18.0
|
|
79
|
-
"@backstage/plugin-catalog-react": "3.2.1
|
|
80
|
-
"@backstage/plugin-home-react": "0.1.41
|
|
81
|
-
"@backstage/theme": "0.7.3",
|
|
71
|
+
"@backstage/catalog-client": "^1.16.1",
|
|
72
|
+
"@backstage/catalog-model": "^1.10.0",
|
|
73
|
+
"@backstage/config": "^1.3.8",
|
|
74
|
+
"@backstage/core-app-api": "^1.20.4",
|
|
75
|
+
"@backstage/core-compat-api": "^0.5.14",
|
|
76
|
+
"@backstage/core-components": "^0.18.13",
|
|
77
|
+
"@backstage/core-plugin-api": "^1.12.9",
|
|
78
|
+
"@backstage/frontend-plugin-api": "^0.18.0",
|
|
79
|
+
"@backstage/plugin-catalog-react": "^3.2.1",
|
|
80
|
+
"@backstage/plugin-home-react": "^0.1.41",
|
|
81
|
+
"@backstage/theme": "^0.7.3",
|
|
82
82
|
"@material-ui/core": "^4.12.2",
|
|
83
83
|
"@material-ui/icons": "^4.9.1",
|
|
84
84
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -94,11 +94,11 @@
|
|
|
94
94
|
"zod": "^3.25.76 || ^4.0.0"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@backstage/cli": "0.36.5
|
|
98
|
-
"@backstage/dev-utils": "1.1.26
|
|
99
|
-
"@backstage/frontend-defaults": "0.5.5
|
|
100
|
-
"@backstage/plugin-catalog": "2.0.8
|
|
101
|
-
"@backstage/test-utils": "1.7.21
|
|
97
|
+
"@backstage/cli": "^0.36.5",
|
|
98
|
+
"@backstage/dev-utils": "^1.1.26",
|
|
99
|
+
"@backstage/frontend-defaults": "^0.5.5",
|
|
100
|
+
"@backstage/plugin-catalog": "^2.0.8",
|
|
101
|
+
"@backstage/test-utils": "^1.7.21",
|
|
102
102
|
"@testing-library/dom": "^10.0.0",
|
|
103
103
|
"@testing-library/jest-dom": "^6.0.0",
|
|
104
104
|
"@testing-library/react": "^16.0.0",
|