@backstage/plugin-techdocs 0.0.0-nightly-20241125023523 → 0.0.0-nightly-20241127023716

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 (3) hide show
  1. package/CHANGELOG.md +34 -11
  2. package/dist/alpha.d.ts +11 -11
  3. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,27 +1,50 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20241125023523
3
+ ## 0.0.0-nightly-20241127023716
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 7d8777d: Added support for the Search bar in docs residing in the entity page tab, and not only the global "/docs" page.
8
8
  - Updated dependencies
9
- - @backstage/plugin-search-react@0.0.0-nightly-20241125023523
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20241125023523
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241125023523
12
- - @backstage/theme@0.0.0-nightly-20241125023523
13
- - @backstage/core-compat-api@0.0.0-nightly-20241125023523
14
- - @backstage/core-components@0.0.0-nightly-20241125023523
9
+ - @backstage/integration@0.0.0-nightly-20241127023716
10
+ - @backstage/plugin-search-react@0.0.0-nightly-20241127023716
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20241127023716
12
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241127023716
13
+ - @backstage/theme@0.0.0-nightly-20241127023716
14
+ - @backstage/core-components@0.0.0-nightly-20241127023716
15
+ - @backstage/catalog-model@1.7.1
16
+ - @backstage/config@1.3.0
17
+ - @backstage/core-compat-api@0.0.0-nightly-20241127023716
15
18
  - @backstage/core-plugin-api@1.10.1
19
+ - @backstage/errors@1.2.5
20
+ - @backstage/integration-react@0.0.0-nightly-20241127023716
21
+ - @backstage/plugin-auth-react@0.0.0-nightly-20241127023716
22
+ - @backstage/plugin-search-common@1.2.15
23
+ - @backstage/plugin-techdocs-common@0.1.0
24
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20241127023716
25
+
26
+ ## 1.11.3-next.0
27
+
28
+ ### Patch Changes
29
+
30
+ - 7d8777d: Added support for the Search bar in docs residing in the entity page tab, and not only the global "/docs" page.
31
+ - Updated dependencies
32
+ - @backstage/integration@1.16.0-next.0
33
+ - @backstage/plugin-search-react@1.8.4-next.0
34
+ - @backstage/plugin-catalog-react@1.14.3-next.0
35
+ - @backstage/frontend-plugin-api@0.9.3-next.0
36
+ - @backstage/theme@0.6.3-next.0
16
37
  - @backstage/catalog-model@1.7.1
17
38
  - @backstage/config@1.3.0
39
+ - @backstage/core-compat-api@0.3.4-next.0
40
+ - @backstage/core-components@0.16.2-next.0
41
+ - @backstage/core-plugin-api@1.10.1
18
42
  - @backstage/errors@1.2.5
19
- - @backstage/integration@1.15.2
20
- - @backstage/integration-react@1.2.1
21
- - @backstage/plugin-auth-react@0.0.0-nightly-20241125023523
43
+ - @backstage/integration-react@1.2.2-next.0
44
+ - @backstage/plugin-auth-react@0.1.10-next.0
22
45
  - @backstage/plugin-search-common@1.2.15
23
46
  - @backstage/plugin-techdocs-common@0.1.0
24
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20241125023523
47
+ - @backstage/plugin-techdocs-react@1.2.12-next.0
25
48
 
26
49
  ## 1.11.1
27
50
 
package/dist/alpha.d.ts CHANGED
@@ -46,17 +46,6 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
46
46
  }>;
47
47
  entityContent: _backstage_frontend_plugin_api.RouteRef<undefined>;
48
48
  }, {}, {
49
- "api:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
50
- kind: "api";
51
- name: undefined;
52
- config: {};
53
- configInput: {};
54
- output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
55
- inputs: {};
56
- params: {
57
- factory: _backstage_frontend_plugin_api.AnyApiFactory;
58
- };
59
- }>;
60
49
  "page:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
61
50
  kind: "page";
62
51
  name: undefined;
@@ -93,6 +82,17 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
93
82
  routeRef: _backstage_frontend_plugin_api.RouteRef<undefined>;
94
83
  };
95
84
  }>;
85
+ "api:techdocs": _backstage_frontend_plugin_api.ExtensionDefinition<{
86
+ kind: "api";
87
+ name: undefined;
88
+ config: {};
89
+ configInput: {};
90
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
91
+ inputs: {};
92
+ params: {
93
+ factory: _backstage_frontend_plugin_api.AnyApiFactory;
94
+ };
95
+ }>;
96
96
  "api:techdocs/storage": _backstage_frontend_plugin_api.ExtensionDefinition<{
97
97
  kind: "api";
98
98
  name: "storage";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20241125023523",
3
+ "version": "0.0.0-nightly-20241127023716",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,20 +70,20 @@
70
70
  "dependencies": {
71
71
  "@backstage/catalog-model": "1.7.1",
72
72
  "@backstage/config": "1.3.0",
73
- "@backstage/core-compat-api": "0.0.0-nightly-20241125023523",
74
- "@backstage/core-components": "0.0.0-nightly-20241125023523",
73
+ "@backstage/core-compat-api": "0.0.0-nightly-20241127023716",
74
+ "@backstage/core-components": "0.0.0-nightly-20241127023716",
75
75
  "@backstage/core-plugin-api": "1.10.1",
76
76
  "@backstage/errors": "1.2.5",
77
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241125023523",
78
- "@backstage/integration": "1.15.2",
79
- "@backstage/integration-react": "1.2.1",
80
- "@backstage/plugin-auth-react": "0.0.0-nightly-20241125023523",
81
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20241125023523",
77
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241127023716",
78
+ "@backstage/integration": "0.0.0-nightly-20241127023716",
79
+ "@backstage/integration-react": "0.0.0-nightly-20241127023716",
80
+ "@backstage/plugin-auth-react": "0.0.0-nightly-20241127023716",
81
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20241127023716",
82
82
  "@backstage/plugin-search-common": "1.2.15",
83
- "@backstage/plugin-search-react": "0.0.0-nightly-20241125023523",
83
+ "@backstage/plugin-search-react": "0.0.0-nightly-20241127023716",
84
84
  "@backstage/plugin-techdocs-common": "0.1.0",
85
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20241125023523",
86
- "@backstage/theme": "0.0.0-nightly-20241125023523",
85
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20241127023716",
86
+ "@backstage/theme": "0.0.0-nightly-20241127023716",
87
87
  "@material-ui/core": "^4.12.2",
88
88
  "@material-ui/icons": "^4.9.1",
89
89
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -97,11 +97,11 @@
97
97
  "react-use": "^17.2.4"
98
98
  },
99
99
  "devDependencies": {
100
- "@backstage/cli": "0.0.0-nightly-20241125023523",
101
- "@backstage/core-app-api": "0.0.0-nightly-20241125023523",
102
- "@backstage/dev-utils": "0.0.0-nightly-20241125023523",
103
- "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20241125023523",
104
- "@backstage/test-utils": "0.0.0-nightly-20241125023523",
100
+ "@backstage/cli": "0.0.0-nightly-20241127023716",
101
+ "@backstage/core-app-api": "0.0.0-nightly-20241127023716",
102
+ "@backstage/dev-utils": "0.0.0-nightly-20241127023716",
103
+ "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20241127023716",
104
+ "@backstage/test-utils": "0.0.0-nightly-20241127023716",
105
105
  "@testing-library/dom": "^10.0.0",
106
106
  "@testing-library/jest-dom": "^6.0.0",
107
107
  "@testing-library/react": "^16.0.0",