@backstage/plugin-techdocs 0.0.0-nightly-20240609021850 → 0.0.0-nightly-20240611021715
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/alpha/package.json +1 -1
- package/package.json +17 -17
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-20240611021715
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
- e40bd9a: Fixed bug in CopyToClipboardButton component where positioning of the "Copy to clipboard" button in techdocs code snippets was broken in some cases
|
|
11
11
|
- 1256d88: Fix weird opening behaviour of the <TechDocsSearch /> component.
|
|
12
12
|
- Updated dependencies
|
|
13
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
14
|
-
- @backstage/core-compat-api@0.0.0-nightly-
|
|
15
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
16
|
-
- @backstage/theme@0.0.0-nightly-
|
|
17
|
-
- @backstage/integration@0.0.0-nightly-
|
|
18
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
19
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
20
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
21
|
-
- @backstage/plugin-auth-react@0.0.0-nightly-
|
|
22
|
-
- @backstage/plugin-search-react@0.0.0-nightly-
|
|
23
|
-
- @backstage/plugin-techdocs-react@0.0.0-nightly-
|
|
13
|
+
- @backstage/core-components@0.0.0-nightly-20240611021715
|
|
14
|
+
- @backstage/core-compat-api@0.0.0-nightly-20240611021715
|
|
15
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20240611021715
|
|
16
|
+
- @backstage/theme@0.0.0-nightly-20240611021715
|
|
17
|
+
- @backstage/integration@0.0.0-nightly-20240611021715
|
|
18
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20240611021715
|
|
19
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20240611021715
|
|
20
|
+
- @backstage/integration-react@0.0.0-nightly-20240611021715
|
|
21
|
+
- @backstage/plugin-auth-react@0.0.0-nightly-20240611021715
|
|
22
|
+
- @backstage/plugin-search-react@0.0.0-nightly-20240611021715
|
|
23
|
+
- @backstage/plugin-techdocs-react@0.0.0-nightly-20240611021715
|
|
24
24
|
- @backstage/catalog-model@1.5.0
|
|
25
25
|
- @backstage/config@1.2.0
|
|
26
26
|
- @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-20240611021715",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin"
|
|
@@ -52,19 +52,19 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@backstage/catalog-model": "^1.5.0",
|
|
54
54
|
"@backstage/config": "^1.2.0",
|
|
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-
|
|
55
|
+
"@backstage/core-compat-api": "^0.0.0-nightly-20240611021715",
|
|
56
|
+
"@backstage/core-components": "^0.0.0-nightly-20240611021715",
|
|
57
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20240611021715",
|
|
58
58
|
"@backstage/errors": "^1.2.4",
|
|
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-auth-react": "^0.0.0-nightly-
|
|
63
|
-
"@backstage/plugin-catalog-react": "^0.0.0-nightly-
|
|
59
|
+
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20240611021715",
|
|
60
|
+
"@backstage/integration": "^0.0.0-nightly-20240611021715",
|
|
61
|
+
"@backstage/integration-react": "^0.0.0-nightly-20240611021715",
|
|
62
|
+
"@backstage/plugin-auth-react": "^0.0.0-nightly-20240611021715",
|
|
63
|
+
"@backstage/plugin-catalog-react": "^0.0.0-nightly-20240611021715",
|
|
64
64
|
"@backstage/plugin-search-common": "^1.2.11",
|
|
65
|
-
"@backstage/plugin-search-react": "^0.0.0-nightly-
|
|
66
|
-
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-
|
|
67
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
65
|
+
"@backstage/plugin-search-react": "^0.0.0-nightly-20240611021715",
|
|
66
|
+
"@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240611021715",
|
|
67
|
+
"@backstage/theme": "^0.0.0-nightly-20240611021715",
|
|
68
68
|
"@material-ui/core": "^4.12.2",
|
|
69
69
|
"@material-ui/icons": "^4.9.1",
|
|
70
70
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -79,11 +79,11 @@
|
|
|
79
79
|
"react-use": "^17.2.4"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
83
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
84
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
85
|
-
"@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-
|
|
86
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
82
|
+
"@backstage/cli": "^0.0.0-nightly-20240611021715",
|
|
83
|
+
"@backstage/core-app-api": "^0.0.0-nightly-20240611021715",
|
|
84
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20240611021715",
|
|
85
|
+
"@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240611021715",
|
|
86
|
+
"@backstage/test-utils": "^0.0.0-nightly-20240611021715",
|
|
87
87
|
"@testing-library/dom": "^10.0.0",
|
|
88
88
|
"@testing-library/jest-dom": "^6.0.0",
|
|
89
89
|
"@testing-library/react": "^15.0.0",
|