@backstage/plugin-user-settings 0.4.3-next.1 → 0.4.3

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 +16 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
+ ## 0.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
8
+ - cf647f6a72: Wired up the OneLogin provider to be visible in the Settings UI when configured correctly.
9
+
10
+ Previously it wasn't visible at all.
11
+
12
+ - af508a895e: Dynamically layout User Settings theme toggle container
13
+ - 230ad0826f: Bump to using `@types/node` v16
14
+ - 016c574b51: Added the ability to render extra setting tabs
15
+ - Updated dependencies
16
+ - @backstage/core-components@0.9.3
17
+ - @backstage/core-plugin-api@1.0.1
18
+
3
19
  ## 0.4.3-next.1
4
20
 
5
21
  ### Patch Changes
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.4.3-next.1",
4
+ "version": "0.4.3",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,8 +34,8 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/core-components": "^0.9.3-next.2",
38
- "@backstage/core-plugin-api": "^1.0.1-next.0",
37
+ "@backstage/core-components": "^0.9.3",
38
+ "@backstage/core-plugin-api": "^1.0.1",
39
39
  "@backstage/theme": "^0.2.15",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",
@@ -48,10 +48,10 @@
48
48
  "react": "^16.13.1 || ^17.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.17.0-next.3",
52
- "@backstage/core-app-api": "^1.0.1-next.1",
53
- "@backstage/dev-utils": "^1.0.1-next.1",
54
- "@backstage/test-utils": "^1.0.1-next.2",
51
+ "@backstage/cli": "^0.17.0",
52
+ "@backstage/core-app-api": "^1.0.1",
53
+ "@backstage/dev-utils": "^1.0.1",
54
+ "@backstage/test-utils": "^1.0.1",
55
55
  "@testing-library/jest-dom": "^5.10.1",
56
56
  "@testing-library/react": "^12.1.3",
57
57
  "@testing-library/user-event": "^14.0.0",
@@ -82,5 +82,5 @@
82
82
  }
83
83
  }
84
84
  },
85
- "gitHead": "2eca57d93ef1081f4a76a19fc994a8e9e1a19e00"
85
+ "gitHead": "e0e44c433319711c2fb8b175db411a621f7aaec2"
86
86
  }