@backstage/plugin-techdocs-backend 1.3.0-next.2 → 1.3.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 +23 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - aa524a5377: Add `projectId` config option to GCP Cloud Storage techdocs publisher. This will allow users to override the project ID, instead of implicitly using the same one as found in a credentials bundle.
8
+
9
+ ### Patch Changes
10
+
11
+ - 667d917488: Updated dependency `msw` to `^0.47.0`.
12
+ - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
13
+ - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
14
+ - Updated dependencies
15
+ - @backstage/backend-common@0.15.1
16
+ - @backstage/plugin-techdocs-node@1.4.0
17
+ - @backstage/integration@1.3.1
18
+ - @backstage/catalog-client@1.1.0
19
+ - @backstage/catalog-model@1.1.1
20
+ - @backstage/config@1.0.2
21
+ - @backstage/errors@1.1.1
22
+ - @backstage/plugin-permission-common@0.6.4
23
+ - @backstage/plugin-catalog-common@1.0.6
24
+ - @backstage/plugin-search-common@1.0.1
25
+
3
26
  ## 1.3.0-next.2
4
27
 
5
28
  ### Patch 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.3.0-next.2",
4
+ "version": "1.3.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.15.1-next.3",
37
- "@backstage/catalog-client": "^1.1.0-next.2",
38
- "@backstage/catalog-model": "^1.1.1-next.0",
39
- "@backstage/config": "^1.0.2-next.0",
40
- "@backstage/errors": "^1.1.1-next.0",
41
- "@backstage/integration": "^1.3.1-next.2",
42
- "@backstage/plugin-catalog-common": "^1.0.6-next.0",
43
- "@backstage/plugin-permission-common": "^0.6.4-next.2",
44
- "@backstage/plugin-search-common": "^1.0.1-next.0",
45
- "@backstage/plugin-techdocs-node": "^1.4.0-next.2",
36
+ "@backstage/backend-common": "^0.15.1",
37
+ "@backstage/catalog-client": "^1.1.0",
38
+ "@backstage/catalog-model": "^1.1.1",
39
+ "@backstage/config": "^1.0.2",
40
+ "@backstage/errors": "^1.1.1",
41
+ "@backstage/integration": "^1.3.1",
42
+ "@backstage/plugin-catalog-common": "^1.0.6",
43
+ "@backstage/plugin-permission-common": "^0.6.4",
44
+ "@backstage/plugin-search-common": "^1.0.1",
45
+ "@backstage/plugin-techdocs-node": "^1.4.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.28-next.3",
59
- "@backstage/cli": "^0.19.0-next.3",
60
- "@backstage/plugin-search-backend-node": "1.0.2-next.2",
58
+ "@backstage/backend-test-utils": "^0.1.28",
59
+ "@backstage/cli": "^0.19.0",
60
+ "@backstage/plugin-search-backend-node": "1.0.2",
61
61
  "@types/dockerode": "^3.3.0",
62
62
  "msw": "^0.47.0",
63
63
  "supertest": "^6.1.3"
@@ -67,5 +67,5 @@
67
67
  "config.d.ts"
68
68
  ],
69
69
  "configSchema": "config.d.ts",
70
- "gitHead": "2f458448f850dc68a711e2f31d14a91f96cf175d"
70
+ "gitHead": "25b94e63455f1fb170506f9e84e3f430f4b79406"
71
71
  }