@backstage/plugin-user-settings 0.8.12-next.2 → 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,25 @@
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
+
3
23
  ## 0.8.12-next.2
4
24
 
5
25
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings__alpha",
3
- "version": "0.8.12-next.2",
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.2",
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.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",
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.2",
63
- "@backstage/plugin-catalog-react": "^1.13.0-next.2",
64
- "@backstage/plugin-signals-react": "^0.0.5-next.1",
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.7-next.0",
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,10 +73,10 @@
73
73
  "zen-observable": "^0.10.0"
74
74
  },
75
75
  "devDependencies": {
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",
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
82
  "@testing-library/react": "^16.0.0",