@backstage/plugin-techdocs 0.0.0-nightly-20241016023419 → 0.0.0-nightly-20241017023338
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 +18 -1
- package/alpha/package.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,27 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20241017023338
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 605bdc0: Avoid page re-rendering when clicking on anchor links in the same documentation page.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/catalog-model@1.7.0
|
|
10
|
+
- @backstage/config@1.2.0
|
|
11
|
+
- @backstage/core-compat-api@0.3.1
|
|
12
|
+
- @backstage/core-components@0.15.1
|
|
13
|
+
- @backstage/core-plugin-api@1.10.0
|
|
14
|
+
- @backstage/errors@1.2.4
|
|
15
|
+
- @backstage/frontend-plugin-api@0.9.0
|
|
16
|
+
- @backstage/integration@1.15.1
|
|
17
|
+
- @backstage/integration-react@1.2.0
|
|
18
|
+
- @backstage/theme@0.6.0
|
|
19
|
+
- @backstage/plugin-auth-react@0.1.7
|
|
20
|
+
- @backstage/plugin-catalog-react@1.14.0
|
|
21
|
+
- @backstage/plugin-search-common@1.2.14
|
|
22
|
+
- @backstage/plugin-search-react@1.8.1
|
|
23
|
+
- @backstage/plugin-techdocs-common@0.1.0
|
|
24
|
+
- @backstage/plugin-techdocs-react@1.2.9
|
|
8
25
|
|
|
9
26
|
## 1.11.0
|
|
10
27
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20241017023338",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"react-use": "^17.2.4"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@backstage/cli": "0.
|
|
91
|
+
"@backstage/cli": "0.0.0-nightly-20241017023338",
|
|
92
92
|
"@backstage/core-app-api": "1.15.1",
|
|
93
93
|
"@backstage/dev-utils": "1.1.2",
|
|
94
94
|
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.16",
|