@backstage/plugin-techdocs-backend 1.6.1-next.3 → 1.6.2-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 CHANGED
@@ -1,5 +1,42 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
+ ## 1.6.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.18.5-next.0
9
+ - @backstage/integration@1.4.5-next.0
10
+ - @backstage/plugin-search-backend-module-techdocs@0.1.1-next.0
11
+ - @backstage/plugin-techdocs-node@1.7.1-next.0
12
+ - @backstage/backend-plugin-api@0.5.2-next.0
13
+ - @backstage/catalog-client@1.4.1
14
+ - @backstage/catalog-model@1.3.0
15
+ - @backstage/config@1.0.7
16
+ - @backstage/errors@1.1.5
17
+ - @backstage/plugin-catalog-common@1.0.13
18
+ - @backstage/plugin-permission-common@0.7.5
19
+ - @backstage/plugin-search-common@1.2.3
20
+
21
+ ## 1.6.1
22
+
23
+ ### Patch Changes
24
+
25
+ - 01ae205352e: Collator factories instantiated in new backend system modules and now marked as deprecated. Will be continued to be exported publicly until the new backend system is fully rolled out.
26
+ - Updated dependencies
27
+ - @backstage/backend-common@0.18.4
28
+ - @backstage/catalog-client@1.4.1
29
+ - @backstage/plugin-techdocs-node@1.7.0
30
+ - @backstage/plugin-permission-common@0.7.5
31
+ - @backstage/catalog-model@1.3.0
32
+ - @backstage/plugin-search-backend-module-techdocs@0.1.0
33
+ - @backstage/integration@1.4.4
34
+ - @backstage/backend-plugin-api@0.5.1
35
+ - @backstage/config@1.0.7
36
+ - @backstage/errors@1.1.5
37
+ - @backstage/plugin-catalog-common@1.0.13
38
+ - @backstage/plugin-search-common@1.2.3
39
+
3
40
  ## 1.6.1-next.3
4
41
 
5
42
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
- "version": "1.6.1-next.3",
3
+ "version": "1.6.2-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
3
  "description": "The Backstage backend plugin that renders technical documentation for your components",
4
- "version": "1.6.1-next.3",
4
+ "version": "1.6.2-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -46,18 +46,18 @@
46
46
  "clean": "backstage-cli package clean"
47
47
  },
48
48
  "dependencies": {
49
- "@backstage/backend-common": "^0.18.4-next.2",
50
- "@backstage/backend-plugin-api": "^0.5.1-next.2",
51
- "@backstage/catalog-client": "^1.4.1-next.1",
52
- "@backstage/catalog-model": "^1.3.0-next.0",
49
+ "@backstage/backend-common": "^0.18.5-next.0",
50
+ "@backstage/backend-plugin-api": "^0.5.2-next.0",
51
+ "@backstage/catalog-client": "^1.4.1",
52
+ "@backstage/catalog-model": "^1.3.0",
53
53
  "@backstage/config": "^1.0.7",
54
54
  "@backstage/errors": "^1.1.5",
55
- "@backstage/integration": "^1.4.4-next.0",
56
- "@backstage/plugin-catalog-common": "^1.0.13-next.1",
57
- "@backstage/plugin-permission-common": "^0.7.5-next.0",
58
- "@backstage/plugin-search-backend-module-techdocs": "^0.1.0-next.2",
59
- "@backstage/plugin-search-common": "^1.2.3-next.0",
60
- "@backstage/plugin-techdocs-node": "^1.6.1-next.3",
55
+ "@backstage/integration": "^1.4.5-next.0",
56
+ "@backstage/plugin-catalog-common": "^1.0.13",
57
+ "@backstage/plugin-permission-common": "^0.7.5",
58
+ "@backstage/plugin-search-backend-module-techdocs": "^0.1.1-next.0",
59
+ "@backstage/plugin-search-common": "^1.2.3",
60
+ "@backstage/plugin-techdocs-node": "^1.7.1-next.0",
61
61
  "@types/express": "^4.17.6",
62
62
  "dockerode": "^3.3.1",
63
63
  "express": "^4.17.1",
@@ -70,9 +70,9 @@
70
70
  "winston": "^3.2.1"
71
71
  },
72
72
  "devDependencies": {
73
- "@backstage/backend-test-utils": "^0.1.36-next.2",
74
- "@backstage/cli": "^0.22.6-next.3",
75
- "@backstage/plugin-search-backend-node": "^1.2.0-next.2",
73
+ "@backstage/backend-test-utils": "^0.1.37-next.0",
74
+ "@backstage/cli": "^0.22.7-next.0",
75
+ "@backstage/plugin-search-backend-node": "^1.2.1-next.0",
76
76
  "@types/dockerode": "^3.3.0",
77
77
  "msw": "^1.0.0",
78
78
  "supertest": "^6.1.3"