@backstage/plugin-techdocs-module-addons-contrib 1.1.6-next.2 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-techdocs-module-addons-contrib
2
2
 
3
+ ## 1.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.14.2
9
+ - @backstage/plugin-techdocs-react@1.2.1
10
+ - @backstage/integration-react@1.1.25
11
+ - @backstage/core-plugin-api@1.9.1
12
+ - @backstage/integration@1.9.1
13
+
14
+ ## 1.1.6
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/integration@1.9.1
20
+ - @backstage/core-components@0.14.1
21
+ - @backstage/integration-react@1.1.25
22
+ - @backstage/plugin-techdocs-react@1.2.0
23
+ - @backstage/core-plugin-api@1.9.1
24
+
3
25
  ## 1.1.6-next.2
4
26
 
5
27
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -239,4 +239,4 @@ declare const TextSize: () => JSX.Element | null;
239
239
  */
240
240
  declare const LightBox: () => JSX.Element | null;
241
241
 
242
- export { ExpandableNavigation, LightBox, ReportIssue, ReportIssueProps, ReportIssueTemplate, ReportIssueTemplateBuilder, TextSize, techdocsModuleAddonsContribPlugin };
242
+ export { ExpandableNavigation, LightBox, ReportIssue, type ReportIssueProps, type ReportIssueTemplate, type ReportIssueTemplateBuilder, TextSize, techdocsModuleAddonsContribPlugin };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-module-addons-contrib",
3
- "version": "1.1.6-next.2",
3
+ "version": "1.1.7",
4
4
  "description": "Plugin module for contributed TechDocs Addons",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin-module"
@@ -37,11 +37,11 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/core-components": "^0.14.1-next.2",
41
- "@backstage/core-plugin-api": "^1.9.1-next.1",
42
- "@backstage/integration": "^1.9.1-next.2",
43
- "@backstage/integration-react": "^1.1.25-next.2",
44
- "@backstage/plugin-techdocs-react": "^1.2.0-next.2",
40
+ "@backstage/core-components": "^0.14.2",
41
+ "@backstage/core-plugin-api": "^1.9.1",
42
+ "@backstage/integration": "^1.9.1",
43
+ "@backstage/integration-react": "^1.1.25",
44
+ "@backstage/plugin-techdocs-react": "^1.2.1",
45
45
  "@material-ui/core": "^4.12.2",
46
46
  "@material-ui/icons": "^4.9.1",
47
47
  "@react-hookz/web": "^24.0.0",
@@ -49,9 +49,9 @@
49
49
  "photoswipe": "^5.3.7"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.25.3-next.2",
53
- "@backstage/plugin-techdocs-addons-test-utils": "^1.0.28-next.2",
54
- "@backstage/test-utils": "^1.5.1-next.1",
52
+ "@backstage/cli": "^0.26.1",
53
+ "@backstage/plugin-techdocs-addons-test-utils": "^1.0.29",
54
+ "@backstage/test-utils": "^1.5.2",
55
55
  "@testing-library/dom": "^9.0.0",
56
56
  "@testing-library/jest-dom": "^6.0.0",
57
57
  "@testing-library/react": "^14.0.0",