@backstage/plugin-techdocs-backend 2.2.0-next.1 → 2.2.1-next.0
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 +29 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-backend
|
|
2
2
|
|
|
3
|
+
## 2.2.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/catalog-client@1.16.0-next.0
|
|
9
|
+
- @backstage/integration@2.0.3-next.0
|
|
10
|
+
- @backstage/plugin-catalog-node@2.2.2-next.0
|
|
11
|
+
- @backstage/plugin-techdocs-node@1.15.1-next.0
|
|
12
|
+
- @backstage/backend-plugin-api@1.9.2-next.0
|
|
13
|
+
|
|
14
|
+
## 2.2.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- 5ef8d16: Add support for disabling external font downloads via app-config option `techdocs.generator.mkdocs.disableExternalFonts`, useful for air-gapped Backstage instances.
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @backstage/catalog-model@1.9.0
|
|
24
|
+
- @backstage/errors@1.3.1
|
|
25
|
+
- @backstage/backend-plugin-api@1.9.1
|
|
26
|
+
- @backstage/plugin-catalog-node@2.2.1
|
|
27
|
+
- @backstage/integration@2.0.2
|
|
28
|
+
- @backstage/plugin-techdocs-node@1.15.0
|
|
29
|
+
- @backstage/catalog-client@1.15.1
|
|
30
|
+
- @backstage/config@1.3.8
|
|
31
|
+
|
|
3
32
|
## 2.2.0-next.1
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs-backend",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1-next.0",
|
|
4
4
|
"description": "The Backstage backend plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
"test": "backstage-cli package test"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@backstage/backend-plugin-api": "1.9.
|
|
79
|
-
"@backstage/catalog-client": "1.
|
|
80
|
-
"@backstage/catalog-model": "1.
|
|
81
|
-
"@backstage/config": "1.3.8
|
|
82
|
-
"@backstage/errors": "1.3.1
|
|
83
|
-
"@backstage/integration": "2.0.
|
|
84
|
-
"@backstage/plugin-catalog-node": "2.2.
|
|
85
|
-
"@backstage/plugin-techdocs-node": "1.15.
|
|
78
|
+
"@backstage/backend-plugin-api": "1.9.2-next.0",
|
|
79
|
+
"@backstage/catalog-client": "1.16.0-next.0",
|
|
80
|
+
"@backstage/catalog-model": "1.9.0",
|
|
81
|
+
"@backstage/config": "1.3.8",
|
|
82
|
+
"@backstage/errors": "1.3.1",
|
|
83
|
+
"@backstage/integration": "2.0.3-next.0",
|
|
84
|
+
"@backstage/plugin-catalog-node": "2.2.2-next.0",
|
|
85
|
+
"@backstage/plugin-techdocs-node": "1.15.1-next.0",
|
|
86
86
|
"@backstage/types": "1.2.2",
|
|
87
87
|
"express": "^4.22.0",
|
|
88
88
|
"express-promise-router": "^4.1.0",
|
|
@@ -92,9 +92,9 @@
|
|
|
92
92
|
"winston": "^3.2.1"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
|
-
"@backstage/backend-defaults": "0.17.
|
|
96
|
-
"@backstage/backend-test-utils": "1.11.
|
|
97
|
-
"@backstage/cli": "0.36.
|
|
95
|
+
"@backstage/backend-defaults": "0.17.2-next.0",
|
|
96
|
+
"@backstage/backend-test-utils": "1.11.4-next.0",
|
|
97
|
+
"@backstage/cli": "0.36.3-next.0",
|
|
98
98
|
"@types/express": "^4.17.6",
|
|
99
99
|
"msw": "^2.0.0",
|
|
100
100
|
"supertest": "^7.0.0"
|