@backstage/plugin-techdocs 0.0.0-nightly-20221106024753 → 0.0.0-nightly-20221108024703
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 +13 -12
- package/dist/esm/index-c0c013ea.esm.js.map +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20221108024703
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -29,23 +29,24 @@
|
|
|
29
29
|
### Patch Changes
|
|
30
30
|
|
|
31
31
|
- 9e4d8e6198: Fix logic bug that broke techdocs-cli-embedded-app
|
|
32
|
+
- e92aa15f01: Bumped `canvas` dependency to the latest version, which has better Node.js v18 support.
|
|
32
33
|
- cbe11d1e23: Tweak README
|
|
33
34
|
- 7573b65232: Internal refactor of imports to avoid circular dependencies
|
|
34
35
|
- c1784a4980: Replaces in-code uses of `GitHub` with `Github` and deprecates old versions.
|
|
35
36
|
- 3a1a999b7b: Include query parameters when navigating to relative links in documents
|
|
36
37
|
- Updated dependencies
|
|
37
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
38
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
39
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
40
|
-
- @backstage/integration@0.0.0-nightly-
|
|
41
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
42
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
43
|
-
- @backstage/plugin-search-react@0.0.0-nightly-
|
|
44
|
-
- @backstage/plugin-techdocs-react@0.0.0-nightly-
|
|
45
|
-
- @backstage/config@0.0.0-nightly-
|
|
46
|
-
- @backstage/errors@0.0.0-nightly-
|
|
38
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20221108024703
|
|
39
|
+
- @backstage/core-components@0.0.0-nightly-20221108024703
|
|
40
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20221108024703
|
|
41
|
+
- @backstage/integration@0.0.0-nightly-20221108024703
|
|
42
|
+
- @backstage/catalog-model@0.0.0-nightly-20221108024703
|
|
43
|
+
- @backstage/integration-react@0.0.0-nightly-20221108024703
|
|
44
|
+
- @backstage/plugin-search-react@0.0.0-nightly-20221108024703
|
|
45
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20221108024703
|
|
46
|
+
- @backstage/config@0.0.0-nightly-20221108024703
|
|
47
|
+
- @backstage/errors@0.0.0-nightly-20221108024703
|
|
47
48
|
- @backstage/theme@0.2.16
|
|
48
|
-
- @backstage/plugin-search-common@0.0.0-nightly-
|
|
49
|
+
- @backstage/plugin-search-common@0.0.0-nightly-20221108024703
|
|
49
50
|
|
|
50
51
|
## 1.4.0-next.1
|
|
51
52
|
|