@backstage/plugin-home 0.8.1-next.3 → 0.8.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @backstage/plugin-home
2
2
 
3
+ ## 0.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.9.2
9
+ - @backstage/theme@0.6.2
10
+ - @backstage/catalog-client@1.8.0
11
+ - @backstage/catalog-model@1.7.1
12
+ - @backstage/config@1.3.0
13
+ - @backstage/core-app-api@1.15.2
14
+ - @backstage/core-compat-api@0.3.3
15
+ - @backstage/core-components@0.16.1
16
+ - @backstage/core-plugin-api@1.10.1
17
+ - @backstage/plugin-catalog-react@1.14.2
18
+ - @backstage/plugin-home-react@0.1.20
19
+
20
+ ## 0.8.1
21
+
22
+ ### Patch Changes
23
+
24
+ - 8b1b2cf: Improve Starred Entities UI to reduce whitespace and provide more context on the entities:
25
+
26
+ - Use the Entity Presentation API (via `<EntityDisplayName>`) to display the entity's name
27
+ - Component's `kind` and `spec.type` are displayed as a secondary text
28
+ - List items are condensed to reduce unnecessary spacing
29
+
30
+ - Updated dependencies
31
+ - @backstage/catalog-client@1.8.0
32
+ - @backstage/config@1.3.0
33
+ - @backstage/theme@0.6.1
34
+ - @backstage/plugin-catalog-react@1.14.1
35
+ - @backstage/core-components@0.16.0
36
+ - @backstage/core-app-api@1.15.2
37
+ - @backstage/catalog-model@1.7.1
38
+ - @backstage/core-compat-api@0.3.2
39
+ - @backstage/core-plugin-api@1.10.1
40
+ - @backstage/frontend-plugin-api@0.9.1
41
+ - @backstage/plugin-home-react@0.1.19
42
+
3
43
  ## 0.8.1-next.3
4
44
 
5
45
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home",
3
- "version": "0.8.1-next.3",
3
+ "version": "0.8.2",
4
4
  "description": "A Backstage plugin that helps you build a home page",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -65,17 +65,17 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/catalog-client": "1.8.0-next.1",
69
- "@backstage/catalog-model": "1.7.0",
70
- "@backstage/config": "1.2.0",
71
- "@backstage/core-app-api": "1.15.1",
72
- "@backstage/core-compat-api": "0.3.2-next.2",
73
- "@backstage/core-components": "0.16.0-next.2",
74
- "@backstage/core-plugin-api": "1.10.0",
75
- "@backstage/frontend-plugin-api": "0.9.1-next.2",
76
- "@backstage/plugin-catalog-react": "1.14.1-next.3",
77
- "@backstage/plugin-home-react": "0.1.19-next.2",
78
- "@backstage/theme": "0.6.1-next.0",
68
+ "@backstage/catalog-client": "^1.8.0",
69
+ "@backstage/catalog-model": "^1.7.1",
70
+ "@backstage/config": "^1.3.0",
71
+ "@backstage/core-app-api": "^1.15.2",
72
+ "@backstage/core-compat-api": "^0.3.3",
73
+ "@backstage/core-components": "^0.16.1",
74
+ "@backstage/core-plugin-api": "^1.10.1",
75
+ "@backstage/frontend-plugin-api": "^0.9.2",
76
+ "@backstage/plugin-catalog-react": "^1.14.2",
77
+ "@backstage/plugin-home-react": "^0.1.20",
78
+ "@backstage/theme": "^0.6.2",
79
79
  "@material-ui/core": "^4.12.2",
80
80
  "@material-ui/icons": "^4.9.1",
81
81
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -91,9 +91,9 @@
91
91
  "zod": "^3.22.4"
92
92
  },
93
93
  "devDependencies": {
94
- "@backstage/cli": "0.29.0-next.3",
95
- "@backstage/dev-utils": "1.1.3-next.3",
96
- "@backstage/test-utils": "1.7.1-next.0",
94
+ "@backstage/cli": "^0.29.2",
95
+ "@backstage/dev-utils": "^1.1.4",
96
+ "@backstage/test-utils": "^1.7.2",
97
97
  "@testing-library/dom": "^10.0.0",
98
98
  "@testing-library/jest-dom": "^6.0.0",
99
99
  "@testing-library/react": "^16.0.0",