@backstage/plugin-home 0.9.1-next.0 → 0.9.1

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,21 +1,16 @@
1
1
  # @backstage/plugin-home
2
2
 
3
- ## 0.9.1-next.0
3
+ ## 0.9.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 69d880e: Bump to latest zod to ensure it has the latest features
7
+ - 5683c85: Bump to latest zod to ensure it has the latest features
8
8
  - Updated dependencies
9
- - @backstage/plugin-catalog-react@1.21.6-next.0
10
- - @backstage/core-components@0.18.6-next.0
11
- - @backstage/frontend-plugin-api@0.14.0-next.0
12
- - @backstage/core-plugin-api@1.12.2-next.0
13
- - @backstage/core-app-api@1.19.4-next.0
14
- - @backstage/catalog-client@1.12.1
15
- - @backstage/catalog-model@1.7.6
16
- - @backstage/config@1.3.6
17
- - @backstage/theme@0.7.1
18
- - @backstage/plugin-home-react@0.1.35-next.0
9
+ - @backstage/frontend-plugin-api@0.13.4
10
+ - @backstage/core-components@0.18.6
11
+ - @backstage/core-plugin-api@1.12.2
12
+ - @backstage/core-app-api@1.19.4
13
+ - @backstage/plugin-catalog-react@1.21.6
19
14
 
20
15
  ## 0.9.0
21
16
 
package/dist/alpha.d.ts CHANGED
@@ -81,7 +81,6 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
81
81
  }>, {
82
82
  singleton: true;
83
83
  optional: true;
84
- internal: false;
85
84
  }>;
86
85
  };
87
86
  kind: "page";
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-home";
2
- var version = "0.9.1-next.0";
2
+ var version = "0.9.1";
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.1-next.0",
3
+ "version": "0.9.1",
4
4
  "description": "A Backstage plugin that helps you build a home page",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -68,16 +68,16 @@
68
68
  "test": "backstage-cli package test"
69
69
  },
70
70
  "dependencies": {
71
- "@backstage/catalog-client": "1.12.1",
72
- "@backstage/catalog-model": "1.7.6",
73
- "@backstage/config": "1.3.6",
74
- "@backstage/core-app-api": "1.19.4-next.0",
75
- "@backstage/core-components": "0.18.6-next.0",
76
- "@backstage/core-plugin-api": "1.12.2-next.0",
77
- "@backstage/frontend-plugin-api": "0.14.0-next.0",
78
- "@backstage/plugin-catalog-react": "1.21.6-next.0",
79
- "@backstage/plugin-home-react": "0.1.35-next.0",
80
- "@backstage/theme": "0.7.1",
71
+ "@backstage/catalog-client": "^1.12.1",
72
+ "@backstage/catalog-model": "^1.7.6",
73
+ "@backstage/config": "^1.3.6",
74
+ "@backstage/core-app-api": "^1.19.4",
75
+ "@backstage/core-components": "^0.18.6",
76
+ "@backstage/core-plugin-api": "^1.12.2",
77
+ "@backstage/frontend-plugin-api": "^0.13.4",
78
+ "@backstage/plugin-catalog-react": "^1.21.6",
79
+ "@backstage/plugin-home-react": "^0.1.34",
80
+ "@backstage/theme": "^0.7.1",
81
81
  "@material-ui/core": "^4.12.2",
82
82
  "@material-ui/icons": "^4.9.1",
83
83
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -93,9 +93,9 @@
93
93
  "zod": "^3.25.76"
94
94
  },
95
95
  "devDependencies": {
96
- "@backstage/cli": "0.35.3-next.0",
97
- "@backstage/dev-utils": "1.1.20-next.0",
98
- "@backstage/test-utils": "1.7.15-next.0",
96
+ "@backstage/cli": "^0.35.3",
97
+ "@backstage/dev-utils": "^1.1.19",
98
+ "@backstage/test-utils": "^1.7.14",
99
99
  "@testing-library/dom": "^10.0.0",
100
100
  "@testing-library/jest-dom": "^6.0.0",
101
101
  "@testing-library/react": "^16.0.0",