@backstage/plugin-techdocs-backend 1.10.0-next.2 → 1.10.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 CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
+ ## 1.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 718b734: Create extension point `TechdocsGeneratorExtensionPoint` to allow adding a custom generator
8
+
9
+ ### Patch Changes
10
+
11
+ - 3f14e9f: Migrate plugin to use the new auth services.
12
+ - Updated dependencies
13
+ - @backstage/backend-common@0.21.4
14
+ - @backstage/integration@1.9.1
15
+ - @backstage/config@1.2.0
16
+ - @backstage/errors@1.2.4
17
+ - @backstage/backend-plugin-api@0.6.14
18
+ - @backstage/plugin-techdocs-node@1.12.0
19
+ - @backstage/plugin-permission-common@0.7.13
20
+ - @backstage/plugin-search-backend-module-techdocs@0.1.18
21
+ - @backstage/catalog-client@1.6.1
22
+ - @backstage/catalog-model@1.4.5
23
+ - @backstage/plugin-catalog-common@1.0.22
24
+
3
25
  ## 1.10.0-next.2
4
26
 
5
27
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
- "version": "1.10.0-next.2",
3
+ "version": "1.10.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
- "version": "1.10.0-next.2",
3
+ "version": "1.10.0",
4
4
  "description": "The Backstage backend plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "backend-plugin"
@@ -49,17 +49,17 @@
49
49
  "test": "backstage-cli package test"
50
50
  },
51
51
  "dependencies": {
52
- "@backstage/backend-common": "^0.21.4-next.2",
53
- "@backstage/backend-plugin-api": "^0.6.14-next.2",
54
- "@backstage/catalog-client": "^1.6.1-next.1",
55
- "@backstage/catalog-model": "^1.4.5-next.0",
56
- "@backstage/config": "^1.2.0-next.1",
57
- "@backstage/errors": "^1.2.4-next.0",
58
- "@backstage/integration": "^1.9.1-next.2",
59
- "@backstage/plugin-catalog-common": "^1.0.22-next.1",
60
- "@backstage/plugin-permission-common": "^0.7.13-next.1",
61
- "@backstage/plugin-search-backend-module-techdocs": "^0.1.18-next.2",
62
- "@backstage/plugin-techdocs-node": "^1.12.0-next.2",
52
+ "@backstage/backend-common": "^0.21.4",
53
+ "@backstage/backend-plugin-api": "^0.6.14",
54
+ "@backstage/catalog-client": "^1.6.1",
55
+ "@backstage/catalog-model": "^1.4.5",
56
+ "@backstage/config": "^1.2.0",
57
+ "@backstage/errors": "^1.2.4",
58
+ "@backstage/integration": "^1.9.1",
59
+ "@backstage/plugin-catalog-common": "^1.0.22",
60
+ "@backstage/plugin-permission-common": "^0.7.13",
61
+ "@backstage/plugin-search-backend-module-techdocs": "^0.1.18",
62
+ "@backstage/plugin-techdocs-node": "^1.12.0",
63
63
  "@types/express": "^4.17.6",
64
64
  "dockerode": "^4.0.0",
65
65
  "express": "^4.17.1",
@@ -72,8 +72,8 @@
72
72
  "winston": "^3.2.1"
73
73
  },
74
74
  "devDependencies": {
75
- "@backstage/backend-test-utils": "^0.3.4-next.2",
76
- "@backstage/cli": "^0.25.3-next.2",
75
+ "@backstage/backend-test-utils": "^0.3.4",
76
+ "@backstage/cli": "^0.26.0",
77
77
  "@types/dockerode": "^3.3.0",
78
78
  "msw": "^1.0.0",
79
79
  "supertest": "^6.1.3"