@backstage/plugin-techdocs 1.12.4 → 1.12.5-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 +46 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,51 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
+
## 1.12.5-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-techdocs-react@1.2.16-next.0
|
|
9
|
+
- @backstage/core-components@0.17.1-next.0
|
|
10
|
+
- @backstage/integration-react@1.2.6-next.0
|
|
11
|
+
- @backstage/integration@1.16.3-next.0
|
|
12
|
+
- @backstage/frontend-plugin-api@0.10.1-next.0
|
|
13
|
+
- @backstage/plugin-auth-react@0.1.14-next.0
|
|
14
|
+
- @backstage/plugin-catalog-react@1.16.1-next.1
|
|
15
|
+
- @backstage/plugin-search-react@1.8.8-next.0
|
|
16
|
+
- @backstage/core-compat-api@0.4.1-next.1
|
|
17
|
+
- @backstage/catalog-client@1.9.1
|
|
18
|
+
- @backstage/catalog-model@1.7.3
|
|
19
|
+
- @backstage/config@1.3.2
|
|
20
|
+
- @backstage/core-plugin-api@1.10.5
|
|
21
|
+
- @backstage/errors@1.2.7
|
|
22
|
+
- @backstage/theme@0.6.4
|
|
23
|
+
- @backstage/plugin-search-common@1.2.17
|
|
24
|
+
- @backstage/plugin-techdocs-common@0.1.0
|
|
25
|
+
|
|
26
|
+
## 1.12.5-next.0
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies
|
|
31
|
+
- @backstage/plugin-catalog-react@1.16.1-next.0
|
|
32
|
+
- @backstage/core-compat-api@0.4.1-next.0
|
|
33
|
+
- @backstage/catalog-client@1.9.1
|
|
34
|
+
- @backstage/catalog-model@1.7.3
|
|
35
|
+
- @backstage/config@1.3.2
|
|
36
|
+
- @backstage/core-components@0.17.0
|
|
37
|
+
- @backstage/core-plugin-api@1.10.5
|
|
38
|
+
- @backstage/errors@1.2.7
|
|
39
|
+
- @backstage/frontend-plugin-api@0.10.0
|
|
40
|
+
- @backstage/integration@1.16.2
|
|
41
|
+
- @backstage/integration-react@1.2.5
|
|
42
|
+
- @backstage/theme@0.6.4
|
|
43
|
+
- @backstage/plugin-auth-react@0.1.13
|
|
44
|
+
- @backstage/plugin-search-common@1.2.17
|
|
45
|
+
- @backstage/plugin-search-react@1.8.7
|
|
46
|
+
- @backstage/plugin-techdocs-common@0.1.0
|
|
47
|
+
- @backstage/plugin-techdocs-react@1.2.15
|
|
48
|
+
|
|
3
49
|
## 1.12.4
|
|
4
50
|
|
|
5
51
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.5-next.1",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -71,23 +71,23 @@
|
|
|
71
71
|
"test": "backstage-cli package test"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@backstage/catalog-client": "
|
|
75
|
-
"@backstage/catalog-model": "
|
|
76
|
-
"@backstage/config": "
|
|
77
|
-
"@backstage/core-compat-api": "
|
|
78
|
-
"@backstage/core-components": "
|
|
79
|
-
"@backstage/core-plugin-api": "
|
|
80
|
-
"@backstage/errors": "
|
|
81
|
-
"@backstage/frontend-plugin-api": "
|
|
82
|
-
"@backstage/integration": "
|
|
83
|
-
"@backstage/integration-react": "
|
|
84
|
-
"@backstage/plugin-auth-react": "
|
|
85
|
-
"@backstage/plugin-catalog-react": "
|
|
86
|
-
"@backstage/plugin-search-common": "
|
|
87
|
-
"@backstage/plugin-search-react": "
|
|
88
|
-
"@backstage/plugin-techdocs-common": "
|
|
89
|
-
"@backstage/plugin-techdocs-react": "
|
|
90
|
-
"@backstage/theme": "
|
|
74
|
+
"@backstage/catalog-client": "1.9.1",
|
|
75
|
+
"@backstage/catalog-model": "1.7.3",
|
|
76
|
+
"@backstage/config": "1.3.2",
|
|
77
|
+
"@backstage/core-compat-api": "0.4.1-next.1",
|
|
78
|
+
"@backstage/core-components": "0.17.1-next.0",
|
|
79
|
+
"@backstage/core-plugin-api": "1.10.5",
|
|
80
|
+
"@backstage/errors": "1.2.7",
|
|
81
|
+
"@backstage/frontend-plugin-api": "0.10.1-next.0",
|
|
82
|
+
"@backstage/integration": "1.16.3-next.0",
|
|
83
|
+
"@backstage/integration-react": "1.2.6-next.0",
|
|
84
|
+
"@backstage/plugin-auth-react": "0.1.14-next.0",
|
|
85
|
+
"@backstage/plugin-catalog-react": "1.16.1-next.1",
|
|
86
|
+
"@backstage/plugin-search-common": "1.2.17",
|
|
87
|
+
"@backstage/plugin-search-react": "1.8.8-next.0",
|
|
88
|
+
"@backstage/plugin-techdocs-common": "0.1.0",
|
|
89
|
+
"@backstage/plugin-techdocs-react": "1.2.16-next.0",
|
|
90
|
+
"@backstage/theme": "0.6.4",
|
|
91
91
|
"@material-ui/core": "^4.12.2",
|
|
92
92
|
"@material-ui/icons": "^4.9.1",
|
|
93
93
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -101,12 +101,12 @@
|
|
|
101
101
|
"react-use": "^17.2.4"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@backstage/cli": "
|
|
105
|
-
"@backstage/core-app-api": "
|
|
106
|
-
"@backstage/dev-utils": "
|
|
107
|
-
"@backstage/plugin-catalog": "
|
|
108
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "
|
|
109
|
-
"@backstage/test-utils": "
|
|
104
|
+
"@backstage/cli": "0.32.0-next.1",
|
|
105
|
+
"@backstage/core-app-api": "1.16.0",
|
|
106
|
+
"@backstage/dev-utils": "1.1.9-next.1",
|
|
107
|
+
"@backstage/plugin-catalog": "1.29.0-next.1",
|
|
108
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.23-next.0",
|
|
109
|
+
"@backstage/test-utils": "1.7.6",
|
|
110
110
|
"@testing-library/dom": "^10.0.0",
|
|
111
111
|
"@testing-library/jest-dom": "^6.0.0",
|
|
112
112
|
"@testing-library/react": "^16.0.0",
|