@backstage/plugin-techdocs 0.0.0-nightly-20251207025219 → 0.0.0-nightly-20251210024611

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,6 +1,6 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20251207025219
3
+ ## 0.0.0-nightly-20251210024611
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,22 +8,45 @@
8
8
  - d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
9
9
  - 592361e: The `techdocs` config is now marked as optional.
10
10
  - Updated dependencies
11
- - @backstage/integration@0.0.0-nightly-20251207025219
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251207025219
13
- - @backstage/core-components@0.0.0-nightly-20251207025219
14
- - @backstage/plugin-catalog-react@0.0.0-nightly-20251207025219
15
- - @backstage/core-plugin-api@0.0.0-nightly-20251207025219
16
- - @backstage/theme@0.0.0-nightly-20251207025219
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20251210024611
12
+ - @backstage/integration@0.0.0-nightly-20251210024611
13
+ - @backstage/core-components@0.0.0-nightly-20251210024611
14
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20251210024611
15
+ - @backstage/core-plugin-api@0.0.0-nightly-20251210024611
16
+ - @backstage/theme@0.0.0-nightly-20251210024611
17
+ - @backstage/plugin-search-react@0.0.0-nightly-20251210024611
17
18
  - @backstage/catalog-client@1.12.1
18
19
  - @backstage/catalog-model@1.7.6
19
20
  - @backstage/config@1.3.6
20
21
  - @backstage/errors@1.2.7
21
- - @backstage/integration-react@0.0.0-nightly-20251207025219
22
- - @backstage/plugin-auth-react@0.0.0-nightly-20251207025219
22
+ - @backstage/integration-react@0.0.0-nightly-20251210024611
23
+ - @backstage/plugin-auth-react@0.0.0-nightly-20251210024611
23
24
  - @backstage/plugin-search-common@1.2.21
24
- - @backstage/plugin-search-react@0.0.0-nightly-20251207025219
25
25
  - @backstage/plugin-techdocs-common@0.1.1
26
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20251207025219
26
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20251210024611
27
+
28
+ ## 1.16.1-next.2
29
+
30
+ ### Patch Changes
31
+
32
+ - f3f84f1: Minor extension type updates after frontend API bump
33
+ - Updated dependencies
34
+ - @backstage/frontend-plugin-api@0.13.2-next.1
35
+ - @backstage/integration@1.18.3-next.1
36
+ - @backstage/plugin-catalog-react@1.21.4-next.2
37
+ - @backstage/core-components@0.18.4-next.2
38
+ - @backstage/catalog-client@1.12.1
39
+ - @backstage/catalog-model@1.7.6
40
+ - @backstage/config@1.3.6
41
+ - @backstage/core-plugin-api@1.12.1-next.0
42
+ - @backstage/errors@1.2.7
43
+ - @backstage/integration-react@1.2.13-next.0
44
+ - @backstage/theme@0.7.1-next.0
45
+ - @backstage/plugin-auth-react@0.1.22-next.0
46
+ - @backstage/plugin-search-common@1.2.21
47
+ - @backstage/plugin-search-react@1.10.1-next.0
48
+ - @backstage/plugin-techdocs-common@0.1.1
49
+ - @backstage/plugin-techdocs-react@1.3.6-next.0
27
50
 
28
51
  ## 1.16.1-next.1
29
52
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-techdocs";
2
- var version = "0.0.0-nightly-20251207025219";
2
+ var version = "0.0.0-nightly-20251210024611";
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-20251207025219",
3
+ "version": "0.0.0-nightly-20251210024611",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -74,19 +74,19 @@
74
74
  "@backstage/catalog-client": "1.12.1",
75
75
  "@backstage/catalog-model": "1.7.6",
76
76
  "@backstage/config": "1.3.6",
77
- "@backstage/core-components": "0.0.0-nightly-20251207025219",
78
- "@backstage/core-plugin-api": "0.0.0-nightly-20251207025219",
77
+ "@backstage/core-components": "0.0.0-nightly-20251210024611",
78
+ "@backstage/core-plugin-api": "0.0.0-nightly-20251210024611",
79
79
  "@backstage/errors": "1.2.7",
80
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251207025219",
81
- "@backstage/integration": "0.0.0-nightly-20251207025219",
82
- "@backstage/integration-react": "0.0.0-nightly-20251207025219",
83
- "@backstage/plugin-auth-react": "0.0.0-nightly-20251207025219",
84
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20251207025219",
80
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20251210024611",
81
+ "@backstage/integration": "0.0.0-nightly-20251210024611",
82
+ "@backstage/integration-react": "0.0.0-nightly-20251210024611",
83
+ "@backstage/plugin-auth-react": "0.0.0-nightly-20251210024611",
84
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20251210024611",
85
85
  "@backstage/plugin-search-common": "1.2.21",
86
- "@backstage/plugin-search-react": "0.0.0-nightly-20251207025219",
86
+ "@backstage/plugin-search-react": "0.0.0-nightly-20251210024611",
87
87
  "@backstage/plugin-techdocs-common": "0.1.1",
88
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20251207025219",
89
- "@backstage/theme": "0.0.0-nightly-20251207025219",
88
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20251210024611",
89
+ "@backstage/theme": "0.0.0-nightly-20251210024611",
90
90
  "@material-ui/core": "^4.12.2",
91
91
  "@material-ui/icons": "^4.9.1",
92
92
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -99,12 +99,12 @@
99
99
  "react-use": "^17.2.4"
100
100
  },
101
101
  "devDependencies": {
102
- "@backstage/cli": "0.0.0-nightly-20251207025219",
103
- "@backstage/core-app-api": "0.0.0-nightly-20251207025219",
104
- "@backstage/dev-utils": "0.0.0-nightly-20251207025219",
105
- "@backstage/plugin-catalog": "0.0.0-nightly-20251207025219",
106
- "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20251207025219",
107
- "@backstage/test-utils": "0.0.0-nightly-20251207025219",
102
+ "@backstage/cli": "0.0.0-nightly-20251210024611",
103
+ "@backstage/core-app-api": "0.0.0-nightly-20251210024611",
104
+ "@backstage/dev-utils": "0.0.0-nightly-20251210024611",
105
+ "@backstage/plugin-catalog": "0.0.0-nightly-20251210024611",
106
+ "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20251210024611",
107
+ "@backstage/test-utils": "0.0.0-nightly-20251210024611",
108
108
  "@testing-library/dom": "^10.0.0",
109
109
  "@testing-library/jest-dom": "^6.0.0",
110
110
  "@testing-library/react": "^16.0.0",