@backstage/plugin-techdocs 1.10.9-next.0 → 1.10.9-next.1
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 +22 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
+
## 1.10.9-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.8.0-next.1
|
|
9
|
+
- @backstage/core-compat-api@0.3.0-next.1
|
|
10
|
+
- @backstage/core-components@0.14.11-next.0
|
|
11
|
+
- @backstage/plugin-catalog-react@1.12.4-next.1
|
|
12
|
+
- @backstage/catalog-model@1.6.0
|
|
13
|
+
- @backstage/config@1.2.0
|
|
14
|
+
- @backstage/core-plugin-api@1.9.3
|
|
15
|
+
- @backstage/errors@1.2.4
|
|
16
|
+
- @backstage/integration@1.14.0
|
|
17
|
+
- @backstage/integration-react@1.1.30
|
|
18
|
+
- @backstage/theme@0.5.6
|
|
19
|
+
- @backstage/plugin-auth-react@0.1.6-next.0
|
|
20
|
+
- @backstage/plugin-search-common@1.2.14
|
|
21
|
+
- @backstage/plugin-search-react@1.8.0-next.1
|
|
22
|
+
- @backstage/plugin-techdocs-common@0.1.0
|
|
23
|
+
- @backstage/plugin-techdocs-react@1.2.8-next.1
|
|
24
|
+
|
|
3
25
|
## 1.10.9-next.0
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ declare const techDocsSearchResultListItemExtension: _backstage_frontend_plugin_
|
|
|
37
37
|
name: undefined;
|
|
38
38
|
}>;
|
|
39
39
|
/** @alpha */
|
|
40
|
-
declare const _default: _backstage_frontend_plugin_api.
|
|
40
|
+
declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
41
41
|
root: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
42
42
|
docRoot: _backstage_frontend_plugin_api.RouteRef<{
|
|
43
43
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "1.10.9-next.
|
|
3
|
+
"version": "1.10.9-next.1",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@backstage/catalog-model": "^1.6.0",
|
|
62
62
|
"@backstage/config": "^1.2.0",
|
|
63
|
-
"@backstage/core-compat-api": "^0.
|
|
64
|
-
"@backstage/core-components": "^0.14.
|
|
63
|
+
"@backstage/core-compat-api": "^0.3.0-next.1",
|
|
64
|
+
"@backstage/core-components": "^0.14.11-next.0",
|
|
65
65
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
66
66
|
"@backstage/errors": "^1.2.4",
|
|
67
|
-
"@backstage/frontend-plugin-api": "^0.8.0-next.
|
|
67
|
+
"@backstage/frontend-plugin-api": "^0.8.0-next.1",
|
|
68
68
|
"@backstage/integration": "^1.14.0",
|
|
69
69
|
"@backstage/integration-react": "^1.1.30",
|
|
70
|
-
"@backstage/plugin-auth-react": "^0.1.
|
|
71
|
-
"@backstage/plugin-catalog-react": "^1.12.4-next.
|
|
70
|
+
"@backstage/plugin-auth-react": "^0.1.6-next.0",
|
|
71
|
+
"@backstage/plugin-catalog-react": "^1.12.4-next.1",
|
|
72
72
|
"@backstage/plugin-search-common": "^1.2.14",
|
|
73
|
-
"@backstage/plugin-search-react": "^1.8.0-next.
|
|
73
|
+
"@backstage/plugin-search-react": "^1.8.0-next.1",
|
|
74
74
|
"@backstage/plugin-techdocs-common": "^0.1.0",
|
|
75
|
-
"@backstage/plugin-techdocs-react": "^1.2.8-next.
|
|
75
|
+
"@backstage/plugin-techdocs-react": "^1.2.8-next.1",
|
|
76
76
|
"@backstage/theme": "^0.5.6",
|
|
77
77
|
"@material-ui/core": "^4.12.2",
|
|
78
78
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -88,10 +88,10 @@
|
|
|
88
88
|
"react-use": "^17.2.4"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@backstage/cli": "^0.27.1-next.
|
|
91
|
+
"@backstage/cli": "^0.27.1-next.1",
|
|
92
92
|
"@backstage/core-app-api": "^1.14.2",
|
|
93
|
-
"@backstage/dev-utils": "^1.0.38-next.
|
|
94
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.14-next.
|
|
93
|
+
"@backstage/dev-utils": "^1.0.38-next.1",
|
|
94
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.14-next.1",
|
|
95
95
|
"@backstage/test-utils": "^1.6.0-next.0",
|
|
96
96
|
"@testing-library/dom": "^10.0.0",
|
|
97
97
|
"@testing-library/jest-dom": "^6.0.0",
|