@backstage/plugin-user-settings 0.4.4-next.0 → 0.4.4

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 +9 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
+ ## 0.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - ed075219aa: Added alternative text to profile picture
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.9.4
10
+ - @backstage/core-plugin-api@1.0.2
11
+
3
12
  ## 0.4.4-next.0
4
13
 
5
14
  ### 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.4-next.0",
4
+ "version": "0.4.4",
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.4-next.0",
38
- "@backstage/core-plugin-api": "^1.0.2-next.0",
37
+ "@backstage/core-components": "^0.9.4",
38
+ "@backstage/core-plugin-api": "^1.0.2",
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.1-next.1",
52
- "@backstage/core-app-api": "^1.0.2-next.0",
53
- "@backstage/dev-utils": "^1.0.2-next.1",
54
- "@backstage/test-utils": "^1.1.0-next.1",
51
+ "@backstage/cli": "^0.17.1",
52
+ "@backstage/core-app-api": "^1.0.2",
53
+ "@backstage/dev-utils": "^1.0.2",
54
+ "@backstage/test-utils": "^1.1.0",
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": "0b3df66a238c66a5498dab85b1ed85a8607289f1"
85
+ "gitHead": "96323f280ba32ee526c5b151cda42260aee927c9"
86
86
  }