@backstage/plugin-techdocs-backend 2.1.0-next.1 → 2.1.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 +39 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
+ ## 2.1.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-defaults@0.13.0-next.0
9
+ - @backstage/integration@1.18.1-next.0
10
+ - @backstage/plugin-techdocs-node@1.13.8-next.0
11
+ - @backstage/backend-plugin-api@1.4.3
12
+ - @backstage/catalog-client@1.12.0
13
+ - @backstage/catalog-model@1.7.5
14
+ - @backstage/config@1.3.3
15
+ - @backstage/errors@1.2.7
16
+ - @backstage/types@1.2.2
17
+ - @backstage/plugin-catalog-common@1.1.5
18
+ - @backstage/plugin-catalog-node@1.19.0
19
+ - @backstage/plugin-permission-common@0.9.1
20
+ - @backstage/plugin-search-backend-module-techdocs@0.4.7-next.0
21
+ - @backstage/plugin-techdocs-common@0.1.1
22
+
23
+ ## 2.1.0
24
+
25
+ ### Minor Changes
26
+
27
+ - 063cdc5: Techdocs: support HumanDuration for cache TTL and timeout configuration
28
+ - a0b604c: Adding new entity that specifies an external entity in the techdocs-entity annotation and updates to documentation regarding TechDocs redirects.
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ - @backstage/backend-defaults@0.12.1
34
+ - @backstage/plugin-catalog-node@1.19.0
35
+ - @backstage/catalog-client@1.12.0
36
+ - @backstage/integration@1.18.0
37
+ - @backstage/types@1.2.2
38
+ - @backstage/backend-plugin-api@1.4.3
39
+ - @backstage/plugin-search-backend-module-techdocs@0.4.6
40
+ - @backstage/plugin-techdocs-node@1.13.7
41
+
3
42
  ## 2.1.0-next.1
4
43
 
5
44
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
- "version": "2.1.0-next.1",
3
+ "version": "2.1.1-next.0",
4
4
  "description": "The Backstage backend plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -72,20 +72,20 @@
72
72
  "test": "backstage-cli package test"
73
73
  },
74
74
  "dependencies": {
75
- "@backstage/backend-defaults": "0.12.1-next.1",
76
- "@backstage/backend-plugin-api": "1.4.3-next.0",
77
- "@backstage/catalog-client": "1.12.0-next.0",
75
+ "@backstage/backend-defaults": "0.13.0-next.0",
76
+ "@backstage/backend-plugin-api": "1.4.3",
77
+ "@backstage/catalog-client": "1.12.0",
78
78
  "@backstage/catalog-model": "1.7.5",
79
79
  "@backstage/config": "1.3.3",
80
80
  "@backstage/errors": "1.2.7",
81
- "@backstage/integration": "1.18.0-next.0",
81
+ "@backstage/integration": "1.18.1-next.0",
82
82
  "@backstage/plugin-catalog-common": "1.1.5",
83
- "@backstage/plugin-catalog-node": "1.19.0-next.1",
83
+ "@backstage/plugin-catalog-node": "1.19.0",
84
84
  "@backstage/plugin-permission-common": "0.9.1",
85
- "@backstage/plugin-search-backend-module-techdocs": "0.4.6-next.1",
85
+ "@backstage/plugin-search-backend-module-techdocs": "0.4.7-next.0",
86
86
  "@backstage/plugin-techdocs-common": "0.1.1",
87
- "@backstage/plugin-techdocs-node": "1.13.7-next.0",
88
- "@backstage/types": "1.2.1",
87
+ "@backstage/plugin-techdocs-node": "1.13.8-next.0",
88
+ "@backstage/types": "1.2.2",
89
89
  "express": "^4.17.1",
90
90
  "express-promise-router": "^4.1.0",
91
91
  "fs-extra": "^11.2.0",
@@ -95,9 +95,9 @@
95
95
  "winston": "^3.2.1"
96
96
  },
97
97
  "devDependencies": {
98
- "@backstage/backend-defaults": "0.12.1-next.1",
99
- "@backstage/backend-test-utils": "1.9.0-next.1",
100
- "@backstage/cli": "0.34.2-next.2",
98
+ "@backstage/backend-defaults": "0.13.0-next.0",
99
+ "@backstage/backend-test-utils": "1.9.1-next.0",
100
+ "@backstage/cli": "0.34.4-next.0",
101
101
  "@types/express": "^4.17.6",
102
102
  "msw": "^2.0.0",
103
103
  "supertest": "^7.0.0"