@backstage/plugin-techdocs-node 1.8.0-next.3 → 1.8.1

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 +25 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/plugin-techdocs-node
2
2
 
3
+ ## 1.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.19.6
9
+
10
+ ## 1.8.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 5985d458ee30: Add a `techdocs.publisher.azureBlobStorage.connectionString` app-config setting, which can be leveraged for improved Azurite support.
15
+ - 10a86bd4ae12: Add optional config and cli option for techdocs to specify default mkdocs plugins.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.19.5
21
+ - @backstage/config@1.1.0
22
+ - @backstage/catalog-model@1.4.2
23
+ - @backstage/errors@1.2.2
24
+ - @backstage/integration@1.7.0
25
+ - @backstage/plugin-search-common@1.2.6
26
+ - @backstage/integration-aws-node@0.1.6
27
+
3
28
  ## 1.8.0-next.3
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-node",
3
3
  "description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
4
- "version": "1.8.0-next.3",
4
+ "version": "1.8.1",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -46,13 +46,13 @@
46
46
  "@aws-sdk/types": "^3.347.0",
47
47
  "@azure/identity": "^3.2.1",
48
48
  "@azure/storage-blob": "^12.5.0",
49
- "@backstage/backend-common": "^0.19.5-next.3",
50
- "@backstage/catalog-model": "^1.4.2-next.2",
51
- "@backstage/config": "^1.1.0-next.2",
52
- "@backstage/errors": "^1.2.2-next.0",
53
- "@backstage/integration": "^1.7.0-next.3",
54
- "@backstage/integration-aws-node": "^0.1.6-next.2",
55
- "@backstage/plugin-search-common": "^1.2.6-next.2",
49
+ "@backstage/backend-common": "^0.19.6",
50
+ "@backstage/catalog-model": "^1.4.2",
51
+ "@backstage/config": "^1.1.0",
52
+ "@backstage/errors": "^1.2.2",
53
+ "@backstage/integration": "^1.7.0",
54
+ "@backstage/integration-aws-node": "^0.1.6",
55
+ "@backstage/plugin-search-common": "^1.2.6",
56
56
  "@google-cloud/storage": "^6.0.0",
57
57
  "@trendyol-js/openstack-swift-sdk": "^0.0.6",
58
58
  "@types/express": "^4.17.6",
@@ -69,7 +69,7 @@
69
69
  "winston": "^3.2.1"
70
70
  },
71
71
  "devDependencies": {
72
- "@backstage/cli": "^0.22.13-next.3",
72
+ "@backstage/cli": "^0.22.13",
73
73
  "@types/fs-extra": "^9.0.5",
74
74
  "@types/js-yaml": "^4.0.0",
75
75
  "@types/mime-types": "^2.1.0",