@backstage/plugin-techdocs 0.0.0-nightly-202201122931 → 0.0.0-nightly-202201323044
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 +12 -12
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-202201323044
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 5333451def: Cleaned up API exports
|
|
8
8
|
- 1628ca3f49: Fix an issue where the TechDocs sidebar is hidden when the Backstage sidebar is pinned at smaller screen sizes
|
|
9
9
|
- Updated dependencies
|
|
10
|
-
- @backstage/config@0.0.0-nightly-
|
|
11
|
-
- @backstage/
|
|
12
|
-
- @backstage/core-
|
|
13
|
-
- @backstage/
|
|
14
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
15
|
-
- @backstage/errors@0.0.0-nightly-
|
|
16
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
17
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
18
|
-
- @backstage/theme@0.0.0-nightly-
|
|
19
|
-
- @backstage/plugin-catalog@0.0.0-nightly-
|
|
20
|
-
- @backstage/plugin-search@0.0.0-nightly-
|
|
10
|
+
- @backstage/config@0.0.0-nightly-202201323044
|
|
11
|
+
- @backstage/integration@0.0.0-nightly-202201323044
|
|
12
|
+
- @backstage/core-components@0.0.0-nightly-202201323044
|
|
13
|
+
- @backstage/core-plugin-api@0.0.0-nightly-202201323044
|
|
14
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-202201323044
|
|
15
|
+
- @backstage/errors@0.0.0-nightly-202201323044
|
|
16
|
+
- @backstage/catalog-model@0.0.0-nightly-202201323044
|
|
17
|
+
- @backstage/integration-react@0.0.0-nightly-202201323044
|
|
18
|
+
- @backstage/theme@0.0.0-nightly-202201323044
|
|
19
|
+
- @backstage/plugin-catalog@0.0.0-nightly-202201323044
|
|
20
|
+
- @backstage/plugin-search@0.0.0-nightly-202201323044
|
|
21
21
|
|
|
22
22
|
## 0.12.13
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
3
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-202201323044",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"clean": "backstage-cli clean"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/catalog-model": "^0.0.0-nightly-
|
|
36
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
37
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
39
|
-
"@backstage/errors": "^0.0.0-nightly-
|
|
40
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
41
|
-
"@backstage/integration-react": "^0.0.0-nightly-
|
|
42
|
-
"@backstage/plugin-catalog": "^0.0.0-nightly-
|
|
43
|
-
"@backstage/plugin-catalog-react": "^0.0.0-nightly-
|
|
44
|
-
"@backstage/plugin-search": "^0.0.0-nightly-
|
|
45
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
35
|
+
"@backstage/catalog-model": "^0.0.0-nightly-202201323044",
|
|
36
|
+
"@backstage/config": "^0.0.0-nightly-202201323044",
|
|
37
|
+
"@backstage/core-components": "^0.0.0-nightly-202201323044",
|
|
38
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-202201323044",
|
|
39
|
+
"@backstage/errors": "^0.0.0-nightly-202201323044",
|
|
40
|
+
"@backstage/integration": "^0.0.0-nightly-202201323044",
|
|
41
|
+
"@backstage/integration-react": "^0.0.0-nightly-202201323044",
|
|
42
|
+
"@backstage/plugin-catalog": "^0.0.0-nightly-202201323044",
|
|
43
|
+
"@backstage/plugin-catalog-react": "^0.0.0-nightly-202201323044",
|
|
44
|
+
"@backstage/plugin-search": "^0.0.0-nightly-202201323044",
|
|
45
|
+
"@backstage/theme": "^0.0.0-nightly-202201323044",
|
|
46
46
|
"@material-ui/core": "^4.12.2",
|
|
47
47
|
"@material-ui/icons": "^4.9.1",
|
|
48
48
|
"@material-ui/lab": "4.0.0-alpha.57",
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"react-dom": "^16.13.1 || ^17.0.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
66
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
67
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
68
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
65
|
+
"@backstage/cli": "^0.0.0-nightly-202201323044",
|
|
66
|
+
"@backstage/core-app-api": "^0.0.0-nightly-202201323044",
|
|
67
|
+
"@backstage/dev-utils": "^0.0.0-nightly-202201323044",
|
|
68
|
+
"@backstage/test-utils": "^0.0.0-nightly-202201323044",
|
|
69
69
|
"@testing-library/jest-dom": "^5.10.1",
|
|
70
70
|
"@testing-library/react": "^11.2.5",
|
|
71
71
|
"@testing-library/react-hooks": "^7.0.2",
|