@backstage/plugin-home 0.9.0 → 0.9.1-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 +17 -0
- package/dist/alpha.d.ts +1 -0
- package/dist/package.json.esm.js +2 -2
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @backstage/plugin-home
|
|
2
2
|
|
|
3
|
+
## 0.9.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 69d880e: Bump to latest zod to ensure it has the latest features
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-catalog-react@1.21.6-next.0
|
|
10
|
+
- @backstage/core-components@0.18.6-next.0
|
|
11
|
+
- @backstage/frontend-plugin-api@0.14.0-next.0
|
|
12
|
+
- @backstage/core-plugin-api@1.12.2-next.0
|
|
13
|
+
- @backstage/core-app-api@1.19.4-next.0
|
|
14
|
+
- @backstage/catalog-client@1.12.1
|
|
15
|
+
- @backstage/catalog-model@1.7.6
|
|
16
|
+
- @backstage/config@1.3.6
|
|
17
|
+
- @backstage/theme@0.7.1
|
|
18
|
+
- @backstage/plugin-home-react@0.1.35-next.0
|
|
19
|
+
|
|
3
20
|
## 0.9.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
package/dist/alpha.d.ts
CHANGED
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-home";
|
|
2
|
-
var version = "0.9.0";
|
|
2
|
+
var version = "0.9.1-next.0";
|
|
3
3
|
var description = "A Backstage plugin that helps you build a home page";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
|
@@ -77,7 +77,7 @@ var dependencies = {
|
|
|
77
77
|
"react-grid-layout": "1.3.4",
|
|
78
78
|
"react-resizable": "^3.0.4",
|
|
79
79
|
"react-use": "^17.2.4",
|
|
80
|
-
zod: "^3.
|
|
80
|
+
zod: "^3.25.76"
|
|
81
81
|
};
|
|
82
82
|
var devDependencies = {
|
|
83
83
|
"@backstage/cli": "workspace:^",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-home",
|
|
3
|
-
"version": "0.9.0",
|
|
3
|
+
"version": "0.9.1-next.0",
|
|
4
4
|
"description": "A Backstage plugin that helps you build a home page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -68,16 +68,16 @@
|
|
|
68
68
|
"test": "backstage-cli package test"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@backstage/catalog-client": "
|
|
72
|
-
"@backstage/catalog-model": "
|
|
73
|
-
"@backstage/config": "
|
|
74
|
-
"@backstage/core-app-api": "
|
|
75
|
-
"@backstage/core-components": "
|
|
76
|
-
"@backstage/core-plugin-api": "
|
|
77
|
-
"@backstage/frontend-plugin-api": "
|
|
78
|
-
"@backstage/plugin-catalog-react": "
|
|
79
|
-
"@backstage/plugin-home-react": "
|
|
80
|
-
"@backstage/theme": "
|
|
71
|
+
"@backstage/catalog-client": "1.12.1",
|
|
72
|
+
"@backstage/catalog-model": "1.7.6",
|
|
73
|
+
"@backstage/config": "1.3.6",
|
|
74
|
+
"@backstage/core-app-api": "1.19.4-next.0",
|
|
75
|
+
"@backstage/core-components": "0.18.6-next.0",
|
|
76
|
+
"@backstage/core-plugin-api": "1.12.2-next.0",
|
|
77
|
+
"@backstage/frontend-plugin-api": "0.14.0-next.0",
|
|
78
|
+
"@backstage/plugin-catalog-react": "1.21.6-next.0",
|
|
79
|
+
"@backstage/plugin-home-react": "0.1.35-next.0",
|
|
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",
|
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
"react-grid-layout": "1.3.4",
|
|
91
91
|
"react-resizable": "^3.0.4",
|
|
92
92
|
"react-use": "^17.2.4",
|
|
93
|
-
"zod": "^3.
|
|
93
|
+
"zod": "^3.25.76"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@backstage/cli": "
|
|
97
|
-
"@backstage/dev-utils": "
|
|
98
|
-
"@backstage/test-utils": "
|
|
96
|
+
"@backstage/cli": "0.35.3-next.0",
|
|
97
|
+
"@backstage/dev-utils": "1.1.20-next.0",
|
|
98
|
+
"@backstage/test-utils": "1.7.15-next.0",
|
|
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",
|