@backstage/plugin-user-settings 0.0.0-nightly-20250114022708 → 0.0.0-nightly-20250123022835
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 +47 -11
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,57 @@
|
|
|
1
1
|
# @backstage/plugin-user-settings
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250123022835
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/plugin-
|
|
9
|
-
- @backstage/
|
|
10
|
-
- @backstage/core-
|
|
11
|
-
- @backstage/
|
|
12
|
-
- @backstage/
|
|
13
|
-
- @backstage/core-
|
|
14
|
-
- @backstage/
|
|
15
|
-
- @backstage/core-components@0.0.0-nightly-20250114022708
|
|
16
|
-
- @backstage/errors@0.0.0-nightly-20250114022708
|
|
8
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20250123022835
|
|
9
|
+
- @backstage/catalog-model@1.7.3
|
|
10
|
+
- @backstage/core-app-api@1.15.4
|
|
11
|
+
- @backstage/core-compat-api@0.0.0-nightly-20250123022835
|
|
12
|
+
- @backstage/core-components@0.16.3
|
|
13
|
+
- @backstage/core-plugin-api@1.10.3
|
|
14
|
+
- @backstage/errors@1.2.7
|
|
17
15
|
- @backstage/theme@0.6.3
|
|
18
|
-
- @backstage/
|
|
16
|
+
- @backstage/types@1.2.1
|
|
17
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20250123022835
|
|
18
|
+
- @backstage/plugin-signals-react@0.0.9
|
|
19
|
+
- @backstage/plugin-user-settings-common@0.0.1
|
|
20
|
+
|
|
21
|
+
## 0.8.19-next.0
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/frontend-plugin-api@0.9.5-next.0
|
|
27
|
+
- @backstage/catalog-model@1.7.3
|
|
28
|
+
- @backstage/core-app-api@1.15.4
|
|
29
|
+
- @backstage/core-compat-api@0.3.6-next.0
|
|
30
|
+
- @backstage/core-components@0.16.3
|
|
31
|
+
- @backstage/core-plugin-api@1.10.3
|
|
32
|
+
- @backstage/errors@1.2.7
|
|
33
|
+
- @backstage/theme@0.6.3
|
|
34
|
+
- @backstage/types@1.2.1
|
|
35
|
+
- @backstage/plugin-catalog-react@1.15.2-next.0
|
|
36
|
+
- @backstage/plugin-signals-react@0.0.9
|
|
37
|
+
- @backstage/plugin-user-settings-common@0.0.1
|
|
38
|
+
|
|
39
|
+
## 0.8.18
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- Updated dependencies
|
|
44
|
+
- @backstage/plugin-catalog-react@1.15.1
|
|
45
|
+
- @backstage/frontend-plugin-api@0.9.4
|
|
46
|
+
- @backstage/core-plugin-api@1.10.3
|
|
47
|
+
- @backstage/types@1.2.1
|
|
48
|
+
- @backstage/core-components@0.16.3
|
|
49
|
+
- @backstage/catalog-model@1.7.3
|
|
50
|
+
- @backstage/core-app-api@1.15.4
|
|
51
|
+
- @backstage/core-compat-api@0.3.5
|
|
52
|
+
- @backstage/errors@1.2.7
|
|
53
|
+
- @backstage/theme@0.6.3
|
|
54
|
+
- @backstage/plugin-signals-react@0.0.9
|
|
19
55
|
- @backstage/plugin-user-settings-common@0.0.1
|
|
20
56
|
|
|
21
57
|
## 0.8.18-next.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-user-settings",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20250123022835",
|
|
4
4
|
"description": "A Backstage plugin that provides a settings page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -64,18 +64,18 @@
|
|
|
64
64
|
"test": "backstage-cli package test"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@backstage/catalog-model": "
|
|
68
|
-
"@backstage/core-app-api": "
|
|
69
|
-
"@backstage/core-compat-api": "0.0.0-nightly-
|
|
70
|
-
"@backstage/core-components": "0.
|
|
71
|
-
"@backstage/core-plugin-api": "
|
|
72
|
-
"@backstage/errors": "
|
|
73
|
-
"@backstage/frontend-plugin-api": "0.0.0-nightly-
|
|
74
|
-
"@backstage/plugin-catalog-react": "0.0.0-nightly-
|
|
75
|
-
"@backstage/plugin-signals-react": "0.0.
|
|
67
|
+
"@backstage/catalog-model": "1.7.3",
|
|
68
|
+
"@backstage/core-app-api": "1.15.4",
|
|
69
|
+
"@backstage/core-compat-api": "0.0.0-nightly-20250123022835",
|
|
70
|
+
"@backstage/core-components": "0.16.3",
|
|
71
|
+
"@backstage/core-plugin-api": "1.10.3",
|
|
72
|
+
"@backstage/errors": "1.2.7",
|
|
73
|
+
"@backstage/frontend-plugin-api": "0.0.0-nightly-20250123022835",
|
|
74
|
+
"@backstage/plugin-catalog-react": "0.0.0-nightly-20250123022835",
|
|
75
|
+
"@backstage/plugin-signals-react": "0.0.9",
|
|
76
76
|
"@backstage/plugin-user-settings-common": "0.0.1",
|
|
77
77
|
"@backstage/theme": "0.6.3",
|
|
78
|
-
"@backstage/types": "
|
|
78
|
+
"@backstage/types": "1.2.1",
|
|
79
79
|
"@material-ui/core": "^4.12.2",
|
|
80
80
|
"@material-ui/icons": "^4.9.1",
|
|
81
81
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -83,10 +83,10 @@
|
|
|
83
83
|
"zen-observable": "^0.10.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
87
|
-
"@backstage/dev-utils": "0.0.0-nightly-
|
|
88
|
-
"@backstage/plugin-catalog": "0.0.0-nightly-
|
|
89
|
-
"@backstage/test-utils": "
|
|
86
|
+
"@backstage/cli": "0.0.0-nightly-20250123022835",
|
|
87
|
+
"@backstage/dev-utils": "0.0.0-nightly-20250123022835",
|
|
88
|
+
"@backstage/plugin-catalog": "0.0.0-nightly-20250123022835",
|
|
89
|
+
"@backstage/test-utils": "1.7.4",
|
|
90
90
|
"@testing-library/dom": "^10.0.0",
|
|
91
91
|
"@testing-library/jest-dom": "^6.0.0",
|
|
92
92
|
"@testing-library/react": "^16.0.0",
|