@backstage/plugin-techdocs-module-addons-contrib 0.0.0-nightly-20250328023613 → 0.0.0-nightly-20250330023748

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-techdocs-module-addons-contrib
2
2
 
3
- ## 0.0.0-nightly-20250328023613
3
+ ## 0.0.0-nightly-20250330023748
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 9c12a76: Fixed rendering issues in `ReportIssue` addon for unsupported repository types and improved shadow DOM event handling. The addon now properly prevents initialization when encountering unsupported repository types and correctly handles selection events within the shadow DOM.
8
8
  - Updated dependencies
9
- - @backstage/integration-react@0.0.0-nightly-20250328023613
10
- - @backstage/integration@0.0.0-nightly-20250328023613
9
+ - @backstage/integration-react@0.0.0-nightly-20250330023748
10
+ - @backstage/integration@0.0.0-nightly-20250330023748
11
11
  - @backstage/core-components@0.17.0
12
12
  - @backstage/core-plugin-api@1.10.5
13
13
  - @backstage/frontend-plugin-api@0.10.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-module-addons-contrib",
3
- "version": "0.0.0-nightly-20250328023613",
3
+ "version": "0.0.0-nightly-20250330023748",
4
4
  "description": "Plugin module for contributed TechDocs Addons",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin-module",
@@ -63,8 +63,8 @@
63
63
  "@backstage/core-components": "0.17.0",
64
64
  "@backstage/core-plugin-api": "1.10.5",
65
65
  "@backstage/frontend-plugin-api": "0.10.0",
66
- "@backstage/integration": "0.0.0-nightly-20250328023613",
67
- "@backstage/integration-react": "0.0.0-nightly-20250328023613",
66
+ "@backstage/integration": "0.0.0-nightly-20250330023748",
67
+ "@backstage/integration-react": "0.0.0-nightly-20250330023748",
68
68
  "@backstage/plugin-techdocs-react": "1.2.15",
69
69
  "@material-ui/core": "^4.12.2",
70
70
  "@material-ui/icons": "^4.9.1",
@@ -73,8 +73,8 @@
73
73
  "photoswipe": "^5.3.7"
74
74
  },
75
75
  "devDependencies": {
76
- "@backstage/cli": "0.0.0-nightly-20250328023613",
77
- "@backstage/plugin-techdocs-addons-test-utils": "0.0.0-nightly-20250328023613",
76
+ "@backstage/cli": "0.0.0-nightly-20250330023748",
77
+ "@backstage/plugin-techdocs-addons-test-utils": "0.0.0-nightly-20250330023748",
78
78
  "@backstage/test-utils": "1.7.6",
79
79
  "@testing-library/dom": "^10.0.0",
80
80
  "@testing-library/jest-dom": "^6.0.0",