@backstage/plugin-user-settings 0.0.0-nightly-20250114022708 → 0.0.0-nightly-20250122023023

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +47 -11
  2. 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-20250114022708
3
+ ## 0.0.0-nightly-20250122023023
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-catalog-react@0.0.0-nightly-20250114022708
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250114022708
10
- - @backstage/core-plugin-api@0.0.0-nightly-20250114022708
11
- - @backstage/types@0.0.0-nightly-20250114022708
12
- - @backstage/catalog-model@0.0.0-nightly-20250114022708
13
- - @backstage/core-app-api@0.0.0-nightly-20250114022708
14
- - @backstage/core-compat-api@0.0.0-nightly-20250114022708
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-20250122023023
9
+ - @backstage/catalog-model@1.7.3
10
+ - @backstage/core-app-api@1.15.4
11
+ - @backstage/core-compat-api@0.0.0-nightly-20250122023023
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/plugin-signals-react@0.0.0-nightly-20250114022708
16
+ - @backstage/types@1.2.1
17
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20250122023023
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-20250114022708",
3
+ "version": "0.0.0-nightly-20250122023023",
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": "0.0.0-nightly-20250114022708",
68
- "@backstage/core-app-api": "0.0.0-nightly-20250114022708",
69
- "@backstage/core-compat-api": "0.0.0-nightly-20250114022708",
70
- "@backstage/core-components": "0.0.0-nightly-20250114022708",
71
- "@backstage/core-plugin-api": "0.0.0-nightly-20250114022708",
72
- "@backstage/errors": "0.0.0-nightly-20250114022708",
73
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250114022708",
74
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20250114022708",
75
- "@backstage/plugin-signals-react": "0.0.0-nightly-20250114022708",
67
+ "@backstage/catalog-model": "1.7.3",
68
+ "@backstage/core-app-api": "1.15.4",
69
+ "@backstage/core-compat-api": "0.0.0-nightly-20250122023023",
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-20250122023023",
74
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20250122023023",
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": "0.0.0-nightly-20250114022708",
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-20250114022708",
87
- "@backstage/dev-utils": "0.0.0-nightly-20250114022708",
88
- "@backstage/plugin-catalog": "0.0.0-nightly-20250114022708",
89
- "@backstage/test-utils": "0.0.0-nightly-20250114022708",
86
+ "@backstage/cli": "0.0.0-nightly-20250122023023",
87
+ "@backstage/dev-utils": "0.0.0-nightly-20250122023023",
88
+ "@backstage/plugin-catalog": "0.0.0-nightly-20250122023023",
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",