@backstage/plugin-home 0.9.3-next.1 → 0.9.3-next.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage/plugin-home
2
2
 
3
+ ## 0.9.3-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-compat-api@0.5.9-next.2
9
+ - @backstage/core-app-api@1.19.6-next.1
10
+ - @backstage/frontend-plugin-api@0.15.0-next.1
11
+ - @backstage/core-plugin-api@1.12.4-next.1
12
+ - @backstage/catalog-client@1.14.0-next.2
13
+ - @backstage/plugin-catalog-react@2.1.0-next.2
14
+ - @backstage/core-components@0.18.8-next.1
15
+ - @backstage/plugin-home-react@0.1.36-next.1
16
+
3
17
  ## 0.9.3-next.1
4
18
 
5
19
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -155,7 +155,6 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
155
155
  kind: "page";
156
156
  name: undefined;
157
157
  params: {
158
- defaultPath?: [Error: `Use the 'path' param instead`];
159
158
  path: string;
160
159
  title?: string;
161
160
  icon?: _backstage_frontend_plugin_api.IconElement;
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-home";
2
- var version = "0.9.3-next.1";
2
+ var version = "0.9.3-next.2";
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.3-next.1",
3
+ "version": "0.9.3-next.2",
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.14.0-next.1",
71
+ "@backstage/catalog-client": "1.14.0-next.2",
72
72
  "@backstage/catalog-model": "1.7.6",
73
73
  "@backstage/config": "1.3.6",
74
- "@backstage/core-app-api": "1.19.6-next.0",
75
- "@backstage/core-compat-api": "0.5.9-next.1",
76
- "@backstage/core-components": "0.18.8-next.0",
77
- "@backstage/core-plugin-api": "1.12.4-next.0",
78
- "@backstage/frontend-plugin-api": "0.14.2-next.0",
79
- "@backstage/plugin-catalog-react": "2.1.0-next.1",
80
- "@backstage/plugin-home-react": "0.1.36-next.0",
74
+ "@backstage/core-app-api": "1.19.6-next.1",
75
+ "@backstage/core-compat-api": "0.5.9-next.2",
76
+ "@backstage/core-components": "0.18.8-next.1",
77
+ "@backstage/core-plugin-api": "1.12.4-next.1",
78
+ "@backstage/frontend-plugin-api": "0.15.0-next.1",
79
+ "@backstage/plugin-catalog-react": "2.1.0-next.2",
80
+ "@backstage/plugin-home-react": "0.1.36-next.1",
81
81
  "@backstage/theme": "0.7.2",
82
82
  "@material-ui/core": "^4.12.2",
83
83
  "@material-ui/icons": "^4.9.1",
@@ -94,10 +94,10 @@
94
94
  "zod": "^3.25.76"
95
95
  },
96
96
  "devDependencies": {
97
- "@backstage/cli": "0.36.0-next.1",
97
+ "@backstage/cli": "0.36.0-next.2",
98
98
  "@backstage/dev-utils": "1.1.21-next.1",
99
- "@backstage/frontend-defaults": "0.4.1-next.0",
100
- "@backstage/plugin-catalog": "1.34.0-next.1",
99
+ "@backstage/frontend-defaults": "0.5.0-next.1",
100
+ "@backstage/plugin-catalog": "2.0.0-next.2",
101
101
  "@backstage/test-utils": "1.7.16-next.0",
102
102
  "@testing-library/dom": "^10.0.0",
103
103
  "@testing-library/jest-dom": "^6.0.0",