@backstage/plugin-user-settings 0.8.10 → 0.8.11-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 +45 -6
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +2 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,56 @@
|
|
|
1
1
|
# @backstage/plugin-user-settings
|
|
2
2
|
|
|
3
|
-
## 0.8.
|
|
3
|
+
## 0.8.11-next.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/
|
|
9
|
-
- @backstage/core-compat-api@0.2.
|
|
10
|
-
- @backstage/
|
|
8
|
+
- @backstage/frontend-plugin-api@0.7.0-next.2
|
|
9
|
+
- @backstage/core-compat-api@0.2.8-next.2
|
|
10
|
+
- @backstage/plugin-catalog-react@1.12.3-next.2
|
|
11
|
+
- @backstage/core-app-api@1.14.2-next.0
|
|
12
|
+
- @backstage/core-components@0.14.10-next.0
|
|
11
13
|
- @backstage/core-plugin-api@1.9.3
|
|
12
|
-
- @backstage/
|
|
13
|
-
- @backstage/
|
|
14
|
+
- @backstage/errors@1.2.4
|
|
15
|
+
- @backstage/theme@0.5.6
|
|
16
|
+
- @backstage/types@1.1.1
|
|
17
|
+
- @backstage/plugin-signals-react@0.0.4
|
|
18
|
+
- @backstage/plugin-user-settings-common@0.0.1
|
|
19
|
+
|
|
20
|
+
## 0.8.11-next.1
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 6349099: Added config input type to the extensions
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/plugin-catalog-react@1.12.3-next.1
|
|
27
|
+
- @backstage/frontend-plugin-api@0.6.8-next.1
|
|
28
|
+
- @backstage/core-compat-api@0.2.8-next.1
|
|
29
|
+
- @backstage/core-app-api@1.14.2-next.0
|
|
30
|
+
- @backstage/core-components@0.14.10-next.0
|
|
31
|
+
- @backstage/core-plugin-api@1.9.3
|
|
32
|
+
- @backstage/errors@1.2.4
|
|
33
|
+
- @backstage/theme@0.5.6
|
|
34
|
+
- @backstage/types@1.1.1
|
|
14
35
|
- @backstage/plugin-signals-react@0.0.4
|
|
36
|
+
- @backstage/plugin-user-settings-common@0.0.1
|
|
37
|
+
|
|
38
|
+
## 0.8.10-next.0
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- Updated dependencies
|
|
43
|
+
- @backstage/frontend-plugin-api@0.6.8-next.0
|
|
44
|
+
- @backstage/plugin-catalog-react@1.12.3-next.0
|
|
45
|
+
- @backstage/core-components@0.14.10-next.0
|
|
46
|
+
- @backstage/core-app-api@1.14.1-next.0
|
|
47
|
+
- @backstage/core-compat-api@0.2.8-next.0
|
|
48
|
+
- @backstage/core-plugin-api@1.9.3
|
|
49
|
+
- @backstage/errors@1.2.4
|
|
50
|
+
- @backstage/theme@0.5.6
|
|
51
|
+
- @backstage/types@1.1.1
|
|
52
|
+
- @backstage/plugin-signals-react@0.0.4
|
|
53
|
+
- @backstage/plugin-user-settings-common@0.0.1
|
|
15
54
|
|
|
16
55
|
## 0.8.9
|
|
17
56
|
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ declare const userSettingsTranslationRef: _backstage_core_plugin_api_alpha.Trans
|
|
|
18
18
|
/** @alpha */
|
|
19
19
|
declare const settingsNavItem: _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
20
20
|
title: string;
|
|
21
|
+
}, {
|
|
22
|
+
title?: string | undefined;
|
|
21
23
|
}>;
|
|
22
24
|
/**
|
|
23
25
|
* @alpha
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-user-settings",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.11-next.2",
|
|
4
4
|
"description": "A Backstage plugin that provides a settings page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"test": "backstage-cli package test"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@backstage/core-app-api": "^1.14.
|
|
58
|
-
"@backstage/core-compat-api": "^0.2.
|
|
59
|
-
"@backstage/core-components": "^0.14.
|
|
57
|
+
"@backstage/core-app-api": "^1.14.2-next.0",
|
|
58
|
+
"@backstage/core-compat-api": "^0.2.8-next.2",
|
|
59
|
+
"@backstage/core-components": "^0.14.10-next.0",
|
|
60
60
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
61
61
|
"@backstage/errors": "^1.2.4",
|
|
62
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
63
|
-
"@backstage/plugin-catalog-react": "^1.12.2",
|
|
62
|
+
"@backstage/frontend-plugin-api": "^0.7.0-next.2",
|
|
63
|
+
"@backstage/plugin-catalog-react": "^1.12.3-next.2",
|
|
64
64
|
"@backstage/plugin-signals-react": "^0.0.4",
|
|
65
65
|
"@backstage/plugin-user-settings-common": "^0.0.1",
|
|
66
66
|
"@backstage/theme": "^0.5.6",
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"zen-observable": "^0.10.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@backstage/cli": "^0.
|
|
77
|
-
"@backstage/dev-utils": "^1.0.
|
|
78
|
-
"@backstage/plugin-catalog": "^1.
|
|
79
|
-
"@backstage/test-utils": "^1.5.
|
|
76
|
+
"@backstage/cli": "^0.27.0-next.3",
|
|
77
|
+
"@backstage/dev-utils": "^1.0.37-next.2",
|
|
78
|
+
"@backstage/plugin-catalog": "^1.22.0-next.2",
|
|
79
|
+
"@backstage/test-utils": "^1.5.10-next.2",
|
|
80
80
|
"@testing-library/dom": "^10.0.0",
|
|
81
81
|
"@testing-library/jest-dom": "^6.0.0",
|
|
82
82
|
"@testing-library/react": "^15.0.0",
|