@backstage/plugin-user-settings 0.8.1-next.3 → 0.8.1

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,23 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
8
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
9
+ - d5b14a0: conditionally rendering the user name and email in user settings page
10
+ - Updated dependencies
11
+ - @backstage/frontend-plugin-api@0.6.0
12
+ - @backstage/core-compat-api@0.2.0
13
+ - @backstage/plugin-catalog-react@1.10.0
14
+ - @backstage/core-components@0.14.0
15
+ - @backstage/core-app-api@1.12.0
16
+ - @backstage/theme@0.5.1
17
+ - @backstage/core-plugin-api@1.9.0
18
+ - @backstage/errors@1.2.3
19
+ - @backstage/types@1.1.1
20
+
3
21
  ## 0.8.1-next.3
4
22
 
5
23
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings",
3
- "version": "0.8.1-next.3",
3
+ "version": "0.8.1",
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings",
3
3
  "description": "A Backstage plugin that provides a settings page",
4
- "version": "0.8.1-next.3",
4
+ "version": "0.8.1",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -44,14 +44,14 @@
44
44
  "clean": "backstage-cli package clean"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/core-app-api": "^1.12.0-next.1",
48
- "@backstage/core-compat-api": "^0.2.0-next.3",
49
- "@backstage/core-components": "^0.14.0-next.2",
50
- "@backstage/core-plugin-api": "^1.9.0-next.1",
47
+ "@backstage/core-app-api": "^1.12.0",
48
+ "@backstage/core-compat-api": "^0.2.0",
49
+ "@backstage/core-components": "^0.14.0",
50
+ "@backstage/core-plugin-api": "^1.9.0",
51
51
  "@backstage/errors": "^1.2.3",
52
- "@backstage/frontend-plugin-api": "^0.6.0-next.3",
53
- "@backstage/plugin-catalog-react": "^1.10.0-next.3",
54
- "@backstage/theme": "^0.5.1-next.1",
52
+ "@backstage/frontend-plugin-api": "^0.6.0",
53
+ "@backstage/plugin-catalog-react": "^1.10.0",
54
+ "@backstage/theme": "^0.5.1",
55
55
  "@backstage/types": "^1.1.1",
56
56
  "@material-ui/core": "^4.12.2",
57
57
  "@material-ui/icons": "^4.9.1",
@@ -66,10 +66,10 @@
66
66
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/cli": "^0.25.2-next.3",
70
- "@backstage/dev-utils": "^1.0.27-next.3",
71
- "@backstage/plugin-catalog": "^1.17.0-next.3",
72
- "@backstage/test-utils": "^1.5.0-next.3",
69
+ "@backstage/cli": "^0.25.2",
70
+ "@backstage/dev-utils": "^1.0.27",
71
+ "@backstage/plugin-catalog": "^1.17.0",
72
+ "@backstage/test-utils": "^1.5.0",
73
73
  "@testing-library/dom": "^9.0.0",
74
74
  "@testing-library/jest-dom": "^6.0.0",
75
75
  "@testing-library/react": "^14.0.0",