@backstage/plugin-user-settings 0.8.14-next.2 → 0.8.15-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,43 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
+ ## 0.8.15-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.16.0-next.0
9
+ - @backstage/catalog-model@1.7.0
10
+ - @backstage/core-app-api@1.15.1
11
+ - @backstage/core-compat-api@0.3.2-next.0
12
+ - @backstage/core-plugin-api@1.10.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/frontend-plugin-api@0.9.1-next.0
15
+ - @backstage/theme@0.6.0
16
+ - @backstage/types@1.1.1
17
+ - @backstage/plugin-catalog-react@1.14.1-next.0
18
+ - @backstage/plugin-signals-react@0.0.6
19
+ - @backstage/plugin-user-settings-common@0.0.1
20
+
21
+ ## 0.8.14
22
+
23
+ ### Patch Changes
24
+
25
+ - e969dc7: Move `@types/react` to a peer dependency.
26
+ - 0040632: `useUserProfile` will now use the user's picture stored in the catalog as a fallback if the identity provider doesn't return a picture.
27
+ - Updated dependencies
28
+ - @backstage/core-components@0.15.1
29
+ - @backstage/frontend-plugin-api@0.9.0
30
+ - @backstage/plugin-signals-react@0.0.6
31
+ - @backstage/core-compat-api@0.3.1
32
+ - @backstage/core-plugin-api@1.10.0
33
+ - @backstage/core-app-api@1.15.1
34
+ - @backstage/plugin-catalog-react@1.14.0
35
+ - @backstage/theme@0.6.0
36
+ - @backstage/catalog-model@1.7.0
37
+ - @backstage/errors@1.2.4
38
+ - @backstage/types@1.1.1
39
+ - @backstage/plugin-user-settings-common@0.0.1
40
+
3
41
  ## 0.8.14-next.2
4
42
 
5
43
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings__alpha",
3
- "version": "0.8.14-next.2",
3
+ "version": "0.8.15-next.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings",
3
- "version": "0.8.14-next.2",
3
+ "version": "0.8.15-next.0",
4
4
  "description": "A Backstage plugin that provides a settings page",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -56,16 +56,16 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@backstage/catalog-model": "1.7.0",
59
- "@backstage/core-app-api": "1.15.1-next.1",
60
- "@backstage/core-compat-api": "0.3.1-next.2",
61
- "@backstage/core-components": "0.15.1-next.2",
62
- "@backstage/core-plugin-api": "1.10.0-next.1",
59
+ "@backstage/core-app-api": "1.15.1",
60
+ "@backstage/core-compat-api": "0.3.2-next.0",
61
+ "@backstage/core-components": "0.16.0-next.0",
62
+ "@backstage/core-plugin-api": "1.10.0",
63
63
  "@backstage/errors": "1.2.4",
64
- "@backstage/frontend-plugin-api": "0.9.0-next.2",
65
- "@backstage/plugin-catalog-react": "1.14.0-next.2",
66
- "@backstage/plugin-signals-react": "0.0.6-next.1",
64
+ "@backstage/frontend-plugin-api": "0.9.1-next.0",
65
+ "@backstage/plugin-catalog-react": "1.14.1-next.0",
66
+ "@backstage/plugin-signals-react": "0.0.6",
67
67
  "@backstage/plugin-user-settings-common": "0.0.1",
68
- "@backstage/theme": "0.6.0-next.1",
68
+ "@backstage/theme": "0.6.0",
69
69
  "@backstage/types": "1.1.1",
70
70
  "@material-ui/core": "^4.12.2",
71
71
  "@material-ui/icons": "^4.9.1",
@@ -74,10 +74,10 @@
74
74
  "zen-observable": "^0.10.0"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/cli": "0.28.0-next.2",
78
- "@backstage/dev-utils": "1.1.2-next.2",
79
- "@backstage/plugin-catalog": "1.24.0-next.2",
80
- "@backstage/test-utils": "1.6.1-next.2",
77
+ "@backstage/cli": "0.29.0-next.0",
78
+ "@backstage/dev-utils": "1.1.3-next.0",
79
+ "@backstage/plugin-catalog": "1.24.1-next.0",
80
+ "@backstage/test-utils": "1.7.0",
81
81
  "@testing-library/dom": "^10.0.0",
82
82
  "@testing-library/jest-dom": "^6.0.0",
83
83
  "@testing-library/react": "^16.0.0",