@backstage/plugin-techdocs 0.0.0-nightly-20240305021008 → 0.0.0-nightly-20240306021012
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 +35 -15
- package/alpha/package.json +1 -1
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,44 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240306021012
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/config@0.0.0-nightly-
|
|
9
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
10
|
-
- @backstage/errors@0.0.0-nightly-
|
|
11
|
-
- @backstage/theme@0.0.0-nightly-
|
|
12
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
13
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
14
|
-
- @backstage/plugin-search-common@0.0.0-nightly-
|
|
15
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
16
|
-
- @backstage/integration@0.0.0-nightly-
|
|
17
|
-
- @backstage/plugin-techdocs-react@0.0.0-nightly-
|
|
18
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
19
|
-
- @backstage/plugin-search-react@0.0.0-nightly-
|
|
20
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
21
|
-
- @backstage/core-compat-api@0.0.0-nightly-
|
|
8
|
+
- @backstage/config@0.0.0-nightly-20240306021012
|
|
9
|
+
- @backstage/core-components@0.0.0-nightly-20240306021012
|
|
10
|
+
- @backstage/errors@0.0.0-nightly-20240306021012
|
|
11
|
+
- @backstage/theme@0.0.0-nightly-20240306021012
|
|
12
|
+
- @backstage/integration-react@0.0.0-nightly-20240306021012
|
|
13
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20240306021012
|
|
14
|
+
- @backstage/plugin-search-common@0.0.0-nightly-20240306021012
|
|
15
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20240306021012
|
|
16
|
+
- @backstage/integration@0.0.0-nightly-20240306021012
|
|
17
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20240306021012
|
|
18
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20240306021012
|
|
19
|
+
- @backstage/plugin-search-react@0.0.0-nightly-20240306021012
|
|
20
|
+
- @backstage/catalog-model@0.0.0-nightly-20240306021012
|
|
21
|
+
- @backstage/core-compat-api@0.0.0-nightly-20240306021012
|
|
22
|
+
|
|
23
|
+
## 1.10.1-next.1
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
- @backstage/config@1.2.0-next.1
|
|
29
|
+
- @backstage/core-components@0.14.1-next.1
|
|
30
|
+
- @backstage/plugin-catalog-react@1.10.1-next.1
|
|
31
|
+
- @backstage/core-plugin-api@1.9.1-next.1
|
|
32
|
+
- @backstage/integration@1.9.1-next.1
|
|
33
|
+
- @backstage/integration-react@1.1.25-next.1
|
|
34
|
+
- @backstage/plugin-techdocs-react@1.1.17-next.1
|
|
35
|
+
- @backstage/frontend-plugin-api@0.6.1-next.1
|
|
36
|
+
- @backstage/plugin-search-react@1.7.7-next.1
|
|
37
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
38
|
+
- @backstage/core-compat-api@0.2.1-next.1
|
|
39
|
+
- @backstage/errors@1.2.4-next.0
|
|
40
|
+
- @backstage/theme@0.5.2-next.0
|
|
41
|
+
- @backstage/plugin-search-common@1.2.11-next.1
|
|
22
42
|
|
|
23
43
|
## 1.10.1-next.0
|
|
24
44
|
|
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-20240306021012",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin"
|
|
@@ -50,20 +50,20 @@
|
|
|
50
50
|
"test": "backstage-cli package test"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@backstage/catalog-model": "^0.0.0-nightly-
|
|
54
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
55
|
-
"@backstage/core-compat-api": "^0.0.0-nightly-
|
|
56
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
57
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
58
|
-
"@backstage/errors": "^0.0.0-nightly-
|
|
59
|
-
"@backstage/frontend-plugin-api": "^0.0.0-nightly-
|
|
60
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
61
|
-
"@backstage/integration-react": "^0.0.0-nightly-
|
|
62
|
-
"@backstage/plugin-catalog-react": "^0.0.0-nightly-
|
|
63
|
-
"@backstage/plugin-search-common": "^0.0.0-nightly-
|
|
64
|
-
"@backstage/plugin-search-react": "^0.0.0-nightly-
|
|
65
|
-
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-
|
|
66
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
53
|
+
"@backstage/catalog-model": "^0.0.0-nightly-20240306021012",
|
|
54
|
+
"@backstage/config": "^0.0.0-nightly-20240306021012",
|
|
55
|
+
"@backstage/core-compat-api": "^0.0.0-nightly-20240306021012",
|
|
56
|
+
"@backstage/core-components": "^0.0.0-nightly-20240306021012",
|
|
57
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20240306021012",
|
|
58
|
+
"@backstage/errors": "^0.0.0-nightly-20240306021012",
|
|
59
|
+
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20240306021012",
|
|
60
|
+
"@backstage/integration": "^0.0.0-nightly-20240306021012",
|
|
61
|
+
"@backstage/integration-react": "^0.0.0-nightly-20240306021012",
|
|
62
|
+
"@backstage/plugin-catalog-react": "^0.0.0-nightly-20240306021012",
|
|
63
|
+
"@backstage/plugin-search-common": "^0.0.0-nightly-20240306021012",
|
|
64
|
+
"@backstage/plugin-search-react": "^0.0.0-nightly-20240306021012",
|
|
65
|
+
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240306021012",
|
|
66
|
+
"@backstage/theme": "^0.0.0-nightly-20240306021012",
|
|
67
67
|
"@material-ui/core": "^4.12.2",
|
|
68
68
|
"@material-ui/icons": "^4.9.1",
|
|
69
69
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -78,11 +78,11 @@
|
|
|
78
78
|
"react-use": "^17.2.4"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
82
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
83
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
84
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-
|
|
85
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
81
|
+
"@backstage/cli": "^0.0.0-nightly-20240306021012",
|
|
82
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20240306021012",
|
|
83
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20240306021012",
|
|
84
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240306021012",
|
|
85
|
+
"@backstage/test-utils": "^0.0.0-nightly-20240306021012",
|
|
86
86
|
"@testing-library/dom": "^9.0.0",
|
|
87
87
|
"@testing-library/jest-dom": "^6.0.0",
|
|
88
88
|
"@testing-library/react": "^14.0.0",
|