@backstage/plugin-techdocs-backend 1.5.0-next.3 → 1.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
+ ## 1.5.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@1.1.5-next.0
9
+ - @backstage/catalog-client@1.3.0-next.0
10
+ - @backstage/backend-common@0.17.0
11
+ - @backstage/config@1.0.5
12
+ - @backstage/errors@1.1.4
13
+ - @backstage/integration@1.4.1
14
+ - @backstage/plugin-catalog-common@1.0.10-next.0
15
+ - @backstage/plugin-permission-common@0.7.2
16
+ - @backstage/plugin-search-common@1.2.0
17
+ - @backstage/plugin-techdocs-node@1.4.4-next.0
18
+
19
+ ## 1.5.0
20
+
21
+ ### Minor Changes
22
+
23
+ - dfbdae092e: Added a new optional `accountId` to the configuration options of the AWS S3 publisher. Configuring this option will source credentials for the `accountId` in the `aws` app config section. See https://github.com/backstage/backstage/blob/master/packages/integration-aws-node/README.md for more details.
24
+
25
+ ### Patch Changes
26
+
27
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
28
+ - Updated dependencies
29
+ - @backstage/catalog-client@1.2.0
30
+ - @backstage/backend-common@0.17.0
31
+ - @backstage/plugin-permission-common@0.7.2
32
+ - @backstage/plugin-techdocs-node@1.4.3
33
+ - @backstage/errors@1.1.4
34
+ - @backstage/integration@1.4.1
35
+ - @backstage/plugin-search-common@1.2.0
36
+ - @backstage/catalog-model@1.1.4
37
+ - @backstage/config@1.0.5
38
+ - @backstage/plugin-catalog-common@1.0.9
39
+
3
40
  ## 1.5.0-next.3
4
41
 
5
42
  ### 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.5.0-next.3",
4
+ "version": "1.5.1-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,16 +33,16 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.17.0-next.3",
37
- "@backstage/catalog-client": "^1.2.0-next.1",
38
- "@backstage/catalog-model": "^1.1.4-next.1",
39
- "@backstage/config": "^1.0.5-next.1",
40
- "@backstage/errors": "^1.1.4-next.1",
41
- "@backstage/integration": "^1.4.1-next.1",
42
- "@backstage/plugin-catalog-common": "^1.0.9-next.3",
43
- "@backstage/plugin-permission-common": "^0.7.2-next.2",
44
- "@backstage/plugin-search-common": "^1.2.0-next.3",
45
- "@backstage/plugin-techdocs-node": "^1.4.3-next.3",
36
+ "@backstage/backend-common": "^0.17.0",
37
+ "@backstage/catalog-client": "^1.3.0-next.0",
38
+ "@backstage/catalog-model": "^1.1.5-next.0",
39
+ "@backstage/config": "^1.0.5",
40
+ "@backstage/errors": "^1.1.4",
41
+ "@backstage/integration": "^1.4.1",
42
+ "@backstage/plugin-catalog-common": "^1.0.10-next.0",
43
+ "@backstage/plugin-permission-common": "^0.7.2",
44
+ "@backstage/plugin-search-common": "^1.2.0",
45
+ "@backstage/plugin-techdocs-node": "^1.4.4-next.0",
46
46
  "@types/express": "^4.17.6",
47
47
  "dockerode": "^3.3.1",
48
48
  "express": "^4.17.1",
@@ -55,9 +55,9 @@
55
55
  "winston": "^3.2.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-test-utils": "^0.1.31-next.4",
59
- "@backstage/cli": "^0.22.0-next.4",
60
- "@backstage/plugin-search-backend-node": "^1.1.0-next.3",
58
+ "@backstage/backend-test-utils": "^0.1.32-next.0",
59
+ "@backstage/cli": "^0.22.1-next.0",
60
+ "@backstage/plugin-search-backend-node": "^1.1.1-next.0",
61
61
  "@types/dockerode": "^3.3.0",
62
62
  "msw": "^0.49.0",
63
63
  "supertest": "^6.1.3"