@backstage/plugin-home 0.9.5-next.0 → 0.9.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.
package/CHANGELOG.md CHANGED
@@ -1,22 +1,10 @@
1
1
  # @backstage/plugin-home
2
2
 
3
- ## 0.9.5-next.0
3
+ ## 0.9.5
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 419141e: Fixed widgets not being movable or resizable after saved edits. Previously, entering edit mode didn't restore `isDraggable` and `isResizable`.
8
- - Updated dependencies
9
- - @backstage/core-components@0.18.10-next.0
10
- - @backstage/core-compat-api@0.5.11-next.0
11
- - @backstage/plugin-catalog-react@2.1.5-next.0
12
- - @backstage/frontend-plugin-api@0.17.0-next.0
13
- - @backstage/plugin-home-react@0.1.38-next.0
14
- - @backstage/core-app-api@1.20.1-next.0
15
- - @backstage/catalog-client@1.15.1-next.0
16
- - @backstage/catalog-model@1.8.1-next.0
17
- - @backstage/config@1.3.8-next.0
18
- - @backstage/core-plugin-api@1.12.6-next.0
19
- - @backstage/theme@0.7.3
7
+ - 7365801: Fixed widgets not being movable or resizable after saved edits. Previously, entering edit mode didn't restore `isDraggable` and `isResizable`.
20
8
 
21
9
  ## 0.9.4
22
10
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-home";
2
- var version = "0.9.5-next.0";
2
+ var version = "0.9.5";
3
3
  var description = "A Backstage plugin that helps you build a home page";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home",
3
- "version": "0.9.5-next.0",
3
+ "version": "0.9.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.15.1-next.0",
72
- "@backstage/catalog-model": "1.8.1-next.0",
73
- "@backstage/config": "1.3.8-next.0",
74
- "@backstage/core-app-api": "1.20.1-next.0",
75
- "@backstage/core-compat-api": "0.5.11-next.0",
76
- "@backstage/core-components": "0.18.10-next.0",
77
- "@backstage/core-plugin-api": "1.12.6-next.0",
78
- "@backstage/frontend-plugin-api": "0.17.0-next.0",
79
- "@backstage/plugin-catalog-react": "2.1.5-next.0",
80
- "@backstage/plugin-home-react": "0.1.38-next.0",
81
- "@backstage/theme": "0.7.3",
71
+ "@backstage/catalog-client": "^1.15.0",
72
+ "@backstage/catalog-model": "^1.8.0",
73
+ "@backstage/config": "^1.3.7",
74
+ "@backstage/core-app-api": "^1.20.0",
75
+ "@backstage/core-compat-api": "^0.5.10",
76
+ "@backstage/core-components": "^0.18.9",
77
+ "@backstage/core-plugin-api": "^1.12.5",
78
+ "@backstage/frontend-plugin-api": "^0.16.2",
79
+ "@backstage/plugin-catalog-react": "^2.1.4",
80
+ "@backstage/plugin-home-react": "^0.1.37",
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.2-next.0",
98
- "@backstage/dev-utils": "1.1.23-next.0",
99
- "@backstage/frontend-defaults": "0.5.2-next.0",
100
- "@backstage/plugin-catalog": "2.0.5-next.0",
101
- "@backstage/test-utils": "1.7.18-next.0",
97
+ "@backstage/cli": "^0.36.1",
98
+ "@backstage/dev-utils": "^1.1.22",
99
+ "@backstage/frontend-defaults": "^0.5.1",
100
+ "@backstage/plugin-catalog": "^2.0.4",
101
+ "@backstage/test-utils": "^1.7.17",
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",