@backstage/plugin-home 0.9.7-next.1 → 0.9.7
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.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a07e6a3: Added the correctly-spelled `'widgetSettingsOverlay.editSettingsTooltip'` translation key in `homeTranslationRef` and deprecated the previous typoed `'widgetSettingsOverlay.editSettingsTooptip'` key. Existing references to the old key continue to work; switch to the new key to avoid future removal.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/catalog-client@1.16.0
|
|
10
|
+
- @backstage/plugin-catalog-react@3.1.0
|
|
11
|
+
- @backstage/core-components@0.18.11
|
|
12
|
+
- @backstage/frontend-plugin-api@0.17.2
|
|
13
|
+
- @backstage/core-app-api@1.20.2
|
|
14
|
+
- @backstage/core-compat-api@0.5.12
|
|
15
|
+
- @backstage/core-plugin-api@1.12.7
|
|
16
|
+
- @backstage/plugin-home-react@0.1.39
|
|
17
|
+
|
|
3
18
|
## 0.9.7-next.1
|
|
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.7
|
|
3
|
+
"version": "0.9.7",
|
|
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.0
|
|
72
|
-
"@backstage/catalog-model": "1.9.0",
|
|
73
|
-
"@backstage/config": "1.3.8",
|
|
74
|
-
"@backstage/core-app-api": "1.20.2
|
|
75
|
-
"@backstage/core-compat-api": "0.5.12
|
|
76
|
-
"@backstage/core-components": "0.18.11
|
|
77
|
-
"@backstage/core-plugin-api": "1.12.7
|
|
78
|
-
"@backstage/frontend-plugin-api": "0.17.2
|
|
79
|
-
"@backstage/plugin-catalog-react": "3.
|
|
80
|
-
"@backstage/plugin-home-react": "0.1.39
|
|
81
|
-
"@backstage/theme": "0.7.3",
|
|
71
|
+
"@backstage/catalog-client": "^1.16.0",
|
|
72
|
+
"@backstage/catalog-model": "^1.9.0",
|
|
73
|
+
"@backstage/config": "^1.3.8",
|
|
74
|
+
"@backstage/core-app-api": "^1.20.2",
|
|
75
|
+
"@backstage/core-compat-api": "^0.5.12",
|
|
76
|
+
"@backstage/core-components": "^0.18.11",
|
|
77
|
+
"@backstage/core-plugin-api": "^1.12.7",
|
|
78
|
+
"@backstage/frontend-plugin-api": "^0.17.2",
|
|
79
|
+
"@backstage/plugin-catalog-react": "^3.1.0",
|
|
80
|
+
"@backstage/plugin-home-react": "^0.1.39",
|
|
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.3
|
|
98
|
-
"@backstage/dev-utils": "1.1.24
|
|
99
|
-
"@backstage/frontend-defaults": "0.5.3
|
|
100
|
-
"@backstage/plugin-catalog": "2.0.6
|
|
101
|
-
"@backstage/test-utils": "1.7.19
|
|
97
|
+
"@backstage/cli": "^0.36.3",
|
|
98
|
+
"@backstage/dev-utils": "^1.1.24",
|
|
99
|
+
"@backstage/frontend-defaults": "^0.5.3",
|
|
100
|
+
"@backstage/plugin-catalog": "^2.0.6",
|
|
101
|
+
"@backstage/test-utils": "^1.7.19",
|
|
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",
|