@backstage/plugin-techdocs 0.0.0-nightly-20250429023924 → 0.0.0-nightly-20250430023748

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 +38 -13
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,28 +1,53 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20250429023924
3
+ ## 0.0.0-nightly-20250430023748
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - fb58f20: Internal update to use the new `pluginId` option of `createFrontendPlugin`.
8
8
  - 72d019d: Removed various typos
9
9
  - Updated dependencies
10
- - @backstage/integration@0.0.0-nightly-20250429023924
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250429023924
12
- - @backstage/core-compat-api@0.0.0-nightly-20250429023924
13
- - @backstage/plugin-search-react@0.0.0-nightly-20250429023924
14
- - @backstage/plugin-catalog-react@0.0.0-nightly-20250429023924
15
- - @backstage/core-components@0.0.0-nightly-20250429023924
16
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20250429023924
17
- - @backstage/plugin-auth-react@0.0.0-nightly-20250429023924
18
- - @backstage/catalog-client@0.0.0-nightly-20250429023924
19
- - @backstage/integration-react@0.0.0-nightly-20250429023924
10
+ - @backstage/theme@0.0.0-nightly-20250430023748
11
+ - @backstage/integration@0.0.0-nightly-20250430023748
12
+ - @backstage/core-components@0.0.0-nightly-20250430023748
13
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20250430023748
14
+ - @backstage/core-compat-api@0.0.0-nightly-20250430023748
15
+ - @backstage/plugin-search-react@0.0.0-nightly-20250430023748
16
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20250430023748
17
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20250430023748
18
+ - @backstage/plugin-auth-react@0.0.0-nightly-20250430023748
19
+ - @backstage/catalog-client@0.0.0-nightly-20250430023748
20
+ - @backstage/integration-react@0.0.0-nightly-20250430023748
20
21
  - @backstage/catalog-model@1.7.3
21
22
  - @backstage/config@1.3.2
22
23
  - @backstage/core-plugin-api@1.10.6
23
24
  - @backstage/errors@1.2.7
24
- - @backstage/theme@0.6.5
25
- - @backstage/plugin-search-common@0.0.0-nightly-20250429023924
25
+ - @backstage/plugin-search-common@0.0.0-nightly-20250430023748
26
+ - @backstage/plugin-techdocs-common@0.1.0
27
+
28
+ ## 1.12.6-next.1
29
+
30
+ ### Patch Changes
31
+
32
+ - fb58f20: Internal update to use the new `pluginId` option of `createFrontendPlugin`.
33
+ - 72d019d: Removed various typos
34
+ - Updated dependencies
35
+ - @backstage/theme@0.6.6-next.0
36
+ - @backstage/core-components@0.17.2-next.0
37
+ - @backstage/frontend-plugin-api@0.10.2-next.0
38
+ - @backstage/core-compat-api@0.4.2-next.1
39
+ - @backstage/integration@1.16.4-next.1
40
+ - @backstage/plugin-search-react@1.9.0-next.0
41
+ - @backstage/plugin-catalog-react@1.18.0-next.1
42
+ - @backstage/plugin-techdocs-react@1.2.17-next.0
43
+ - @backstage/plugin-auth-react@0.1.15-next.0
44
+ - @backstage/integration-react@1.2.7-next.1
45
+ - @backstage/catalog-client@1.10.0-next.0
46
+ - @backstage/catalog-model@1.7.3
47
+ - @backstage/config@1.3.2
48
+ - @backstage/core-plugin-api@1.10.6
49
+ - @backstage/errors@1.2.7
50
+ - @backstage/plugin-search-common@1.2.18-next.0
26
51
  - @backstage/plugin-techdocs-common@0.1.0
27
52
 
28
53
  ## 1.12.6-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20250429023924",
3
+ "version": "0.0.0-nightly-20250430023748",
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-20250429023924",
74
+ "@backstage/catalog-client": "0.0.0-nightly-20250430023748",
75
75
  "@backstage/catalog-model": "1.7.3",
76
76
  "@backstage/config": "1.3.2",
77
- "@backstage/core-compat-api": "0.0.0-nightly-20250429023924",
78
- "@backstage/core-components": "0.0.0-nightly-20250429023924",
77
+ "@backstage/core-compat-api": "0.0.0-nightly-20250430023748",
78
+ "@backstage/core-components": "0.0.0-nightly-20250430023748",
79
79
  "@backstage/core-plugin-api": "1.10.6",
80
80
  "@backstage/errors": "1.2.7",
81
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250429023924",
82
- "@backstage/integration": "0.0.0-nightly-20250429023924",
83
- "@backstage/integration-react": "0.0.0-nightly-20250429023924",
84
- "@backstage/plugin-auth-react": "0.0.0-nightly-20250429023924",
85
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20250429023924",
86
- "@backstage/plugin-search-common": "0.0.0-nightly-20250429023924",
87
- "@backstage/plugin-search-react": "0.0.0-nightly-20250429023924",
81
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20250430023748",
82
+ "@backstage/integration": "0.0.0-nightly-20250430023748",
83
+ "@backstage/integration-react": "0.0.0-nightly-20250430023748",
84
+ "@backstage/plugin-auth-react": "0.0.0-nightly-20250430023748",
85
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20250430023748",
86
+ "@backstage/plugin-search-common": "0.0.0-nightly-20250430023748",
87
+ "@backstage/plugin-search-react": "0.0.0-nightly-20250430023748",
88
88
  "@backstage/plugin-techdocs-common": "0.1.0",
89
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20250429023924",
90
- "@backstage/theme": "0.6.5",
89
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20250430023748",
90
+ "@backstage/theme": "0.0.0-nightly-20250430023748",
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",
@@ -101,12 +101,12 @@
101
101
  "react-use": "^17.2.4"
102
102
  },
103
103
  "devDependencies": {
104
- "@backstage/cli": "0.0.0-nightly-20250429023924",
104
+ "@backstage/cli": "0.0.0-nightly-20250430023748",
105
105
  "@backstage/core-app-api": "1.16.1",
106
- "@backstage/dev-utils": "0.0.0-nightly-20250429023924",
107
- "@backstage/plugin-catalog": "0.0.0-nightly-20250429023924",
108
- "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20250429023924",
109
- "@backstage/test-utils": "0.0.0-nightly-20250429023924",
106
+ "@backstage/dev-utils": "0.0.0-nightly-20250430023748",
107
+ "@backstage/plugin-catalog": "0.0.0-nightly-20250430023748",
108
+ "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20250430023748",
109
+ "@backstage/test-utils": "0.0.0-nightly-20250430023748",
110
110
  "@testing-library/dom": "^10.0.0",
111
111
  "@testing-library/jest-dom": "^6.0.0",
112
112
  "@testing-library/react": "^16.0.0",