@backstage/plugin-techdocs 0.0.0-nightly-20240612021718 → 0.0.0-nightly-20240615021640
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 -13
- package/alpha/package.json +1 -1
- package/package.json +18 -18
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-20240615021640
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
- d44a20a: Added additional plugin metadata to `package.json`.
|
|
12
12
|
- 1256d88: Fix weird opening behaviour of the <TechDocsSearch /> component.
|
|
13
13
|
- Updated dependencies
|
|
14
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
15
|
-
- @backstage/core-compat-api@0.0.0-nightly-
|
|
16
|
-
- @backstage/
|
|
17
|
-
- @backstage/
|
|
18
|
-
- @backstage/
|
|
19
|
-
- @backstage/plugin-techdocs-react@0.0.0-nightly-
|
|
20
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
21
|
-
- @backstage/plugin-search-common@0.0.0-nightly-
|
|
22
|
-
- @backstage/plugin-search-react@0.0.0-nightly-
|
|
23
|
-
- @backstage/plugin-auth-react@0.0.0-nightly-
|
|
24
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
25
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
14
|
+
- @backstage/core-components@0.0.0-nightly-20240615021640
|
|
15
|
+
- @backstage/core-compat-api@0.0.0-nightly-20240615021640
|
|
16
|
+
- @backstage/integration@0.0.0-nightly-20240615021640
|
|
17
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20240615021640
|
|
18
|
+
- @backstage/theme@0.0.0-nightly-20240615021640
|
|
19
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20240615021640
|
|
20
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20240615021640
|
|
21
|
+
- @backstage/plugin-search-common@0.0.0-nightly-20240615021640
|
|
22
|
+
- @backstage/plugin-search-react@0.0.0-nightly-20240615021640
|
|
23
|
+
- @backstage/plugin-auth-react@0.0.0-nightly-20240615021640
|
|
24
|
+
- @backstage/integration-react@0.0.0-nightly-20240615021640
|
|
25
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20240615021640
|
|
26
26
|
- @backstage/catalog-model@1.5.0
|
|
27
27
|
- @backstage/config@1.2.0
|
|
28
28
|
- @backstage/errors@1.2.4
|
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-20240615021640",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -59,19 +59,19 @@
|
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@backstage/catalog-model": "^1.5.0",
|
|
61
61
|
"@backstage/config": "^1.2.0",
|
|
62
|
-
"@backstage/core-compat-api": "^0.0.0-nightly-
|
|
63
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
64
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
62
|
+
"@backstage/core-compat-api": "^0.0.0-nightly-20240615021640",
|
|
63
|
+
"@backstage/core-components": "^0.0.0-nightly-20240615021640",
|
|
64
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20240615021640",
|
|
65
65
|
"@backstage/errors": "^1.2.4",
|
|
66
|
-
"@backstage/frontend-plugin-api": "^0.0.0-nightly-
|
|
67
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
68
|
-
"@backstage/integration-react": "^0.0.0-nightly-
|
|
69
|
-
"@backstage/plugin-auth-react": "^0.0.0-nightly-
|
|
70
|
-
"@backstage/plugin-catalog-react": "^0.0.0-nightly-
|
|
71
|
-
"@backstage/plugin-search-common": "^0.0.0-nightly-
|
|
72
|
-
"@backstage/plugin-search-react": "^0.0.0-nightly-
|
|
73
|
-
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-
|
|
74
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
66
|
+
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20240615021640",
|
|
67
|
+
"@backstage/integration": "^0.0.0-nightly-20240615021640",
|
|
68
|
+
"@backstage/integration-react": "^0.0.0-nightly-20240615021640",
|
|
69
|
+
"@backstage/plugin-auth-react": "^0.0.0-nightly-20240615021640",
|
|
70
|
+
"@backstage/plugin-catalog-react": "^0.0.0-nightly-20240615021640",
|
|
71
|
+
"@backstage/plugin-search-common": "^0.0.0-nightly-20240615021640",
|
|
72
|
+
"@backstage/plugin-search-react": "^0.0.0-nightly-20240615021640",
|
|
73
|
+
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240615021640",
|
|
74
|
+
"@backstage/theme": "^0.0.0-nightly-20240615021640",
|
|
75
75
|
"@material-ui/core": "^4.12.2",
|
|
76
76
|
"@material-ui/icons": "^4.9.1",
|
|
77
77
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
"react-use": "^17.2.4"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
90
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
91
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
92
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-
|
|
93
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
89
|
+
"@backstage/cli": "^0.0.0-nightly-20240615021640",
|
|
90
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20240615021640",
|
|
91
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20240615021640",
|
|
92
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240615021640",
|
|
93
|
+
"@backstage/test-utils": "^0.0.0-nightly-20240615021640",
|
|
94
94
|
"@testing-library/dom": "^10.0.0",
|
|
95
95
|
"@testing-library/jest-dom": "^6.0.0",
|
|
96
96
|
"@testing-library/react": "^15.0.0",
|