@backstage/plugin-user-settings 0.7.4-next.3 → 0.7.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.
- package/CHANGELOG.md +15 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @backstage/plugin-user-settings
|
|
2
2
|
|
|
3
|
+
## 0.7.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7a8441b9a323: Reflect the updated sign on status for a provider after signing out.
|
|
8
|
+
- 5362a7c58eaa: Improved the user experience of the feature flags list. It now sorts the enabled flags to the top of the list to increase the visibilities of the toggled flags.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/core-app-api@1.8.1
|
|
11
|
+
- @backstage/core-plugin-api@1.5.2
|
|
12
|
+
- @backstage/core-components@0.13.2
|
|
13
|
+
- @backstage/types@1.1.0
|
|
14
|
+
- @backstage/theme@0.4.0
|
|
15
|
+
- @backstage/plugin-catalog-react@1.7.0
|
|
16
|
+
- @backstage/errors@1.2.0
|
|
17
|
+
|
|
3
18
|
## 0.7.4-next.3
|
|
4
19
|
|
|
5
20
|
### 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.7.4
|
|
4
|
+
"version": "0.7.4",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"clean": "backstage-cli package clean"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/core-app-api": "^1.8.1
|
|
36
|
-
"@backstage/core-components": "^0.13.2
|
|
37
|
-
"@backstage/core-plugin-api": "^1.5.2
|
|
38
|
-
"@backstage/errors": "^1.2.0
|
|
39
|
-
"@backstage/plugin-catalog-react": "^1.7.0
|
|
40
|
-
"@backstage/theme": "^0.4.0
|
|
41
|
-
"@backstage/types": "^1.0
|
|
35
|
+
"@backstage/core-app-api": "^1.8.1",
|
|
36
|
+
"@backstage/core-components": "^0.13.2",
|
|
37
|
+
"@backstage/core-plugin-api": "^1.5.2",
|
|
38
|
+
"@backstage/errors": "^1.2.0",
|
|
39
|
+
"@backstage/plugin-catalog-react": "^1.7.0",
|
|
40
|
+
"@backstage/theme": "^0.4.0",
|
|
41
|
+
"@backstage/types": "^1.1.0",
|
|
42
42
|
"@material-ui/core": "^4.12.2",
|
|
43
43
|
"@material-ui/icons": "^4.9.1",
|
|
44
44
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@backstage/cli": "^0.22.8
|
|
56
|
-
"@backstage/dev-utils": "^1.0.16
|
|
57
|
-
"@backstage/test-utils": "^1.4.0
|
|
55
|
+
"@backstage/cli": "^0.22.8",
|
|
56
|
+
"@backstage/dev-utils": "^1.0.16",
|
|
57
|
+
"@backstage/test-utils": "^1.4.0",
|
|
58
58
|
"@testing-library/dom": "^8.0.0",
|
|
59
59
|
"@testing-library/jest-dom": "^5.10.1",
|
|
60
60
|
"@testing-library/react": "^12.1.3",
|