@backstage/plugin-techdocs-module-addons-contrib 1.1.31-next.0 → 1.1.31
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 +21 -0
- package/dist/index.d.ts +2 -1
- package/package.json +13 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-module-addons-contrib
|
|
2
2
|
|
|
3
|
+
## 1.1.31
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8d6709e: Updated tests to match test-utils change
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/integration@1.19.0
|
|
10
|
+
- @backstage/frontend-plugin-api@0.13.2
|
|
11
|
+
- @backstage/core-components@0.18.4
|
|
12
|
+
- @backstage/core-plugin-api@1.12.1
|
|
13
|
+
- @backstage/integration-react@1.2.13
|
|
14
|
+
- @backstage/plugin-techdocs-react@1.3.6
|
|
15
|
+
|
|
16
|
+
## 1.1.31-next.1
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 8d6709e: Updated tests to match test-utils change
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @backstage/core-components@0.18.4-next.1
|
|
23
|
+
|
|
3
24
|
## 1.1.31-next.0
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -238,4 +238,5 @@ declare const TextSize: () => JSX.Element | null;
|
|
|
238
238
|
*/
|
|
239
239
|
declare const LightBox: () => JSX.Element | null;
|
|
240
240
|
|
|
241
|
-
export { ExpandableNavigation, LightBox, ReportIssue,
|
|
241
|
+
export { ExpandableNavigation, LightBox, ReportIssue, TextSize, techdocsModuleAddonsContribPlugin };
|
|
242
|
+
export type { ReportIssueProps, ReportIssueTemplate, ReportIssueTemplateBuilder };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs-module-addons-contrib",
|
|
3
|
-
"version": "1.1.31
|
|
3
|
+
"version": "1.1.31",
|
|
4
4
|
"description": "Plugin module for contributed TechDocs Addons",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin-module",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"test": "backstage-cli package test"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@backstage/core-components": "0.18.4
|
|
64
|
-
"@backstage/core-plugin-api": "1.12.1
|
|
65
|
-
"@backstage/frontend-plugin-api": "0.13.2
|
|
66
|
-
"@backstage/integration": "1.
|
|
67
|
-
"@backstage/integration-react": "1.2.13
|
|
68
|
-
"@backstage/plugin-techdocs-react": "1.3.6
|
|
63
|
+
"@backstage/core-components": "^0.18.4",
|
|
64
|
+
"@backstage/core-plugin-api": "^1.12.1",
|
|
65
|
+
"@backstage/frontend-plugin-api": "^0.13.2",
|
|
66
|
+
"@backstage/integration": "^1.19.0",
|
|
67
|
+
"@backstage/integration-react": "^1.2.13",
|
|
68
|
+
"@backstage/plugin-techdocs-react": "^1.3.6",
|
|
69
69
|
"@material-ui/core": "^4.12.2",
|
|
70
70
|
"@material-ui/icons": "^4.9.1",
|
|
71
71
|
"@react-hookz/web": "^24.0.0",
|
|
@@ -73,17 +73,18 @@
|
|
|
73
73
|
"photoswipe": "^5.3.7"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@backstage/cli": "0.
|
|
77
|
-
"@backstage/plugin-catalog-react": "1.21.4
|
|
78
|
-
"@backstage/plugin-techdocs-addons-test-utils": "
|
|
79
|
-
"@backstage/test-utils": "1.7.14
|
|
76
|
+
"@backstage/cli": "^0.35.0",
|
|
77
|
+
"@backstage/plugin-catalog-react": "^1.21.4",
|
|
78
|
+
"@backstage/plugin-techdocs-addons-test-utils": "^2.0.0",
|
|
79
|
+
"@backstage/test-utils": "^1.7.14",
|
|
80
80
|
"@testing-library/dom": "^10.0.0",
|
|
81
81
|
"@testing-library/jest-dom": "^6.0.0",
|
|
82
82
|
"@testing-library/react": "^16.0.0",
|
|
83
83
|
"@types/react": "^18.0.0",
|
|
84
84
|
"react": "^18.0.2",
|
|
85
85
|
"react-dom": "^18.0.2",
|
|
86
|
-
"react-router-dom": "^6.3.0"
|
|
86
|
+
"react-router-dom": "^6.3.0",
|
|
87
|
+
"shadow-dom-testing-library": "^1.13.1"
|
|
87
88
|
},
|
|
88
89
|
"peerDependencies": {
|
|
89
90
|
"@types/react": "^17.0.0 || ^18.0.0",
|