@backstage/plugin-home 0.8.0-next.2 → 0.8.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/alpha/package.json +1 -1
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @backstage/plugin-home
|
|
2
2
|
|
|
3
|
+
## 0.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 9893bb5: **BREAKING** Implement usage of unused `limit` query parameter in visits API `.list()` function
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- e969dc7: Move `@types/react` to a peer dependency.
|
|
12
|
+
- e698470: Updated dependency `@rjsf/utils` to `5.21.2`.
|
|
13
|
+
Updated dependency `@rjsf/core` to `5.21.2`.
|
|
14
|
+
Updated dependency `@rjsf/material-ui` to `5.21.2`.
|
|
15
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.21.2`.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @backstage/core-components@0.15.1
|
|
18
|
+
- @backstage/frontend-plugin-api@0.9.0
|
|
19
|
+
- @backstage/core-compat-api@0.3.1
|
|
20
|
+
- @backstage/core-plugin-api@1.10.0
|
|
21
|
+
- @backstage/core-app-api@1.15.1
|
|
22
|
+
- @backstage/plugin-catalog-react@1.14.0
|
|
23
|
+
- @backstage/plugin-home-react@0.1.18
|
|
24
|
+
- @backstage/theme@0.6.0
|
|
25
|
+
- @backstage/catalog-client@1.7.1
|
|
26
|
+
- @backstage/catalog-model@1.7.0
|
|
27
|
+
- @backstage/config@1.2.0
|
|
28
|
+
|
|
3
29
|
## 0.8.0-next.2
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-home",
|
|
3
|
-
"version": "0.8.0
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "A Backstage plugin that helps you build a home page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -56,24 +56,24 @@
|
|
|
56
56
|
"test": "backstage-cli package test"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@backstage/catalog-client": "1.7.1
|
|
60
|
-
"@backstage/catalog-model": "1.7.0",
|
|
61
|
-
"@backstage/config": "1.2.0",
|
|
62
|
-
"@backstage/core-app-api": "1.15.1
|
|
63
|
-
"@backstage/core-compat-api": "0.3.1
|
|
64
|
-
"@backstage/core-components": "0.15.1
|
|
65
|
-
"@backstage/core-plugin-api": "1.10.0
|
|
66
|
-
"@backstage/frontend-plugin-api": "0.9.0
|
|
67
|
-
"@backstage/plugin-catalog-react": "1.14.0
|
|
68
|
-
"@backstage/plugin-home-react": "0.1.18
|
|
69
|
-
"@backstage/theme": "0.6.0
|
|
59
|
+
"@backstage/catalog-client": "^1.7.1",
|
|
60
|
+
"@backstage/catalog-model": "^1.7.0",
|
|
61
|
+
"@backstage/config": "^1.2.0",
|
|
62
|
+
"@backstage/core-app-api": "^1.15.1",
|
|
63
|
+
"@backstage/core-compat-api": "^0.3.1",
|
|
64
|
+
"@backstage/core-components": "^0.15.1",
|
|
65
|
+
"@backstage/core-plugin-api": "^1.10.0",
|
|
66
|
+
"@backstage/frontend-plugin-api": "^0.9.0",
|
|
67
|
+
"@backstage/plugin-catalog-react": "^1.14.0",
|
|
68
|
+
"@backstage/plugin-home-react": "^0.1.18",
|
|
69
|
+
"@backstage/theme": "^0.6.0",
|
|
70
70
|
"@material-ui/core": "^4.12.2",
|
|
71
71
|
"@material-ui/icons": "^4.9.1",
|
|
72
72
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
73
|
-
"@rjsf/core": "5.21.
|
|
74
|
-
"@rjsf/material-ui": "5.21.
|
|
75
|
-
"@rjsf/utils": "5.21.
|
|
76
|
-
"@rjsf/validator-ajv8": "5.21.
|
|
73
|
+
"@rjsf/core": "5.21.2",
|
|
74
|
+
"@rjsf/material-ui": "5.21.2",
|
|
75
|
+
"@rjsf/utils": "5.21.2",
|
|
76
|
+
"@rjsf/validator-ajv8": "5.21.2",
|
|
77
77
|
"lodash": "^4.17.21",
|
|
78
78
|
"luxon": "^3.4.3",
|
|
79
79
|
"react-grid-layout": "1.3.4",
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
"zod": "^3.22.4"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@backstage/cli": "0.28.0
|
|
86
|
-
"@backstage/dev-utils": "1.1.2
|
|
87
|
-
"@backstage/test-utils": "1.
|
|
85
|
+
"@backstage/cli": "^0.28.0",
|
|
86
|
+
"@backstage/dev-utils": "^1.1.2",
|
|
87
|
+
"@backstage/test-utils": "^1.7.0",
|
|
88
88
|
"@testing-library/dom": "^10.0.0",
|
|
89
89
|
"@testing-library/jest-dom": "^6.0.0",
|
|
90
90
|
"@testing-library/react": "^16.0.0",
|