@backstage/plugin-home 0.8.5-next.2 → 0.8.5

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 +41 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @backstage/plugin-home
2
2
 
3
+ ## 0.8.5
4
+
5
+ ### Patch Changes
6
+
7
+ - aff6b47: feat: add cancel button for WidgetSettingsOverlay
8
+ - 8e86f96: Enable collision prevention by default in custom home page.
9
+
10
+ This change ensures that items in the home page will not collide with each other
11
+ making the user experience better.
12
+
13
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
14
+ - Updated dependencies
15
+ - @backstage/core-components@0.16.4
16
+ - @backstage/plugin-catalog-react@1.15.2
17
+ - @backstage/frontend-plugin-api@0.9.5
18
+ - @backstage/core-compat-api@0.3.6
19
+ - @backstage/core-plugin-api@1.10.4
20
+ - @backstage/core-app-api@1.15.5
21
+ - @backstage/plugin-home-react@0.1.23
22
+ - @backstage/theme@0.6.4
23
+ - @backstage/catalog-client@1.9.1
24
+ - @backstage/catalog-model@1.7.3
25
+ - @backstage/config@1.3.2
26
+
27
+ ## 0.8.5-next.3
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - @backstage/frontend-plugin-api@0.9.5-next.3
33
+ - @backstage/core-compat-api@0.3.6-next.3
34
+ - @backstage/catalog-client@1.9.1
35
+ - @backstage/catalog-model@1.7.3
36
+ - @backstage/config@1.3.2
37
+ - @backstage/core-app-api@1.15.5-next.0
38
+ - @backstage/core-components@0.16.4-next.1
39
+ - @backstage/core-plugin-api@1.10.4-next.0
40
+ - @backstage/theme@0.6.4-next.0
41
+ - @backstage/plugin-catalog-react@1.15.2-next.3
42
+ - @backstage/plugin-home-react@0.1.23-next.1
43
+
3
44
  ## 0.8.5-next.2
4
45
 
5
46
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home",
3
- "version": "0.8.5-next.2",
3
+ "version": "0.8.5",
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.9.1",
72
- "@backstage/catalog-model": "1.7.3",
73
- "@backstage/config": "1.3.2",
74
- "@backstage/core-app-api": "1.15.5-next.0",
75
- "@backstage/core-compat-api": "0.3.6-next.2",
76
- "@backstage/core-components": "0.16.4-next.1",
77
- "@backstage/core-plugin-api": "1.10.4-next.0",
78
- "@backstage/frontend-plugin-api": "0.9.5-next.2",
79
- "@backstage/plugin-catalog-react": "1.15.2-next.2",
80
- "@backstage/plugin-home-react": "0.1.23-next.1",
81
- "@backstage/theme": "0.6.4-next.0",
71
+ "@backstage/catalog-client": "^1.9.1",
72
+ "@backstage/catalog-model": "^1.7.3",
73
+ "@backstage/config": "^1.3.2",
74
+ "@backstage/core-app-api": "^1.15.5",
75
+ "@backstage/core-compat-api": "^0.3.6",
76
+ "@backstage/core-components": "^0.16.4",
77
+ "@backstage/core-plugin-api": "^1.10.4",
78
+ "@backstage/frontend-plugin-api": "^0.9.5",
79
+ "@backstage/plugin-catalog-react": "^1.15.2",
80
+ "@backstage/plugin-home-react": "^0.1.23",
81
+ "@backstage/theme": "^0.6.4",
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,9 +94,9 @@
94
94
  "zod": "^3.22.4"
95
95
  },
96
96
  "devDependencies": {
97
- "@backstage/cli": "0.30.0-next.2",
98
- "@backstage/dev-utils": "1.1.7-next.2",
99
- "@backstage/test-utils": "1.7.5-next.0",
97
+ "@backstage/cli": "^0.30.0",
98
+ "@backstage/dev-utils": "^1.1.7",
99
+ "@backstage/test-utils": "^1.7.5",
100
100
  "@testing-library/dom": "^10.0.0",
101
101
  "@testing-library/jest-dom": "^6.0.0",
102
102
  "@testing-library/react": "^16.0.0",