@backstage/plugin-techdocs-node 1.12.0-next.2 → 1.12.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @backstage/plugin-techdocs-node
2
2
 
3
+ ## 1.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 81a995f: Updated dependency `aws-sdk-client-mock` to `^4.0.0`.
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.21.5
10
+ - @backstage/integration-aws-node@0.1.11
11
+ - @backstage/backend-plugin-api@0.6.15
12
+ - @backstage/catalog-model@1.4.5
13
+ - @backstage/config@1.2.0
14
+ - @backstage/errors@1.2.4
15
+ - @backstage/integration@1.9.1
16
+ - @backstage/plugin-search-common@1.2.11
17
+
18
+ ## 1.12.0
19
+
20
+ ### Minor Changes
21
+
22
+ - 718b734: Create extension point `TechdocsGeneratorExtensionPoint` to allow adding a custom generator
23
+
24
+ ### Patch Changes
25
+
26
+ - 5b4f565: Fix handling of default plugins that have configuration
27
+ - Updated dependencies
28
+ - @backstage/backend-common@0.21.4
29
+ - @backstage/integration@1.9.1
30
+ - @backstage/config@1.2.0
31
+ - @backstage/errors@1.2.4
32
+ - @backstage/backend-plugin-api@0.6.14
33
+ - @backstage/plugin-search-common@1.2.11
34
+ - @backstage/catalog-model@1.4.5
35
+ - @backstage/integration-aws-node@0.1.10
36
+
3
37
  ## 1.12.0-next.2
4
38
 
5
39
  ### Minor Changes