@backstage/plugin-techdocs-backend 1.2.0-next.1 → 1.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 +47 -0
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 860765ff45: Added local publishing target directory `config`: `techdocs.publisher.local.publishDirectory`
8
+
9
+ ### Patch Changes
10
+
11
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
12
+ - 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
13
+ - 679b32172e: Updated dependency `knex` to `^2.0.0`.
14
+ - 726577958f: Add sample headings on the documented component homepage.
15
+ - Updated dependencies
16
+ - @backstage/plugin-techdocs-node@1.2.0
17
+ - @backstage/backend-common@0.14.1
18
+ - @backstage/catalog-model@1.1.0
19
+ - @backstage/plugin-search-common@1.0.0
20
+ - @backstage/integration@1.2.2
21
+ - @backstage/catalog-client@1.0.4
22
+ - @backstage/plugin-permission-common@0.6.3
23
+ - @backstage/errors@1.1.0
24
+ - @backstage/plugin-catalog-common@1.0.4
25
+
26
+ ## 1.2.0-next.3
27
+
28
+ ### Patch Changes
29
+
30
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
31
+ - Updated dependencies
32
+ - @backstage/backend-common@0.14.1-next.3
33
+ - @backstage/plugin-techdocs-node@1.2.0-next.3
34
+ - @backstage/catalog-client@1.0.4-next.2
35
+ - @backstage/integration@1.2.2-next.3
36
+ - @backstage/plugin-permission-common@0.6.3-next.1
37
+ - @backstage/catalog-model@1.1.0-next.3
38
+
39
+ ## 1.2.0-next.2
40
+
41
+ ### Patch Changes
42
+
43
+ - 679b32172e: Updated dependency `knex` to `^2.0.0`.
44
+ - Updated dependencies
45
+ - @backstage/catalog-model@1.1.0-next.2
46
+ - @backstage/backend-common@0.14.1-next.2
47
+ - @backstage/integration@1.2.2-next.2
48
+ - @backstage/plugin-techdocs-node@1.2.0-next.2
49
+
3
50
  ## 1.2.0-next.1
4
51
 
5
52
  ### Minor Changes
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.2.0-next.1",
4
+ "version": "1.2.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,33 +34,33 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.14.1-next.1",
38
- "@backstage/catalog-client": "^1.0.4-next.1",
39
- "@backstage/catalog-model": "^1.1.0-next.1",
37
+ "@backstage/backend-common": "^0.14.1",
38
+ "@backstage/catalog-client": "^1.0.4",
39
+ "@backstage/catalog-model": "^1.1.0",
40
40
  "@backstage/config": "^1.0.1",
41
- "@backstage/errors": "^1.1.0-next.0",
42
- "@backstage/integration": "^1.2.2-next.1",
43
- "@backstage/plugin-catalog-common": "^1.0.4-next.0",
44
- "@backstage/plugin-permission-common": "^0.6.3-next.0",
45
- "@backstage/plugin-search-common": "^0.3.6-next.0",
46
- "@backstage/plugin-techdocs-node": "^1.2.0-next.1",
41
+ "@backstage/errors": "^1.1.0",
42
+ "@backstage/integration": "^1.2.2",
43
+ "@backstage/plugin-catalog-common": "^1.0.4",
44
+ "@backstage/plugin-permission-common": "^0.6.3",
45
+ "@backstage/plugin-search-common": "^1.0.0",
46
+ "@backstage/plugin-techdocs-node": "^1.2.0",
47
47
  "@types/express": "^4.17.6",
48
48
  "dockerode": "^3.3.1",
49
49
  "express": "^4.17.1",
50
50
  "express-promise-router": "^4.1.0",
51
51
  "fs-extra": "10.1.0",
52
- "knex": "^1.0.2",
52
+ "knex": "^2.0.0",
53
53
  "lodash": "^4.17.21",
54
54
  "node-fetch": "^2.6.7",
55
55
  "p-limit": "^3.1.0",
56
56
  "winston": "^3.2.1"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "^0.1.26-next.1",
60
- "@backstage/cli": "^0.18.0-next.1",
61
- "@backstage/plugin-search-backend-node": "0.6.3-next.1",
59
+ "@backstage/backend-test-utils": "^0.1.26",
60
+ "@backstage/cli": "^0.18.0",
61
+ "@backstage/plugin-search-backend-node": "1.0.0",
62
62
  "@types/dockerode": "^3.3.0",
63
- "msw": "^0.42.0",
63
+ "msw": "^0.44.0",
64
64
  "supertest": "^6.1.3"
65
65
  },
66
66
  "files": [
@@ -68,5 +68,5 @@
68
68
  "config.d.ts"
69
69
  ],
70
70
  "configSchema": "config.d.ts",
71
- "gitHead": "e0a993834c31487a97a1ae6878eaf3685f03fc1a"
71
+ "gitHead": "999878d8f1ae30f6a15925816af2016cb9d717a1"
72
72
  }