@backstage/plugin-user-settings 0.0.0-nightly-20220614024926 → 0.0.0-nightly-20220622024934

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 +17 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
- ## 0.0.0-nightly-20220614024926
3
+ ## 0.0.0-nightly-20220622024934
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20220622024934
9
+
10
+ ## 0.4.6-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/core-components@0.9.6-next.0
16
+
17
+ ## 0.4.5
4
18
 
5
19
  ### Patch Changes
6
20
 
@@ -8,8 +22,8 @@
8
22
  - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
9
23
  - bff65e6958: Updated sidebar-related logic to use `<SidebarPinStateProvider>` + `useSidebarPinState()` and/or `<SidebarOpenStateProvider>` + `useSidebarOpenState()` from `@backstage/core-components`.
10
24
  - Updated dependencies
11
- - @backstage/core-components@0.0.0-nightly-20220614024926
12
- - @backstage/core-plugin-api@0.0.0-nightly-20220614024926
25
+ - @backstage/core-components@0.9.5
26
+ - @backstage/core-plugin-api@1.0.3
13
27
 
14
28
  ## 0.4.5-next.1
15
29
 
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-20220614024926",
4
+ "version": "0.0.0-nightly-20220622024934",
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.0.0-nightly-20220614024926",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220614024926",
37
+ "@backstage/core-components": "^0.0.0-nightly-20220622024934",
38
+ "@backstage/core-plugin-api": "^1.0.3",
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.0.0-nightly-20220614024926",
52
- "@backstage/core-app-api": "^0.0.0-nightly-20220614024926",
53
- "@backstage/dev-utils": "^0.0.0-nightly-20220614024926",
54
- "@backstage/test-utils": "^0.0.0-nightly-20220614024926",
51
+ "@backstage/cli": "^0.0.0-nightly-20220622024934",
52
+ "@backstage/core-app-api": "^0.0.0-nightly-20220622024934",
53
+ "@backstage/dev-utils": "^0.0.0-nightly-20220622024934",
54
+ "@backstage/test-utils": "^0.0.0-nightly-20220622024934",
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",