@backstage/plugin-techdocs 0.0.0-nightly-20240807021931 → 0.0.0-nightly-20240809021939

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-20240807021931
3
+ ## 0.0.0-nightly-20240809021939
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,22 +10,22 @@
10
10
  - bdc5471: Fixed issue where header styles were incorrectly generated when themes used CSS variables to define font size.
11
11
  - 6349099: Added config input type to the extensions
12
12
  - Updated dependencies
13
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240807021931
14
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240807021931
15
- - @backstage/plugin-search-react@0.0.0-nightly-20240807021931
16
- - @backstage/core-components@0.0.0-nightly-20240807021931
17
- - @backstage/core-compat-api@0.0.0-nightly-20240807021931
18
- - @backstage/plugin-search-common@0.0.0-nightly-20240807021931
19
- - @backstage/integration@0.0.0-nightly-20240807021931
20
- - @backstage/plugin-techdocs-common@0.0.0-nightly-20240807021931
21
- - @backstage/plugin-auth-react@0.0.0-nightly-20240807021931
13
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240809021939
14
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240809021939
15
+ - @backstage/plugin-search-react@0.0.0-nightly-20240809021939
16
+ - @backstage/core-components@0.0.0-nightly-20240809021939
17
+ - @backstage/core-compat-api@0.0.0-nightly-20240809021939
18
+ - @backstage/plugin-search-common@0.0.0-nightly-20240809021939
19
+ - @backstage/integration@0.0.0-nightly-20240809021939
20
+ - @backstage/plugin-techdocs-common@0.0.0-nightly-20240809021939
21
+ - @backstage/plugin-auth-react@0.0.0-nightly-20240809021939
22
22
  - @backstage/catalog-model@1.5.0
23
23
  - @backstage/config@1.2.0
24
24
  - @backstage/core-plugin-api@1.9.3
25
25
  - @backstage/errors@1.2.4
26
- - @backstage/integration-react@0.0.0-nightly-20240807021931
26
+ - @backstage/integration-react@0.0.0-nightly-20240809021939
27
27
  - @backstage/theme@0.5.6
28
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240807021931
28
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240809021939
29
29
 
30
30
  ## 1.10.8-next.2
31
31
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs__alpha",
3
- "version": "0.0.0-nightly-20240807021931",
3
+ "version": "0.0.0-nightly-20240809021939",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -13,7 +13,7 @@ declare const techDocsSearchResultListItemExtension: _backstage_frontend_plugin_
13
13
  asListItem: boolean;
14
14
  asLink: boolean;
15
15
  title?: string | undefined;
16
- }>;
16
+ }, never, never>;
17
17
  /** @alpha */
18
18
  declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{
19
19
  root: _backstage_frontend_plugin_api.RouteRef<undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240807021931",
3
+ "version": "0.0.0-nightly-20240809021939",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -60,19 +60,19 @@
60
60
  "dependencies": {
61
61
  "@backstage/catalog-model": "^1.5.0",
62
62
  "@backstage/config": "^1.2.0",
63
- "@backstage/core-compat-api": "^0.0.0-nightly-20240807021931",
64
- "@backstage/core-components": "^0.0.0-nightly-20240807021931",
63
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240809021939",
64
+ "@backstage/core-components": "^0.0.0-nightly-20240809021939",
65
65
  "@backstage/core-plugin-api": "^1.9.3",
66
66
  "@backstage/errors": "^1.2.4",
67
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240807021931",
68
- "@backstage/integration": "^0.0.0-nightly-20240807021931",
69
- "@backstage/integration-react": "^0.0.0-nightly-20240807021931",
70
- "@backstage/plugin-auth-react": "^0.0.0-nightly-20240807021931",
71
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240807021931",
72
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240807021931",
73
- "@backstage/plugin-search-react": "^0.0.0-nightly-20240807021931",
74
- "@backstage/plugin-techdocs-common": "^0.0.0-nightly-20240807021931",
75
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240807021931",
67
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240809021939",
68
+ "@backstage/integration": "^0.0.0-nightly-20240809021939",
69
+ "@backstage/integration-react": "^0.0.0-nightly-20240809021939",
70
+ "@backstage/plugin-auth-react": "^0.0.0-nightly-20240809021939",
71
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240809021939",
72
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240809021939",
73
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20240809021939",
74
+ "@backstage/plugin-techdocs-common": "^0.0.0-nightly-20240809021939",
75
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240809021939",
76
76
  "@backstage/theme": "^0.5.6",
77
77
  "@material-ui/core": "^4.12.2",
78
78
  "@material-ui/icons": "^4.9.1",
@@ -88,11 +88,11 @@
88
88
  "react-use": "^17.2.4"
89
89
  },
90
90
  "devDependencies": {
91
- "@backstage/cli": "^0.0.0-nightly-20240807021931",
92
- "@backstage/core-app-api": "^0.0.0-nightly-20240807021931",
93
- "@backstage/dev-utils": "^0.0.0-nightly-20240807021931",
94
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240807021931",
95
- "@backstage/test-utils": "^0.0.0-nightly-20240807021931",
91
+ "@backstage/cli": "^0.0.0-nightly-20240809021939",
92
+ "@backstage/core-app-api": "^0.0.0-nightly-20240809021939",
93
+ "@backstage/dev-utils": "^0.0.0-nightly-20240809021939",
94
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240809021939",
95
+ "@backstage/test-utils": "^0.0.0-nightly-20240809021939",
96
96
  "@testing-library/dom": "^10.0.0",
97
97
  "@testing-library/jest-dom": "^6.0.0",
98
98
  "@testing-library/react": "^15.0.0",