@backstage/plugin-techdocs 0.0.0-nightly-20250428023926 → 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 +40 -14
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,27 +1,53 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20250428023926
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
- - Updated dependencies
9
- - @backstage/integration@0.0.0-nightly-20250428023926
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250428023926
11
- - @backstage/core-compat-api@0.0.0-nightly-20250428023926
12
- - @backstage/core-components@0.0.0-nightly-20250428023926
13
- - @backstage/plugin-catalog-react@0.0.0-nightly-20250428023926
14
- - @backstage/catalog-client@0.0.0-nightly-20250428023926
15
- - @backstage/integration-react@0.0.0-nightly-20250428023926
16
- - @backstage/plugin-search-react@0.0.0-nightly-20250428023926
17
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20250428023926
8
+ - 72d019d: Removed various typos
9
+ - Updated dependencies
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
18
21
  - @backstage/catalog-model@1.7.3
19
22
  - @backstage/config@1.3.2
20
23
  - @backstage/core-plugin-api@1.10.6
21
24
  - @backstage/errors@1.2.7
22
- - @backstage/theme@0.6.5
23
- - @backstage/plugin-auth-react@0.0.0-nightly-20250428023926
24
- - @backstage/plugin-search-common@1.2.17
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
25
51
  - @backstage/plugin-techdocs-common@0.1.0
26
52
 
27
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-20250428023926",
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-20250428023926",
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-20250428023926",
78
- "@backstage/core-components": "0.0.0-nightly-20250428023926",
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-20250428023926",
82
- "@backstage/integration": "0.0.0-nightly-20250428023926",
83
- "@backstage/integration-react": "0.0.0-nightly-20250428023926",
84
- "@backstage/plugin-auth-react": "0.0.0-nightly-20250428023926",
85
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20250428023926",
86
- "@backstage/plugin-search-common": "1.2.17",
87
- "@backstage/plugin-search-react": "0.0.0-nightly-20250428023926",
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-20250428023926",
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-20250428023926",
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-20250428023926",
107
- "@backstage/plugin-catalog": "0.0.0-nightly-20250428023926",
108
- "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20250428023926",
109
- "@backstage/test-utils": "1.7.7",
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",