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

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,24 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
+ ## 0.8.12-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
8
+ - da86ac2: Update README to clarify location of additional tabs example
9
+ - Updated dependencies
10
+ - @backstage/core-components@0.14.11-next.1
11
+ - @backstage/plugin-catalog-react@1.13.0-next.2
12
+ - @backstage/core-app-api@1.14.3-next.0
13
+ - @backstage/core-compat-api@0.3.0-next.2
14
+ - @backstage/core-plugin-api@1.9.4-next.0
15
+ - @backstage/frontend-plugin-api@0.8.0-next.2
16
+ - @backstage/theme@0.5.7-next.0
17
+ - @backstage/plugin-signals-react@0.0.5-next.1
18
+ - @backstage/errors@1.2.4
19
+ - @backstage/types@1.1.1
20
+ - @backstage/plugin-user-settings-common@0.0.1
21
+
3
22
  ## 0.8.12-next.1
4
23
 
5
24
  ### 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-next.2",
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-next.2",
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.14.3-next.0",
58
+ "@backstage/core-compat-api": "^0.3.0-next.2",
59
+ "@backstage/core-components": "^0.14.11-next.1",
60
+ "@backstage/core-plugin-api": "^1.9.4-next.0",
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-next.2",
63
+ "@backstage/plugin-catalog-react": "^1.13.0-next.2",
64
+ "@backstage/plugin-signals-react": "^0.0.5-next.1",
65
65
  "@backstage/plugin-user-settings-common": "^0.0.1",
66
- "@backstage/theme": "^0.5.6",
66
+ "@backstage/theme": "^0.5.7-next.0",
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-next.2",
77
+ "@backstage/dev-utils": "^1.1.0-next.2",
78
+ "@backstage/plugin-catalog": "^1.23.0-next.2",
79
+ "@backstage/test-utils": "^1.6.0-next.1",
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
  },