@backstage/plugin-user-settings 0.0.0-nightly-20221008024821 → 0.0.0-nightly-20221010030156

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 +5 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
- ## 0.0.0-nightly-20221008024821
3
+ ## 0.0.0-nightly-20221010030156
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -18,10 +18,10 @@
18
18
  - 44c9a95dcf: Prevent `.set()` to execute a request to the StorageClient if the user is `guest`
19
19
  - 174f02a00a: Update installation instructions
20
20
  - Updated dependencies
21
- - @backstage/core-app-api@0.0.0-nightly-20221008024821
22
- - @backstage/core-components@0.0.0-nightly-20221008024821
23
- - @backstage/core-plugin-api@0.0.0-nightly-20221008024821
24
- - @backstage/errors@0.0.0-nightly-20221008024821
21
+ - @backstage/core-app-api@0.0.0-nightly-20221010030156
22
+ - @backstage/core-components@0.0.0-nightly-20221010030156
23
+ - @backstage/core-plugin-api@0.0.0-nightly-20221010030156
24
+ - @backstage/errors@0.0.0-nightly-20221010030156
25
25
  - @backstage/theme@0.2.16
26
26
  - @backstage/types@1.0.0
27
27
 
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-20221008024821",
4
+ "version": "0.0.0-nightly-20221010030156",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,10 +32,10 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/core-app-api": "^0.0.0-nightly-20221008024821",
36
- "@backstage/core-components": "^0.0.0-nightly-20221008024821",
37
- "@backstage/core-plugin-api": "^0.0.0-nightly-20221008024821",
38
- "@backstage/errors": "^0.0.0-nightly-20221008024821",
35
+ "@backstage/core-app-api": "^0.0.0-nightly-20221010030156",
36
+ "@backstage/core-components": "^0.0.0-nightly-20221010030156",
37
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20221010030156",
38
+ "@backstage/errors": "^0.0.0-nightly-20221010030156",
39
39
  "@backstage/theme": "^0.2.16",
40
40
  "@backstage/types": "^1.0.0",
41
41
  "@material-ui/core": "^4.12.2",
@@ -50,9 +50,9 @@
50
50
  "react-router": "6.0.0-beta.0 || ^6.3.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.0.0-nightly-20221008024821",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20221008024821",
55
- "@backstage/test-utils": "^0.0.0-nightly-20221008024821",
53
+ "@backstage/cli": "^0.0.0-nightly-20221010030156",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20221010030156",
55
+ "@backstage/test-utils": "^0.0.0-nightly-20221010030156",
56
56
  "@testing-library/jest-dom": "^5.10.1",
57
57
  "@testing-library/react": "^12.1.3",
58
58
  "@testing-library/user-event": "^14.0.0",