@backstage/plugin-techdocs-backend 2.2.0-next.1 → 2.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
+ ## 2.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5ef8d16: Add support for disabling external font downloads via app-config option `techdocs.generator.mkdocs.disableExternalFonts`, useful for air-gapped Backstage instances.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/catalog-model@1.9.0
13
+ - @backstage/errors@1.3.1
14
+ - @backstage/backend-plugin-api@1.9.1
15
+ - @backstage/plugin-catalog-node@2.2.1
16
+ - @backstage/integration@2.0.2
17
+ - @backstage/plugin-techdocs-node@1.15.0
18
+ - @backstage/catalog-client@1.15.1
19
+ - @backstage/config@1.3.8
20
+
3
21
  ## 2.2.0-next.1
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
- "version": "2.2.0-next.1",
3
+ "version": "2.2.0",
4
4
  "description": "The Backstage backend plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -75,15 +75,15 @@
75
75
  "test": "backstage-cli package test"
76
76
  },
77
77
  "dependencies": {
78
- "@backstage/backend-plugin-api": "1.9.1-next.0",
79
- "@backstage/catalog-client": "1.15.1-next.0",
80
- "@backstage/catalog-model": "1.8.1-next.1",
81
- "@backstage/config": "1.3.8-next.0",
82
- "@backstage/errors": "1.3.1-next.0",
83
- "@backstage/integration": "2.0.2-next.1",
84
- "@backstage/plugin-catalog-node": "2.2.1-next.1",
85
- "@backstage/plugin-techdocs-node": "1.15.0-next.1",
86
- "@backstage/types": "1.2.2",
78
+ "@backstage/backend-plugin-api": "^1.9.1",
79
+ "@backstage/catalog-client": "^1.15.1",
80
+ "@backstage/catalog-model": "^1.9.0",
81
+ "@backstage/config": "^1.3.8",
82
+ "@backstage/errors": "^1.3.1",
83
+ "@backstage/integration": "^2.0.2",
84
+ "@backstage/plugin-catalog-node": "^2.2.1",
85
+ "@backstage/plugin-techdocs-node": "^1.15.0",
86
+ "@backstage/types": "^1.2.2",
87
87
  "express": "^4.22.0",
88
88
  "express-promise-router": "^4.1.0",
89
89
  "fs-extra": "^11.2.0",
@@ -92,9 +92,9 @@
92
92
  "winston": "^3.2.1"
93
93
  },
94
94
  "devDependencies": {
95
- "@backstage/backend-defaults": "0.17.1-next.1",
96
- "@backstage/backend-test-utils": "1.11.3-next.1",
97
- "@backstage/cli": "0.36.2-next.1",
95
+ "@backstage/backend-defaults": "^0.17.1",
96
+ "@backstage/backend-test-utils": "^1.11.3",
97
+ "@backstage/cli": "^0.36.2",
98
98
  "@types/express": "^4.17.6",
99
99
  "msw": "^2.0.0",
100
100
  "supertest": "^7.0.0"