@backstage/plugin-user-settings 0.0.0-nightly-202201921950 → 0.0.0-nightly-20220209022121

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 +31 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,34 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
- ## 0.0.0-nightly-202201921950
3
+ ## 0.0.0-nightly-20220209022121
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20220209022121
9
+
10
+ ## 0.3.19-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/core-components@0.8.8-next.0
16
+
17
+ ## 0.3.18
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/core-components@0.8.7
23
+
24
+ ## 0.3.18-next.0
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ - @backstage/core-components@0.8.7-next.0
30
+
31
+ ## 0.3.17
4
32
 
5
33
  ### Patch Changes
6
34
 
@@ -9,8 +37,8 @@
9
37
  **Other plugins:** Smaller style adjustments across plugins to improve the UI on mobile devices.
10
38
 
11
39
  - Updated dependencies
12
- - @backstage/core-components@0.0.0-nightly-202201921950
13
- - @backstage/core-plugin-api@0.0.0-nightly-202201921950
40
+ - @backstage/core-components@0.8.5
41
+ - @backstage/core-plugin-api@0.6.0
14
42
 
15
43
  ## 0.3.17-next.0
16
44
 
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.0.0-nightly-202201921950",
4
+ "version": "0.0.0-nightly-20220209022121",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -31,8 +31,8 @@
31
31
  "clean": "backstage-cli clean"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/core-components": "^0.0.0-nightly-202201921950",
35
- "@backstage/core-plugin-api": "^0.0.0-nightly-202201921950",
34
+ "@backstage/core-components": "^0.0.0-nightly-20220209022121",
35
+ "@backstage/core-plugin-api": "^0.6.0",
36
36
  "@backstage/theme": "^0.2.14",
37
37
  "@material-ui/core": "^4.12.2",
38
38
  "@material-ui/icons": "^4.9.1",
@@ -44,10 +44,10 @@
44
44
  "react": "^16.13.1 || ^17.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/cli": "^0.0.0-nightly-202201921950",
48
- "@backstage/core-app-api": "^0.0.0-nightly-202201921950",
49
- "@backstage/dev-utils": "^0.0.0-nightly-202201921950",
50
- "@backstage/test-utils": "^0.0.0-nightly-202201921950",
47
+ "@backstage/cli": "^0.0.0-nightly-20220209022121",
48
+ "@backstage/core-app-api": "^0.5.2",
49
+ "@backstage/dev-utils": "^0.0.0-nightly-20220209022121",
50
+ "@backstage/test-utils": "^0.2.4",
51
51
  "@testing-library/jest-dom": "^5.10.1",
52
52
  "@testing-library/react": "^11.2.5",
53
53
  "@testing-library/user-event": "^13.1.8",