@backstage/plugin-user-settings 0.8.13-next.0 → 0.8.13

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,12 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
- ## 0.8.13-next.0
3
+ ## 0.8.13
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.9.0-next.0
9
- - @backstage/core-compat-api@0.3.1-next.0
10
- - @backstage/core-components@0.15.1-next.0
11
- - @backstage/core-plugin-api@1.10.0-next.0
12
- - @backstage/plugin-catalog-react@1.13.1-next.0
13
- - @backstage/core-app-api@1.15.1-next.0
14
- - @backstage/errors@1.2.4
15
- - @backstage/theme@0.5.7
16
- - @backstage/types@1.1.1
17
- - @backstage/plugin-signals-react@0.0.6-next.0
18
- - @backstage/plugin-user-settings-common@0.0.1
8
+ - @backstage/plugin-catalog-react@1.13.1
9
+ - @backstage/core-compat-api@0.3.0
19
10
 
20
11
  ## 0.8.12
21
12
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings__alpha",
3
- "version": "0.8.13-next.0",
3
+ "version": "0.8.13",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -20,6 +20,7 @@ declare const userSettingsTranslationRef: _backstage_core_plugin_api_alpha.Trans
20
20
  /** @alpha */
21
21
  declare const settingsNavItem: _backstage_frontend_plugin_api.ExtensionDefinition<{
22
22
  kind: "nav-item";
23
+ namespace: undefined;
23
24
  name: undefined;
24
25
  config: {};
25
26
  configInput: {};
@@ -29,11 +30,6 @@ declare const settingsNavItem: _backstage_frontend_plugin_api.ExtensionDefinitio
29
30
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
30
31
  }, "core.nav-item.target", {}>;
31
32
  inputs: {};
32
- params: {
33
- title: string;
34
- icon: _backstage_core_plugin_api.IconComponent;
35
- routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
36
- };
37
33
  }>;
38
34
  /**
39
35
  * @alpha
@@ -43,6 +39,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
43
39
  }, {}, {
44
40
  "nav-item:user-settings": _backstage_frontend_plugin_api.ExtensionDefinition<{
45
41
  kind: "nav-item";
42
+ namespace: undefined;
46
43
  name: undefined;
47
44
  config: {};
48
45
  configInput: {};
@@ -52,11 +49,6 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
52
49
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
53
50
  }, "core.nav-item.target", {}>;
54
51
  inputs: {};
55
- params: {
56
- title: string;
57
- icon: _backstage_core_plugin_api.IconComponent;
58
- routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
59
- };
60
52
  }>;
61
53
  "page:user-settings": _backstage_frontend_plugin_api.ExtensionDefinition<{
62
54
  config: {
@@ -75,12 +67,8 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
75
67
  }>;
76
68
  };
77
69
  kind: "page";
70
+ namespace: undefined;
78
71
  name: undefined;
79
- params: {
80
- defaultPath: string;
81
- loader: () => Promise<JSX.Element>;
82
- routeRef?: _backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams> | undefined;
83
- };
84
72
  }>;
85
73
  }>;
86
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings",
3
- "version": "0.8.13-next.0",
3
+ "version": "0.8.13",
4
4
  "description": "A Backstage plugin that provides a settings page",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -32,7 +32,6 @@
32
32
  "default": "./dist/index.esm.js"
33
33
  },
34
34
  "./alpha": {
35
- "backstage": "@backstage/FrontendPlugin",
36
35
  "import": "./dist/alpha.esm.js",
37
36
  "types": "./dist/alpha.d.ts",
38
37
  "default": "./dist/alpha.esm.js"
@@ -55,14 +54,14 @@
55
54
  "test": "backstage-cli package test"
56
55
  },
57
56
  "dependencies": {
58
- "@backstage/core-app-api": "^1.15.1-next.0",
59
- "@backstage/core-compat-api": "^0.3.1-next.0",
60
- "@backstage/core-components": "^0.15.1-next.0",
61
- "@backstage/core-plugin-api": "^1.10.0-next.0",
57
+ "@backstage/core-app-api": "^1.15.0",
58
+ "@backstage/core-compat-api": "^0.3.0",
59
+ "@backstage/core-components": "^0.15.0",
60
+ "@backstage/core-plugin-api": "^1.9.4",
62
61
  "@backstage/errors": "^1.2.4",
63
- "@backstage/frontend-plugin-api": "^0.9.0-next.0",
64
- "@backstage/plugin-catalog-react": "^1.13.1-next.0",
65
- "@backstage/plugin-signals-react": "^0.0.6-next.0",
62
+ "@backstage/frontend-plugin-api": "^0.8.0",
63
+ "@backstage/plugin-catalog-react": "^1.13.1",
64
+ "@backstage/plugin-signals-react": "^0.0.5",
66
65
  "@backstage/plugin-user-settings-common": "^0.0.1",
67
66
  "@backstage/theme": "^0.5.7",
68
67
  "@backstage/types": "^1.1.1",
@@ -74,10 +73,10 @@
74
73
  "zen-observable": "^0.10.0"
75
74
  },
76
75
  "devDependencies": {
77
- "@backstage/cli": "^0.28.0-next.0",
78
- "@backstage/dev-utils": "^1.1.1-next.0",
79
- "@backstage/plugin-catalog": "^1.24.0-next.0",
80
- "@backstage/test-utils": "^1.6.1-next.0",
76
+ "@backstage/cli": "^0.27.1",
77
+ "@backstage/dev-utils": "^1.1.1",
78
+ "@backstage/plugin-catalog": "^1.23.1",
79
+ "@backstage/test-utils": "^1.6.0",
81
80
  "@testing-library/dom": "^10.0.0",
82
81
  "@testing-library/jest-dom": "^6.0.0",
83
82
  "@testing-library/react": "^16.0.0",