@backstage/plugin-techdocs 1.11.3-next.0 → 1.11.3-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 +44 -0
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
+
## 1.11.3-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-compat-api@0.3.4-next.2
|
|
9
|
+
- @backstage/plugin-catalog-react@1.14.3-next.2
|
|
10
|
+
- @backstage/errors@1.2.6-next.0
|
|
11
|
+
- @backstage/catalog-model@1.7.2-next.0
|
|
12
|
+
- @backstage/config@1.3.1-next.0
|
|
13
|
+
- @backstage/core-components@0.16.2-next.2
|
|
14
|
+
- @backstage/core-plugin-api@1.10.2-next.0
|
|
15
|
+
- @backstage/frontend-plugin-api@0.9.3-next.2
|
|
16
|
+
- @backstage/integration@1.16.0-next.1
|
|
17
|
+
- @backstage/integration-react@1.2.2-next.1
|
|
18
|
+
- @backstage/theme@0.6.3-next.0
|
|
19
|
+
- @backstage/plugin-auth-react@0.1.10-next.2
|
|
20
|
+
- @backstage/plugin-search-common@1.2.16-next.0
|
|
21
|
+
- @backstage/plugin-search-react@1.8.4-next.2
|
|
22
|
+
- @backstage/plugin-techdocs-common@0.1.0
|
|
23
|
+
- @backstage/plugin-techdocs-react@1.2.12-next.2
|
|
24
|
+
|
|
25
|
+
## 1.11.3-next.1
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
- @backstage/plugin-catalog-react@1.14.3-next.1
|
|
31
|
+
- @backstage/core-components@0.16.2-next.1
|
|
32
|
+
- @backstage/catalog-model@1.7.1
|
|
33
|
+
- @backstage/config@1.3.0
|
|
34
|
+
- @backstage/core-compat-api@0.3.4-next.1
|
|
35
|
+
- @backstage/core-plugin-api@1.10.1
|
|
36
|
+
- @backstage/errors@1.2.5
|
|
37
|
+
- @backstage/frontend-plugin-api@0.9.3-next.1
|
|
38
|
+
- @backstage/integration@1.16.0-next.0
|
|
39
|
+
- @backstage/integration-react@1.2.2-next.0
|
|
40
|
+
- @backstage/theme@0.6.3-next.0
|
|
41
|
+
- @backstage/plugin-auth-react@0.1.10-next.1
|
|
42
|
+
- @backstage/plugin-search-common@1.2.15
|
|
43
|
+
- @backstage/plugin-search-react@1.8.4-next.1
|
|
44
|
+
- @backstage/plugin-techdocs-common@0.1.0
|
|
45
|
+
- @backstage/plugin-techdocs-react@1.2.12-next.1
|
|
46
|
+
|
|
3
47
|
## 1.11.3-next.0
|
|
4
48
|
|
|
5
49
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "1.11.3-next.
|
|
3
|
+
"version": "1.11.3-next.2",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -68,21 +68,21 @@
|
|
|
68
68
|
"test": "backstage-cli package test"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@backstage/catalog-model": "1.7.
|
|
72
|
-
"@backstage/config": "1.3.0",
|
|
73
|
-
"@backstage/core-compat-api": "0.3.4-next.
|
|
74
|
-
"@backstage/core-components": "0.16.2-next.
|
|
75
|
-
"@backstage/core-plugin-api": "1.10.
|
|
76
|
-
"@backstage/errors": "1.2.
|
|
77
|
-
"@backstage/frontend-plugin-api": "0.9.3-next.
|
|
78
|
-
"@backstage/integration": "1.16.0-next.
|
|
79
|
-
"@backstage/integration-react": "1.2.2-next.
|
|
80
|
-
"@backstage/plugin-auth-react": "0.1.10-next.
|
|
81
|
-
"@backstage/plugin-catalog-react": "1.14.3-next.
|
|
82
|
-
"@backstage/plugin-search-common": "1.2.
|
|
83
|
-
"@backstage/plugin-search-react": "1.8.4-next.
|
|
71
|
+
"@backstage/catalog-model": "1.7.2-next.0",
|
|
72
|
+
"@backstage/config": "1.3.1-next.0",
|
|
73
|
+
"@backstage/core-compat-api": "0.3.4-next.2",
|
|
74
|
+
"@backstage/core-components": "0.16.2-next.2",
|
|
75
|
+
"@backstage/core-plugin-api": "1.10.2-next.0",
|
|
76
|
+
"@backstage/errors": "1.2.6-next.0",
|
|
77
|
+
"@backstage/frontend-plugin-api": "0.9.3-next.2",
|
|
78
|
+
"@backstage/integration": "1.16.0-next.1",
|
|
79
|
+
"@backstage/integration-react": "1.2.2-next.1",
|
|
80
|
+
"@backstage/plugin-auth-react": "0.1.10-next.2",
|
|
81
|
+
"@backstage/plugin-catalog-react": "1.14.3-next.2",
|
|
82
|
+
"@backstage/plugin-search-common": "1.2.16-next.0",
|
|
83
|
+
"@backstage/plugin-search-react": "1.8.4-next.2",
|
|
84
84
|
"@backstage/plugin-techdocs-common": "0.1.0",
|
|
85
|
-
"@backstage/plugin-techdocs-react": "1.2.12-next.
|
|
85
|
+
"@backstage/plugin-techdocs-react": "1.2.12-next.2",
|
|
86
86
|
"@backstage/theme": "0.6.3-next.0",
|
|
87
87
|
"@material-ui/core": "^4.12.2",
|
|
88
88
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -97,11 +97,11 @@
|
|
|
97
97
|
"react-use": "^17.2.4"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@backstage/cli": "0.29.3-next.
|
|
101
|
-
"@backstage/core-app-api": "1.15.3-next.
|
|
102
|
-
"@backstage/dev-utils": "1.1.5-next.
|
|
103
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.19-next.
|
|
104
|
-
"@backstage/test-utils": "1.7.3-next.
|
|
100
|
+
"@backstage/cli": "0.29.3-next.2",
|
|
101
|
+
"@backstage/core-app-api": "1.15.3-next.1",
|
|
102
|
+
"@backstage/dev-utils": "1.1.5-next.2",
|
|
103
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.19-next.2",
|
|
104
|
+
"@backstage/test-utils": "1.7.3-next.1",
|
|
105
105
|
"@testing-library/dom": "^10.0.0",
|
|
106
106
|
"@testing-library/jest-dom": "^6.0.0",
|
|
107
107
|
"@testing-library/react": "^16.0.0",
|