@backstage/plugin-user-settings 0.8.0-next.2 → 0.8.0
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 +21 -0
- package/alpha/package.json +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-user-settings
|
|
2
2
|
|
|
3
|
+
## 0.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 56b2fb0: Updated the user settings selector to use a select component that displays native language names instead of language codes if possible.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- eea0849: add user-settings declarative integration core nav item
|
|
12
|
+
- 4016f21: Remove some unused dependencies
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- @backstage/core-compat-api@0.1.1
|
|
15
|
+
- @backstage/frontend-plugin-api@0.5.0
|
|
16
|
+
- @backstage/core-components@0.13.10
|
|
17
|
+
- @backstage/core-plugin-api@1.8.2
|
|
18
|
+
- @backstage/plugin-catalog-react@1.9.3
|
|
19
|
+
- @backstage/core-app-api@1.11.3
|
|
20
|
+
- @backstage/errors@1.2.3
|
|
21
|
+
- @backstage/theme@0.5.0
|
|
22
|
+
- @backstage/types@1.1.1
|
|
23
|
+
|
|
3
24
|
## 0.8.0-next.2
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/alpha/package.json
CHANGED
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.8.0
|
|
4
|
+
"version": "0.8.0",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
"clean": "backstage-cli package clean"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/core-app-api": "^1.11.3
|
|
48
|
-
"@backstage/core-compat-api": "^0.1.1
|
|
49
|
-
"@backstage/core-components": "^0.13.10
|
|
50
|
-
"@backstage/core-plugin-api": "^1.8.2
|
|
47
|
+
"@backstage/core-app-api": "^1.11.3",
|
|
48
|
+
"@backstage/core-compat-api": "^0.1.1",
|
|
49
|
+
"@backstage/core-components": "^0.13.10",
|
|
50
|
+
"@backstage/core-plugin-api": "^1.8.2",
|
|
51
51
|
"@backstage/errors": "^1.2.3",
|
|
52
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
53
|
-
"@backstage/plugin-catalog-react": "^1.9.3
|
|
52
|
+
"@backstage/frontend-plugin-api": "^0.5.0",
|
|
53
|
+
"@backstage/plugin-catalog-react": "^1.9.3",
|
|
54
54
|
"@backstage/theme": "^0.5.0",
|
|
55
55
|
"@backstage/types": "^1.1.1",
|
|
56
56
|
"@material-ui/core": "^4.12.2",
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@backstage/cli": "^0.25.1
|
|
70
|
-
"@backstage/dev-utils": "^1.0.26
|
|
71
|
-
"@backstage/plugin-catalog": "^1.16.1
|
|
72
|
-
"@backstage/test-utils": "^1.4.7
|
|
69
|
+
"@backstage/cli": "^0.25.1",
|
|
70
|
+
"@backstage/dev-utils": "^1.0.26",
|
|
71
|
+
"@backstage/plugin-catalog": "^1.16.1",
|
|
72
|
+
"@backstage/test-utils": "^1.4.7",
|
|
73
73
|
"@testing-library/dom": "^9.0.0",
|
|
74
74
|
"@testing-library/jest-dom": "^6.0.0",
|
|
75
75
|
"@testing-library/react": "^14.0.0",
|