@backstage/plugin-user-settings 0.9.1-next.1 → 0.9.1-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 +11 -0
- package/dist/alpha.d.ts +0 -1
- package/dist/package.json.esm.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-user-settings
|
|
2
2
|
|
|
3
|
+
## 0.9.1-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-app-api@1.19.6-next.1
|
|
9
|
+
- @backstage/frontend-plugin-api@0.15.0-next.1
|
|
10
|
+
- @backstage/core-plugin-api@1.12.4-next.1
|
|
11
|
+
- @backstage/plugin-catalog-react@2.1.0-next.2
|
|
12
|
+
- @backstage/core-components@0.18.8-next.1
|
|
13
|
+
|
|
3
14
|
## 0.9.1-next.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -134,7 +134,6 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
134
134
|
kind: "page";
|
|
135
135
|
name: undefined;
|
|
136
136
|
params: {
|
|
137
|
-
defaultPath?: [Error: `Use the 'path' param instead`];
|
|
138
137
|
path: string;
|
|
139
138
|
title?: string;
|
|
140
139
|
icon?: _backstage_frontend_plugin_api.IconElement;
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-user-settings",
|
|
3
|
-
"version": "0.9.1-next.
|
|
3
|
+
"version": "0.9.1-next.2",
|
|
4
4
|
"description": "A Backstage plugin that provides a settings page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@backstage/catalog-model": "1.7.6",
|
|
71
|
-
"@backstage/core-app-api": "1.19.6-next.
|
|
72
|
-
"@backstage/core-components": "0.18.8-next.
|
|
73
|
-
"@backstage/core-plugin-api": "1.12.4-next.
|
|
71
|
+
"@backstage/core-app-api": "1.19.6-next.1",
|
|
72
|
+
"@backstage/core-components": "0.18.8-next.1",
|
|
73
|
+
"@backstage/core-plugin-api": "1.12.4-next.1",
|
|
74
74
|
"@backstage/errors": "1.2.7",
|
|
75
|
-
"@backstage/frontend-plugin-api": "0.
|
|
76
|
-
"@backstage/plugin-catalog-react": "2.1.0-next.
|
|
75
|
+
"@backstage/frontend-plugin-api": "0.15.0-next.1",
|
|
76
|
+
"@backstage/plugin-catalog-react": "2.1.0-next.2",
|
|
77
77
|
"@backstage/plugin-signals-react": "0.0.20-next.0",
|
|
78
78
|
"@backstage/plugin-user-settings-common": "0.1.0",
|
|
79
79
|
"@backstage/theme": "0.7.2",
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
"zen-observable": "^0.10.0"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@backstage/cli": "0.36.0-next.
|
|
89
|
+
"@backstage/cli": "0.36.0-next.2",
|
|
90
90
|
"@backstage/dev-utils": "1.1.21-next.1",
|
|
91
|
-
"@backstage/plugin-catalog": "
|
|
91
|
+
"@backstage/plugin-catalog": "2.0.0-next.2",
|
|
92
92
|
"@backstage/test-utils": "1.7.16-next.0",
|
|
93
93
|
"@testing-library/dom": "^10.0.0",
|
|
94
94
|
"@testing-library/jest-dom": "^6.0.0",
|