@backstage/plugin-home 0.4.21-next.3 → 0.4.21
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 +14 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @backstage/plugin-home
|
|
2
2
|
|
|
3
|
+
## 0.4.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2b733d9d39: star icons now have the same yellow color as the other star icons when a entity is favourite
|
|
8
|
+
- 69093c5f91: Display entity titles in `StarredEntities` home page card (if defined) and don't show entities which no longer exist
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/core-components@0.9.4
|
|
11
|
+
- @backstage/core-plugin-api@1.0.2
|
|
12
|
+
- @backstage/plugin-catalog-react@1.1.0
|
|
13
|
+
- @backstage/config@1.0.1
|
|
14
|
+
- @backstage/catalog-model@1.0.2
|
|
15
|
+
- @backstage/plugin-stack-overflow@0.1.1
|
|
16
|
+
|
|
3
17
|
## 0.4.21-next.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-home",
|
|
3
3
|
"description": "A Backstage plugin that helps you build a home page",
|
|
4
|
-
"version": "0.4.21
|
|
4
|
+
"version": "0.4.21",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"clean": "backstage-cli package clean"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/catalog-model": "^1.0.2
|
|
38
|
-
"@backstage/config": "^1.0.1
|
|
39
|
-
"@backstage/core-components": "^0.9.4
|
|
40
|
-
"@backstage/core-plugin-api": "^1.0.2
|
|
41
|
-
"@backstage/plugin-catalog-react": "^1.1.0
|
|
42
|
-
"@backstage/plugin-stack-overflow": "^0.1.1
|
|
37
|
+
"@backstage/catalog-model": "^1.0.2",
|
|
38
|
+
"@backstage/config": "^1.0.1",
|
|
39
|
+
"@backstage/core-components": "^0.9.4",
|
|
40
|
+
"@backstage/core-plugin-api": "^1.0.2",
|
|
41
|
+
"@backstage/plugin-catalog-react": "^1.1.0",
|
|
42
|
+
"@backstage/plugin-stack-overflow": "^0.1.1",
|
|
43
43
|
"@backstage/theme": "^0.2.15",
|
|
44
44
|
"@material-ui/core": "^4.12.2",
|
|
45
45
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"react": "^16.13.1 || ^17.0.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@backstage/cli": "^0.17.1
|
|
57
|
-
"@backstage/core-app-api": "^1.0.2
|
|
58
|
-
"@backstage/dev-utils": "^1.0.2
|
|
59
|
-
"@backstage/test-utils": "^1.1.0
|
|
56
|
+
"@backstage/cli": "^0.17.1",
|
|
57
|
+
"@backstage/core-app-api": "^1.0.2",
|
|
58
|
+
"@backstage/dev-utils": "^1.0.2",
|
|
59
|
+
"@backstage/test-utils": "^1.1.0",
|
|
60
60
|
"@testing-library/jest-dom": "^5.10.1",
|
|
61
61
|
"@testing-library/react": "^12.1.3",
|
|
62
62
|
"@testing-library/user-event": "^14.0.0",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"files": [
|
|
69
69
|
"dist"
|
|
70
70
|
],
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "96323f280ba32ee526c5b151cda42260aee927c9"
|
|
72
72
|
}
|