@backstage/plugin-techdocs 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.
package/CHANGELOG.md CHANGED
@@ -1,21 +1,21 @@
1
1
  # @backstage/plugin-techdocs
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/catalog-client@0.0.0-nightly-20260602032639
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260602032639
10
- - @backstage/core-components@0.0.0-nightly-20260602032639
11
- - @backstage/plugin-search-react@0.0.0-nightly-20260602032639
12
- - @backstage/integration@0.0.0-nightly-20260602032639
13
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260602032639
14
- - @backstage/ui@0.0.0-nightly-20260602032639
15
- - @backstage/integration-react@0.0.0-nightly-20260602032639
16
- - @backstage/plugin-auth-react@0.0.0-nightly-20260602032639
17
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20260602032639
18
- - @backstage/core-plugin-api@0.0.0-nightly-20260602032639
8
+ - @backstage/catalog-client@0.0.0-nightly-20260604032348
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260604032348
10
+ - @backstage/core-components@0.0.0-nightly-20260604032348
11
+ - @backstage/plugin-search-react@0.0.0-nightly-20260604032348
12
+ - @backstage/integration@0.0.0-nightly-20260604032348
13
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260604032348
14
+ - @backstage/ui@0.0.0-nightly-20260604032348
15
+ - @backstage/integration-react@0.0.0-nightly-20260604032348
16
+ - @backstage/plugin-auth-react@0.0.0-nightly-20260604032348
17
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20260604032348
18
+ - @backstage/core-plugin-api@0.0.0-nightly-20260604032348
19
19
  - @backstage/catalog-model@1.9.0
20
20
  - @backstage/config@1.3.8
21
21
  - @backstage/errors@1.3.1
@@ -23,6 +23,23 @@
23
23
  - @backstage/plugin-search-common@1.2.24
24
24
  - @backstage/plugin-techdocs-common@0.1.1
25
25
 
26
+ ## 1.17.7-next.1
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ - @backstage/integration@2.0.3-next.1
32
+ - @backstage/catalog-client@1.16.0-next.1
33
+ - @backstage/frontend-plugin-api@0.17.2-next.0
34
+ - @backstage/core-components@0.18.11-next.1
35
+ - @backstage/ui@0.15.1-next.0
36
+ - @backstage/core-plugin-api@1.12.7-next.0
37
+ - @backstage/plugin-catalog-react@3.0.1-next.1
38
+ - @backstage/plugin-search-react@1.11.5-next.1
39
+ - @backstage/plugin-techdocs-react@1.3.12-next.1
40
+ - @backstage/integration-react@1.2.19-next.1
41
+ - @backstage/plugin-auth-react@0.1.28-next.1
42
+
26
43
  ## 1.17.7-next.0
27
44
 
28
45
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-techdocs";
2
- var version = "0.0.0-nightly-20260602032639";
2
+ var version = "0.0.0-nightly-20260604032348";
3
3
  var description = "The Backstage plugin that renders technical documentation for your components";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20260602032639",
3
+ "version": "0.0.0-nightly-20260604032348",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -71,23 +71,23 @@
71
71
  "test": "backstage-cli package test"
72
72
  },
73
73
  "dependencies": {
74
- "@backstage/catalog-client": "0.0.0-nightly-20260602032639",
74
+ "@backstage/catalog-client": "0.0.0-nightly-20260604032348",
75
75
  "@backstage/catalog-model": "1.9.0",
76
76
  "@backstage/config": "1.3.8",
77
- "@backstage/core-components": "0.0.0-nightly-20260602032639",
78
- "@backstage/core-plugin-api": "0.0.0-nightly-20260602032639",
77
+ "@backstage/core-components": "0.0.0-nightly-20260604032348",
78
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260604032348",
79
79
  "@backstage/errors": "1.3.1",
80
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260602032639",
81
- "@backstage/integration": "0.0.0-nightly-20260602032639",
82
- "@backstage/integration-react": "0.0.0-nightly-20260602032639",
83
- "@backstage/plugin-auth-react": "0.0.0-nightly-20260602032639",
84
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260602032639",
80
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260604032348",
81
+ "@backstage/integration": "0.0.0-nightly-20260604032348",
82
+ "@backstage/integration-react": "0.0.0-nightly-20260604032348",
83
+ "@backstage/plugin-auth-react": "0.0.0-nightly-20260604032348",
84
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260604032348",
85
85
  "@backstage/plugin-search-common": "1.2.24",
86
- "@backstage/plugin-search-react": "0.0.0-nightly-20260602032639",
86
+ "@backstage/plugin-search-react": "0.0.0-nightly-20260604032348",
87
87
  "@backstage/plugin-techdocs-common": "0.1.1",
88
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20260602032639",
88
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20260604032348",
89
89
  "@backstage/theme": "0.7.3",
90
- "@backstage/ui": "0.0.0-nightly-20260602032639",
90
+ "@backstage/ui": "0.0.0-nightly-20260604032348",
91
91
  "@material-ui/core": "^4.12.2",
92
92
  "@material-ui/icons": "^4.9.1",
93
93
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -102,12 +102,12 @@
102
102
  "zod": "^4.0.0"
103
103
  },
104
104
  "devDependencies": {
105
- "@backstage/cli": "0.0.0-nightly-20260602032639",
106
- "@backstage/core-app-api": "0.0.0-nightly-20260602032639",
107
- "@backstage/dev-utils": "0.0.0-nightly-20260602032639",
108
- "@backstage/plugin-catalog": "0.0.0-nightly-20260602032639",
109
- "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20260602032639",
110
- "@backstage/test-utils": "0.0.0-nightly-20260602032639",
105
+ "@backstage/cli": "0.0.0-nightly-20260604032348",
106
+ "@backstage/core-app-api": "0.0.0-nightly-20260604032348",
107
+ "@backstage/dev-utils": "0.0.0-nightly-20260604032348",
108
+ "@backstage/plugin-catalog": "0.0.0-nightly-20260604032348",
109
+ "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20260604032348",
110
+ "@backstage/test-utils": "0.0.0-nightly-20260604032348",
111
111
  "@testing-library/dom": "^10.0.0",
112
112
  "@testing-library/jest-dom": "^6.0.0",
113
113
  "@testing-library/react": "^16.0.0",