@backstage/plugin-techdocs 0.0.0-nightly-20250401023952 → 0.0.0-nightly-20250403023724
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 +33 -10
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,27 +1,50 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250403023724
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/plugin-
|
|
9
|
-
- @backstage/
|
|
10
|
-
- @backstage/
|
|
11
|
-
- @backstage/
|
|
8
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20250403023724
|
|
9
|
+
- @backstage/core-components@0.0.0-nightly-20250403023724
|
|
10
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20250403023724
|
|
11
|
+
- @backstage/integration-react@0.0.0-nightly-20250403023724
|
|
12
|
+
- @backstage/integration@0.0.0-nightly-20250403023724
|
|
13
|
+
- @backstage/core-compat-api@0.0.0-nightly-20250403023724
|
|
14
|
+
- @backstage/catalog-client@1.9.1
|
|
15
|
+
- @backstage/catalog-model@1.7.3
|
|
16
|
+
- @backstage/config@1.3.2
|
|
17
|
+
- @backstage/core-plugin-api@1.10.5
|
|
18
|
+
- @backstage/errors@1.2.7
|
|
19
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20250403023724
|
|
20
|
+
- @backstage/theme@0.6.4
|
|
21
|
+
- @backstage/plugin-auth-react@0.0.0-nightly-20250403023724
|
|
22
|
+
- @backstage/plugin-search-common@1.2.17
|
|
23
|
+
- @backstage/plugin-search-react@0.0.0-nightly-20250403023724
|
|
24
|
+
- @backstage/plugin-techdocs-common@0.1.0
|
|
25
|
+
|
|
26
|
+
## 1.12.5-next.1
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies
|
|
31
|
+
- @backstage/plugin-techdocs-react@1.2.16-next.0
|
|
32
|
+
- @backstage/core-components@0.17.1-next.0
|
|
33
|
+
- @backstage/integration-react@1.2.6-next.0
|
|
34
|
+
- @backstage/integration@1.16.3-next.0
|
|
35
|
+
- @backstage/frontend-plugin-api@0.10.1-next.0
|
|
36
|
+
- @backstage/plugin-auth-react@0.1.14-next.0
|
|
37
|
+
- @backstage/plugin-catalog-react@1.16.1-next.1
|
|
38
|
+
- @backstage/plugin-search-react@1.8.8-next.0
|
|
39
|
+
- @backstage/core-compat-api@0.4.1-next.1
|
|
12
40
|
- @backstage/catalog-client@1.9.1
|
|
13
41
|
- @backstage/catalog-model@1.7.3
|
|
14
42
|
- @backstage/config@1.3.2
|
|
15
|
-
- @backstage/core-components@0.17.0
|
|
16
43
|
- @backstage/core-plugin-api@1.10.5
|
|
17
44
|
- @backstage/errors@1.2.7
|
|
18
|
-
- @backstage/frontend-plugin-api@0.10.0
|
|
19
45
|
- @backstage/theme@0.6.4
|
|
20
|
-
- @backstage/plugin-auth-react@0.1.13
|
|
21
46
|
- @backstage/plugin-search-common@1.2.17
|
|
22
|
-
- @backstage/plugin-search-react@1.8.7
|
|
23
47
|
- @backstage/plugin-techdocs-common@0.1.0
|
|
24
|
-
- @backstage/plugin-techdocs-react@1.2.15
|
|
25
48
|
|
|
26
49
|
## 1.12.5-next.0
|
|
27
50
|
|
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-20250403023724",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -74,19 +74,19 @@
|
|
|
74
74
|
"@backstage/catalog-client": "1.9.1",
|
|
75
75
|
"@backstage/catalog-model": "1.7.3",
|
|
76
76
|
"@backstage/config": "1.3.2",
|
|
77
|
-
"@backstage/core-compat-api": "0.0.0-nightly-
|
|
78
|
-
"@backstage/core-components": "0.
|
|
77
|
+
"@backstage/core-compat-api": "0.0.0-nightly-20250403023724",
|
|
78
|
+
"@backstage/core-components": "0.0.0-nightly-20250403023724",
|
|
79
79
|
"@backstage/core-plugin-api": "1.10.5",
|
|
80
80
|
"@backstage/errors": "1.2.7",
|
|
81
|
-
"@backstage/frontend-plugin-api": "0.
|
|
82
|
-
"@backstage/integration": "0.0.0-nightly-
|
|
83
|
-
"@backstage/integration-react": "0.0.0-nightly-
|
|
84
|
-
"@backstage/plugin-auth-react": "0.
|
|
85
|
-
"@backstage/plugin-catalog-react": "0.0.0-nightly-
|
|
81
|
+
"@backstage/frontend-plugin-api": "0.0.0-nightly-20250403023724",
|
|
82
|
+
"@backstage/integration": "0.0.0-nightly-20250403023724",
|
|
83
|
+
"@backstage/integration-react": "0.0.0-nightly-20250403023724",
|
|
84
|
+
"@backstage/plugin-auth-react": "0.0.0-nightly-20250403023724",
|
|
85
|
+
"@backstage/plugin-catalog-react": "0.0.0-nightly-20250403023724",
|
|
86
86
|
"@backstage/plugin-search-common": "1.2.17",
|
|
87
|
-
"@backstage/plugin-search-react": "
|
|
87
|
+
"@backstage/plugin-search-react": "0.0.0-nightly-20250403023724",
|
|
88
88
|
"@backstage/plugin-techdocs-common": "0.1.0",
|
|
89
|
-
"@backstage/plugin-techdocs-react": "
|
|
89
|
+
"@backstage/plugin-techdocs-react": "0.0.0-nightly-20250403023724",
|
|
90
90
|
"@backstage/theme": "0.6.4",
|
|
91
91
|
"@material-ui/core": "^4.12.2",
|
|
92
92
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -101,11 +101,11 @@
|
|
|
101
101
|
"react-use": "^17.2.4"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
104
|
+
"@backstage/cli": "0.0.0-nightly-20250403023724",
|
|
105
105
|
"@backstage/core-app-api": "1.16.0",
|
|
106
|
-
"@backstage/dev-utils": "0.0.0-nightly-
|
|
107
|
-
"@backstage/plugin-catalog": "0.0.0-nightly-
|
|
108
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-
|
|
106
|
+
"@backstage/dev-utils": "0.0.0-nightly-20250403023724",
|
|
107
|
+
"@backstage/plugin-catalog": "0.0.0-nightly-20250403023724",
|
|
108
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20250403023724",
|
|
109
109
|
"@backstage/test-utils": "1.7.6",
|
|
110
110
|
"@testing-library/dom": "^10.0.0",
|
|
111
111
|
"@testing-library/jest-dom": "^6.0.0",
|