@backstage/plugin-user-settings 0.8.6-next.2 → 0.8.6
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 +13 -0
- package/README.md +1 -2
- package/alpha/package.json +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-user-settings
|
|
2
2
|
|
|
3
|
+
## 0.8.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 131e5cb: Fix broken links in README.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/core-compat-api@0.2.5
|
|
10
|
+
- @backstage/core-components@0.14.7
|
|
11
|
+
- @backstage/plugin-catalog-react@1.12.0
|
|
12
|
+
- @backstage/theme@0.5.4
|
|
13
|
+
- @backstage/core-app-api@1.12.5
|
|
14
|
+
- @backstage/frontend-plugin-api@0.6.5
|
|
15
|
+
|
|
3
16
|
## 0.8.6-next.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -8,8 +8,7 @@ This plugin provides two components, `<UserSettings />` is intended to be used w
|
|
|
8
8
|
|
|
9
9
|
It also provides a `UserSettingsStorage` implementation of the `StorageApi`, to
|
|
10
10
|
be used in the frontend as a persistent alternative to the builtin `WebStorage`.
|
|
11
|
-
Please see [the backend
|
|
12
|
-
README](https://github.com/backstage/backstage/tree/master/plugins/user-settings-backend)
|
|
11
|
+
Please see [the backend README](https://github.com/backstage/backstage/tree/master/plugins/user-settings-backend)
|
|
13
12
|
for installation instructions.
|
|
14
13
|
|
|
15
14
|
## Components Usage
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-user-settings",
|
|
3
|
-
"version": "0.8.6
|
|
3
|
+
"version": "0.8.6",
|
|
4
4
|
"description": "A Backstage plugin that provides a settings page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin"
|
|
@@ -48,14 +48,14 @@
|
|
|
48
48
|
"test": "backstage-cli package test"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@backstage/core-app-api": "^1.12.
|
|
52
|
-
"@backstage/core-compat-api": "^0.2.5
|
|
53
|
-
"@backstage/core-components": "^0.14.7
|
|
51
|
+
"@backstage/core-app-api": "^1.12.5",
|
|
52
|
+
"@backstage/core-compat-api": "^0.2.5",
|
|
53
|
+
"@backstage/core-components": "^0.14.7",
|
|
54
54
|
"@backstage/core-plugin-api": "^1.9.2",
|
|
55
55
|
"@backstage/errors": "^1.2.4",
|
|
56
|
-
"@backstage/frontend-plugin-api": "^0.6.5
|
|
57
|
-
"@backstage/plugin-catalog-react": "^1.12.0
|
|
58
|
-
"@backstage/theme": "^0.5.4
|
|
56
|
+
"@backstage/frontend-plugin-api": "^0.6.5",
|
|
57
|
+
"@backstage/plugin-catalog-react": "^1.12.0",
|
|
58
|
+
"@backstage/theme": "^0.5.4",
|
|
59
59
|
"@backstage/types": "^1.1.1",
|
|
60
60
|
"@material-ui/core": "^4.12.2",
|
|
61
61
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"zen-observable": "^0.10.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@backstage/cli": "^0.26.5
|
|
69
|
-
"@backstage/dev-utils": "^1.0.32
|
|
70
|
-
"@backstage/plugin-catalog": "^1.20.0
|
|
71
|
-
"@backstage/test-utils": "^1.5.5
|
|
68
|
+
"@backstage/cli": "^0.26.5",
|
|
69
|
+
"@backstage/dev-utils": "^1.0.32",
|
|
70
|
+
"@backstage/plugin-catalog": "^1.20.0",
|
|
71
|
+
"@backstage/test-utils": "^1.5.5",
|
|
72
72
|
"@testing-library/dom": "^10.0.0",
|
|
73
73
|
"@testing-library/jest-dom": "^6.0.0",
|
|
74
74
|
"@testing-library/react": "^15.0.0",
|