@backstage/plugin-techdocs 0.0.0-nightly-20231014021041 → 0.0.0-nightly-20231016021307
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 +14 -14
- package/alpha/package.json +1 -1
- package/package.json +19 -19
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-20231016021307
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
- 9468a67b92f4: Added support for React 18. The new `createRoot` API from `react-dom/client` will now be used if present.
|
|
17
17
|
- df449a7a3132: Add kind column by default to TechDocsTable
|
|
18
18
|
- Updated dependencies
|
|
19
|
-
- @backstage/integration@0.0.0-nightly-
|
|
20
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
21
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
22
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
23
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
24
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
25
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
26
|
-
- @backstage/errors@0.0.0-nightly-
|
|
27
|
-
- @backstage/plugin-search-react@0.0.0-nightly-
|
|
28
|
-
- @backstage/plugin-techdocs-react@0.0.0-nightly-
|
|
29
|
-
- @backstage/theme@0.0.0-nightly-
|
|
30
|
-
- @backstage/config@0.0.0-nightly-
|
|
31
|
-
- @backstage/plugin-search-common@0.0.0-nightly-
|
|
19
|
+
- @backstage/integration@0.0.0-nightly-20231016021307
|
|
20
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20231016021307
|
|
21
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20231016021307
|
|
22
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20231016021307
|
|
23
|
+
- @backstage/core-components@0.0.0-nightly-20231016021307
|
|
24
|
+
- @backstage/integration-react@0.0.0-nightly-20231016021307
|
|
25
|
+
- @backstage/catalog-model@0.0.0-nightly-20231016021307
|
|
26
|
+
- @backstage/errors@0.0.0-nightly-20231016021307
|
|
27
|
+
- @backstage/plugin-search-react@0.0.0-nightly-20231016021307
|
|
28
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20231016021307
|
|
29
|
+
- @backstage/theme@0.0.0-nightly-20231016021307
|
|
30
|
+
- @backstage/config@0.0.0-nightly-20231016021307
|
|
31
|
+
- @backstage/plugin-search-common@0.0.0-nightly-20231016021307
|
|
32
32
|
|
|
33
33
|
## 1.7.1-next.2
|
|
34
34
|
|
package/alpha/package.json
CHANGED
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-20231016021307",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -45,19 +45,19 @@
|
|
|
45
45
|
"clean": "backstage-cli package clean"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@backstage/catalog-model": "^0.0.0-nightly-
|
|
49
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
50
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
51
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
52
|
-
"@backstage/errors": "^0.0.0-nightly-
|
|
53
|
-
"@backstage/frontend-plugin-api": "^0.0.0-nightly-
|
|
54
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
55
|
-
"@backstage/integration-react": "^0.0.0-nightly-
|
|
56
|
-
"@backstage/plugin-catalog-react": "^0.0.0-nightly-
|
|
57
|
-
"@backstage/plugin-search-common": "^0.0.0-nightly-
|
|
58
|
-
"@backstage/plugin-search-react": "^0.0.0-nightly-
|
|
59
|
-
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-
|
|
60
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
48
|
+
"@backstage/catalog-model": "^0.0.0-nightly-20231016021307",
|
|
49
|
+
"@backstage/config": "^0.0.0-nightly-20231016021307",
|
|
50
|
+
"@backstage/core-components": "^0.0.0-nightly-20231016021307",
|
|
51
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20231016021307",
|
|
52
|
+
"@backstage/errors": "^0.0.0-nightly-20231016021307",
|
|
53
|
+
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20231016021307",
|
|
54
|
+
"@backstage/integration": "^0.0.0-nightly-20231016021307",
|
|
55
|
+
"@backstage/integration-react": "^0.0.0-nightly-20231016021307",
|
|
56
|
+
"@backstage/plugin-catalog-react": "^0.0.0-nightly-20231016021307",
|
|
57
|
+
"@backstage/plugin-search-common": "^0.0.0-nightly-20231016021307",
|
|
58
|
+
"@backstage/plugin-search-react": "^0.0.0-nightly-20231016021307",
|
|
59
|
+
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-20231016021307",
|
|
60
|
+
"@backstage/theme": "^0.0.0-nightly-20231016021307",
|
|
61
61
|
"@material-ui/core": "^4.12.2",
|
|
62
62
|
"@material-ui/icons": "^4.9.1",
|
|
63
63
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -77,11 +77,11 @@
|
|
|
77
77
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
81
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
82
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
83
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-
|
|
84
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
80
|
+
"@backstage/cli": "^0.0.0-nightly-20231016021307",
|
|
81
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20231016021307",
|
|
82
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20231016021307",
|
|
83
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20231016021307",
|
|
84
|
+
"@backstage/test-utils": "^0.0.0-nightly-20231016021307",
|
|
85
85
|
"@testing-library/dom": "^9.0.0",
|
|
86
86
|
"@testing-library/jest-dom": "^6.0.0",
|
|
87
87
|
"@testing-library/react": "^12.1.3",
|