@backstage/plugin-user-settings 0.8.12-next.1 → 0.8.12

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 CHANGED
@@ -1,5 +1,44 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
+ ## 0.8.12
4
+
5
+ ### Patch Changes
6
+
7
+ - fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints.
8
+ - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
9
+ - da86ac2: Update README to clarify location of additional tabs example
10
+ - Updated dependencies
11
+ - @backstage/core-components@0.15.0
12
+ - @backstage/plugin-catalog-react@1.13.0
13
+ - @backstage/frontend-plugin-api@0.8.0
14
+ - @backstage/core-app-api@1.15.0
15
+ - @backstage/core-compat-api@0.3.0
16
+ - @backstage/core-plugin-api@1.9.4
17
+ - @backstage/theme@0.5.7
18
+ - @backstage/plugin-signals-react@0.0.5
19
+ - @backstage/errors@1.2.4
20
+ - @backstage/types@1.1.1
21
+ - @backstage/plugin-user-settings-common@0.0.1
22
+
23
+ ## 0.8.12-next.2
24
+
25
+ ### Patch Changes
26
+
27
+ - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
28
+ - da86ac2: Update README to clarify location of additional tabs example
29
+ - Updated dependencies
30
+ - @backstage/core-components@0.14.11-next.1
31
+ - @backstage/plugin-catalog-react@1.13.0-next.2
32
+ - @backstage/core-app-api@1.14.3-next.0
33
+ - @backstage/core-compat-api@0.3.0-next.2
34
+ - @backstage/core-plugin-api@1.9.4-next.0
35
+ - @backstage/frontend-plugin-api@0.8.0-next.2
36
+ - @backstage/theme@0.5.7-next.0
37
+ - @backstage/plugin-signals-react@0.0.5-next.1
38
+ - @backstage/errors@1.2.4
39
+ - @backstage/types@1.1.1
40
+ - @backstage/plugin-user-settings-common@0.0.1
41
+
3
42
  ## 0.8.12-next.1
4
43
 
5
44
  ### Patch Changes
package/README.md CHANGED
@@ -91,7 +91,7 @@ To standardize the UI of all setting tabs,
91
91
  make sure you use a similar component structure as the other tabs.
92
92
  You can take a look at
93
93
  [the example extra tab](https://github.com/backstage/backstage/blob/master/packages/app/src/components/advancedSettings/AdvancedSettings.tsx)
94
- we have created in Backstage's demo app.
94
+ we have created in Backstage's example app.
95
95
 
96
96
  To change the layout altogether, create a custom page in `packages/app/src/components/user-settings/SettingsPage.tsx`:
97
97
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings__alpha",
3
- "version": "0.8.12-next.1",
3
+ "version": "0.8.12",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings",
3
- "version": "0.8.12-next.1",
3
+ "version": "0.8.12",
4
4
  "description": "A Backstage plugin that provides a settings page",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -54,16 +54,16 @@
54
54
  "test": "backstage-cli package test"
55
55
  },
56
56
  "dependencies": {
57
- "@backstage/core-app-api": "^1.14.2",
58
- "@backstage/core-compat-api": "^0.3.0-next.1",
59
- "@backstage/core-components": "^0.14.11-next.0",
60
- "@backstage/core-plugin-api": "^1.9.3",
57
+ "@backstage/core-app-api": "^1.15.0",
58
+ "@backstage/core-compat-api": "^0.3.0",
59
+ "@backstage/core-components": "^0.15.0",
60
+ "@backstage/core-plugin-api": "^1.9.4",
61
61
  "@backstage/errors": "^1.2.4",
62
- "@backstage/frontend-plugin-api": "^0.8.0-next.1",
63
- "@backstage/plugin-catalog-react": "^1.12.4-next.1",
64
- "@backstage/plugin-signals-react": "^0.0.5-next.0",
62
+ "@backstage/frontend-plugin-api": "^0.8.0",
63
+ "@backstage/plugin-catalog-react": "^1.13.0",
64
+ "@backstage/plugin-signals-react": "^0.0.5",
65
65
  "@backstage/plugin-user-settings-common": "^0.0.1",
66
- "@backstage/theme": "^0.5.6",
66
+ "@backstage/theme": "^0.5.7",
67
67
  "@backstage/types": "^1.1.1",
68
68
  "@material-ui/core": "^4.12.2",
69
69
  "@material-ui/icons": "^4.9.1",
@@ -73,13 +73,13 @@
73
73
  "zen-observable": "^0.10.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@backstage/cli": "^0.27.1-next.1",
77
- "@backstage/dev-utils": "^1.0.38-next.1",
78
- "@backstage/plugin-catalog": "^1.22.1-next.1",
79
- "@backstage/test-utils": "^1.6.0-next.0",
76
+ "@backstage/cli": "^0.27.1",
77
+ "@backstage/dev-utils": "^1.1.0",
78
+ "@backstage/plugin-catalog": "^1.23.0",
79
+ "@backstage/test-utils": "^1.6.0",
80
80
  "@testing-library/dom": "^10.0.0",
81
81
  "@testing-library/jest-dom": "^6.0.0",
82
- "@testing-library/react": "^15.0.0",
82
+ "@testing-library/react": "^16.0.0",
83
83
  "@testing-library/user-event": "^14.0.0",
84
84
  "msw": "^1.0.0"
85
85
  },