@backstage/plugin-user-settings 0.9.1-next.0 → 0.9.1-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,33 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
+ ## 0.9.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-app-api@1.19.6-next.1
9
+ - @backstage/frontend-plugin-api@0.15.0-next.1
10
+ - @backstage/core-plugin-api@1.12.4-next.1
11
+ - @backstage/plugin-catalog-react@2.1.0-next.2
12
+ - @backstage/core-components@0.18.8-next.1
13
+
14
+ ## 0.9.1-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/plugin-catalog-react@2.1.0-next.1
20
+ - @backstage/catalog-model@1.7.6
21
+ - @backstage/core-app-api@1.19.6-next.0
22
+ - @backstage/core-components@0.18.8-next.0
23
+ - @backstage/core-plugin-api@1.12.4-next.0
24
+ - @backstage/errors@1.2.7
25
+ - @backstage/frontend-plugin-api@0.14.2-next.0
26
+ - @backstage/theme@0.7.2
27
+ - @backstage/types@1.2.2
28
+ - @backstage/plugin-signals-react@0.0.20-next.0
29
+ - @backstage/plugin-user-settings-common@0.1.0
30
+
3
31
  ## 0.9.1-next.0
4
32
 
5
33
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -134,7 +134,6 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
134
134
  kind: "page";
135
135
  name: undefined;
136
136
  params: {
137
- defaultPath?: [Error: `Use the 'path' param instead`];
138
137
  path: string;
139
138
  title?: string;
140
139
  icon?: _backstage_frontend_plugin_api.IconElement;
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-user-settings";
2
- var version = "0.9.1-next.0";
2
+ var version = "0.9.1-next.2";
3
3
  var description = "A Backstage plugin that provides a settings 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-user-settings",
3
- "version": "0.9.1-next.0",
3
+ "version": "0.9.1-next.2",
4
4
  "description": "A Backstage plugin that provides a settings page",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -68,12 +68,12 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@backstage/catalog-model": "1.7.6",
71
- "@backstage/core-app-api": "1.19.6-next.0",
72
- "@backstage/core-components": "0.18.8-next.0",
73
- "@backstage/core-plugin-api": "1.12.4-next.0",
71
+ "@backstage/core-app-api": "1.19.6-next.1",
72
+ "@backstage/core-components": "0.18.8-next.1",
73
+ "@backstage/core-plugin-api": "1.12.4-next.1",
74
74
  "@backstage/errors": "1.2.7",
75
- "@backstage/frontend-plugin-api": "0.14.2-next.0",
76
- "@backstage/plugin-catalog-react": "2.0.1-next.0",
75
+ "@backstage/frontend-plugin-api": "0.15.0-next.1",
76
+ "@backstage/plugin-catalog-react": "2.1.0-next.2",
77
77
  "@backstage/plugin-signals-react": "0.0.20-next.0",
78
78
  "@backstage/plugin-user-settings-common": "0.1.0",
79
79
  "@backstage/theme": "0.7.2",
@@ -86,9 +86,9 @@
86
86
  "zen-observable": "^0.10.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/cli": "0.35.5-next.0",
90
- "@backstage/dev-utils": "1.1.21-next.0",
91
- "@backstage/plugin-catalog": "1.33.1-next.0",
89
+ "@backstage/cli": "0.36.0-next.2",
90
+ "@backstage/dev-utils": "1.1.21-next.1",
91
+ "@backstage/plugin-catalog": "2.0.0-next.2",
92
92
  "@backstage/test-utils": "1.7.16-next.0",
93
93
  "@testing-library/dom": "^10.0.0",
94
94
  "@testing-library/jest-dom": "^6.0.0",