@backstage/plugin-user-settings 0.8.22-next.3 → 0.8.22

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 +21 -0
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
+ ## 0.8.22
4
+
5
+ ### Patch Changes
6
+
7
+ - a7bfdb6: plugin-user-settingsgs support i18n
8
+ - fb58f20: Internal update to use the new `pluginId` option of `createFrontendPlugin`.
9
+ - 5b04b14: Uppercase language name in language select
10
+ - Updated dependencies
11
+ - @backstage/frontend-plugin-api@0.10.2
12
+ - @backstage/theme@0.6.6
13
+ - @backstage/core-app-api@1.17.0
14
+ - @backstage/core-components@0.17.2
15
+ - @backstage/catalog-model@1.7.4
16
+ - @backstage/core-compat-api@0.4.2
17
+ - @backstage/plugin-catalog-react@1.18.0
18
+ - @backstage/core-plugin-api@1.10.7
19
+ - @backstage/plugin-signals-react@0.0.13
20
+ - @backstage/errors@1.2.7
21
+ - @backstage/types@1.2.1
22
+ - @backstage/plugin-user-settings-common@0.0.1
23
+
3
24
  ## 0.8.22-next.3
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings",
3
- "version": "0.8.22-next.3",
3
+ "version": "0.8.22",
4
4
  "description": "A Backstage plugin that provides a settings page",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -67,18 +67,18 @@
67
67
  "test": "backstage-cli package test"
68
68
  },
69
69
  "dependencies": {
70
- "@backstage/catalog-model": "1.7.3",
71
- "@backstage/core-app-api": "1.17.0-next.1",
72
- "@backstage/core-compat-api": "0.4.2-next.3",
73
- "@backstage/core-components": "0.17.2-next.1",
74
- "@backstage/core-plugin-api": "1.10.7-next.0",
75
- "@backstage/errors": "1.2.7",
76
- "@backstage/frontend-plugin-api": "0.10.2-next.1",
77
- "@backstage/plugin-catalog-react": "1.18.0-next.3",
78
- "@backstage/plugin-signals-react": "0.0.13-next.0",
79
- "@backstage/plugin-user-settings-common": "0.0.1",
80
- "@backstage/theme": "0.6.6-next.0",
81
- "@backstage/types": "1.2.1",
70
+ "@backstage/catalog-model": "^1.7.4",
71
+ "@backstage/core-app-api": "^1.17.0",
72
+ "@backstage/core-compat-api": "^0.4.2",
73
+ "@backstage/core-components": "^0.17.2",
74
+ "@backstage/core-plugin-api": "^1.10.7",
75
+ "@backstage/errors": "^1.2.7",
76
+ "@backstage/frontend-plugin-api": "^0.10.2",
77
+ "@backstage/plugin-catalog-react": "^1.18.0",
78
+ "@backstage/plugin-signals-react": "^0.0.13",
79
+ "@backstage/plugin-user-settings-common": "^0.0.1",
80
+ "@backstage/theme": "^0.6.6",
81
+ "@backstage/types": "^1.2.1",
82
82
  "@material-ui/core": "^4.12.2",
83
83
  "@material-ui/icons": "^4.9.1",
84
84
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -86,10 +86,10 @@
86
86
  "zen-observable": "^0.10.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/cli": "0.32.1-next.3",
90
- "@backstage/dev-utils": "1.1.10-next.3",
91
- "@backstage/plugin-catalog": "1.30.0-next.3",
92
- "@backstage/test-utils": "1.7.8-next.2",
89
+ "@backstage/cli": "^0.32.1",
90
+ "@backstage/dev-utils": "^1.1.10",
91
+ "@backstage/plugin-catalog": "^1.30.0",
92
+ "@backstage/test-utils": "^1.7.8",
93
93
  "@testing-library/dom": "^10.0.0",
94
94
  "@testing-library/jest-dom": "^6.0.0",
95
95
  "@testing-library/react": "^16.0.0",