@backstage/plugin-techdocs 0.12.7 → 0.12.11

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,54 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
+ ## 0.12.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-search@0.5.2
9
+ - @backstage/core-plugin-api@0.4.0
10
+ - @backstage/plugin-catalog-react@0.6.8
11
+ - @backstage/core-components@0.8.2
12
+ - @backstage/plugin-catalog@0.7.5
13
+ - @backstage/integration-react@0.1.16
14
+
15
+ ## 0.12.10
16
+
17
+ ### Patch Changes
18
+
19
+ - e7cce2b603: Fix issue where assets weren't being fetched from the correct URL path for doc URLs without trailing slashes
20
+ - Updated dependencies
21
+ - @backstage/core-plugin-api@0.3.1
22
+ - @backstage/core-components@0.8.1
23
+ - @backstage/catalog-model@0.9.8
24
+ - @backstage/plugin-catalog-react@0.6.7
25
+
26
+ ## 0.12.9
27
+
28
+ ### Patch Changes
29
+
30
+ - cd450844f6: Moved React dependencies to `peerDependencies` and allow both React v16 and v17 to be used.
31
+ - d90dad84b0: Switch to using `LogViewer` component from `@backstage/core-components` to display build logs.
32
+ - 3421826ca8: The problem of lowercase entity triplets which causes docs to not load on entity page is fixed.
33
+ - Updated dependencies
34
+ - @backstage/core-components@0.8.0
35
+ - @backstage/core-plugin-api@0.3.0
36
+ - @backstage/plugin-catalog@0.7.4
37
+ - @backstage/integration-react@0.1.15
38
+ - @backstage/plugin-catalog-react@0.6.5
39
+ - @backstage/plugin-search@0.5.1
40
+
41
+ ## 0.12.8
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies
46
+ - @backstage/integration@0.6.10
47
+ - @backstage/core-components@0.7.6
48
+ - @backstage/theme@0.2.14
49
+ - @backstage/core-plugin-api@0.2.2
50
+ - @backstage/plugin-search@0.5.0
51
+
3
52
  ## 0.12.7
4
53
 
5
54
  ### Patch Changes