@backstage/plugin-techdocs-module-addons-contrib 0.0.0-nightly-20260602032639 → 0.0.0-nightly-20260604032348

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 +19 -7
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,16 +1,28 @@
1
1
  # @backstage/plugin-techdocs-module-addons-contrib
2
2
 
3
- ## 0.0.0-nightly-20260602032639
3
+ ## 0.0.0-nightly-20260604032348
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20260602032639
9
- - @backstage/integration@0.0.0-nightly-20260602032639
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260602032639
11
- - @backstage/integration-react@0.0.0-nightly-20260602032639
12
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20260602032639
13
- - @backstage/core-plugin-api@0.0.0-nightly-20260602032639
8
+ - @backstage/core-components@0.0.0-nightly-20260604032348
9
+ - @backstage/integration@0.0.0-nightly-20260604032348
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260604032348
11
+ - @backstage/integration-react@0.0.0-nightly-20260604032348
12
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20260604032348
13
+ - @backstage/core-plugin-api@0.0.0-nightly-20260604032348
14
+
15
+ ## 1.1.37-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/integration@2.0.3-next.1
21
+ - @backstage/frontend-plugin-api@0.17.2-next.0
22
+ - @backstage/core-components@0.18.11-next.1
23
+ - @backstage/core-plugin-api@1.12.7-next.0
24
+ - @backstage/plugin-techdocs-react@1.3.12-next.1
25
+ - @backstage/integration-react@1.2.19-next.1
14
26
 
15
27
  ## 1.1.37-next.0
16
28
 
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-20260602032639",
3
+ "version": "0.0.0-nightly-20260604032348",
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.0.0-nightly-20260602032639",
64
- "@backstage/core-plugin-api": "0.0.0-nightly-20260602032639",
65
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260602032639",
66
- "@backstage/integration": "0.0.0-nightly-20260602032639",
67
- "@backstage/integration-react": "0.0.0-nightly-20260602032639",
68
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20260602032639",
63
+ "@backstage/core-components": "0.0.0-nightly-20260604032348",
64
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260604032348",
65
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260604032348",
66
+ "@backstage/integration": "0.0.0-nightly-20260604032348",
67
+ "@backstage/integration-react": "0.0.0-nightly-20260604032348",
68
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20260604032348",
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,10 +73,10 @@
73
73
  "photoswipe": "^5.3.7"
74
74
  },
75
75
  "devDependencies": {
76
- "@backstage/cli": "0.0.0-nightly-20260602032639",
77
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260602032639",
78
- "@backstage/plugin-techdocs-addons-test-utils": "0.0.0-nightly-20260602032639",
79
- "@backstage/test-utils": "0.0.0-nightly-20260602032639",
76
+ "@backstage/cli": "0.0.0-nightly-20260604032348",
77
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260604032348",
78
+ "@backstage/plugin-techdocs-addons-test-utils": "0.0.0-nightly-20260604032348",
79
+ "@backstage/test-utils": "0.0.0-nightly-20260604032348",
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",