@backstage/plugin-user-settings 0.8.23-next.2 → 0.8.24-next.0

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,44 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
+ ## 0.8.24-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/theme@0.6.7-next.0
9
+ - @backstage/plugin-catalog-react@1.19.1-next.0
10
+ - @backstage/core-components@0.17.4-next.0
11
+ - @backstage/catalog-model@1.7.4
12
+ - @backstage/core-app-api@1.17.1
13
+ - @backstage/core-compat-api@0.4.4-next.0
14
+ - @backstage/core-plugin-api@1.10.8
15
+ - @backstage/errors@1.2.7
16
+ - @backstage/frontend-plugin-api@0.10.4-next.0
17
+ - @backstage/types@1.2.1
18
+ - @backstage/plugin-signals-react@0.0.14
19
+ - @backstage/plugin-user-settings-common@0.0.1
20
+
21
+ ## 0.8.23
22
+
23
+ ### Patch Changes
24
+
25
+ - 18c64e9: Added the `info.packageJson` option to the plugin instance for the new frontend system.
26
+ - ab6d3dd: Add some translation to user-setting plugin
27
+ - c83cd8b: Fixed some circular or otherwise unclear imports
28
+ - Updated dependencies
29
+ - @backstage/core-components@0.17.3
30
+ - @backstage/core-plugin-api@1.10.8
31
+ - @backstage/frontend-plugin-api@0.10.3
32
+ - @backstage/plugin-catalog-react@1.19.0
33
+ - @backstage/catalog-model@1.7.4
34
+ - @backstage/core-app-api@1.17.1
35
+ - @backstage/core-compat-api@0.4.3
36
+ - @backstage/errors@1.2.7
37
+ - @backstage/theme@0.6.6
38
+ - @backstage/types@1.2.1
39
+ - @backstage/plugin-signals-react@0.0.14
40
+ - @backstage/plugin-user-settings-common@0.0.1
41
+
3
42
  ## 0.8.23-next.2
4
43
 
5
44
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-user-settings";
2
- var version = "0.8.23-next.2";
2
+ var version = "0.8.24-next.0";
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.8.23-next.2",
3
+ "version": "0.8.24-next.0",
4
4
  "description": "A Backstage plugin that provides a settings page",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -68,16 +68,16 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@backstage/catalog-model": "1.7.4",
71
- "@backstage/core-app-api": "1.17.0",
72
- "@backstage/core-compat-api": "0.4.3-next.2",
73
- "@backstage/core-components": "0.17.3-next.0",
74
- "@backstage/core-plugin-api": "1.10.7",
71
+ "@backstage/core-app-api": "1.17.1",
72
+ "@backstage/core-compat-api": "0.4.4-next.0",
73
+ "@backstage/core-components": "0.17.4-next.0",
74
+ "@backstage/core-plugin-api": "1.10.8",
75
75
  "@backstage/errors": "1.2.7",
76
- "@backstage/frontend-plugin-api": "0.10.3-next.1",
77
- "@backstage/plugin-catalog-react": "1.19.0-next.2",
78
- "@backstage/plugin-signals-react": "0.0.13",
76
+ "@backstage/frontend-plugin-api": "0.10.4-next.0",
77
+ "@backstage/plugin-catalog-react": "1.19.1-next.0",
78
+ "@backstage/plugin-signals-react": "0.0.14",
79
79
  "@backstage/plugin-user-settings-common": "0.0.1",
80
- "@backstage/theme": "0.6.6",
80
+ "@backstage/theme": "0.6.7-next.0",
81
81
  "@backstage/types": "1.2.1",
82
82
  "@material-ui/core": "^4.12.2",
83
83
  "@material-ui/icons": "^4.9.1",
@@ -86,10 +86,10 @@
86
86
  "zen-observable": "^0.10.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/cli": "0.33.0-next.1",
90
- "@backstage/dev-utils": "1.1.11-next.2",
91
- "@backstage/plugin-catalog": "1.31.0-next.2",
92
- "@backstage/test-utils": "1.7.8",
89
+ "@backstage/cli": "0.33.1-next.0",
90
+ "@backstage/dev-utils": "1.1.12-next.0",
91
+ "@backstage/plugin-catalog": "1.31.1-next.0",
92
+ "@backstage/test-utils": "1.7.10-next.0",
93
93
  "@testing-library/dom": "^10.0.0",
94
94
  "@testing-library/jest-dom": "^6.0.0",
95
95
  "@testing-library/react": "^16.0.0",