@backstage/plugin-techdocs 0.0.0-nightly-20250107023211 → 0.0.0-nightly-20250109024427

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 -15
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,27 +1,50 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20250107023211
3
+ ## 0.0.0-nightly-20250109024427
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3710b35: Allow passing down `withSearch` prop to `EntityTechdocsContent` component since it was `true` by default, now user can use the `EntityTechdocsContent` component _without_ showing the search field on top of the content.
8
8
  - Updated dependencies
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250107023211
10
- - @backstage/core-plugin-api@0.0.0-nightly-20250107023211
11
- - @backstage/plugin-catalog-react@0.0.0-nightly-20250107023211
12
- - @backstage/catalog-model@0.0.0-nightly-20250107023211
13
- - @backstage/config@0.0.0-nightly-20250107023211
14
- - @backstage/core-compat-api@0.0.0-nightly-20250107023211
15
- - @backstage/core-components@0.0.0-nightly-20250107023211
16
- - @backstage/errors@0.0.0-nightly-20250107023211
17
- - @backstage/integration@0.0.0-nightly-20250107023211
18
- - @backstage/integration-react@0.0.0-nightly-20250107023211
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20250109024427
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20250109024427
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20250109024427
12
+ - @backstage/catalog-model@0.0.0-nightly-20250109024427
13
+ - @backstage/config@0.0.0-nightly-20250109024427
14
+ - @backstage/core-compat-api@0.0.0-nightly-20250109024427
15
+ - @backstage/core-components@0.0.0-nightly-20250109024427
16
+ - @backstage/errors@0.0.0-nightly-20250109024427
17
+ - @backstage/integration@0.0.0-nightly-20250109024427
18
+ - @backstage/integration-react@0.0.0-nightly-20250109024427
19
+ - @backstage/theme@0.6.3
20
+ - @backstage/plugin-auth-react@0.0.0-nightly-20250109024427
21
+ - @backstage/plugin-search-common@0.0.0-nightly-20250109024427
22
+ - @backstage/plugin-search-react@0.0.0-nightly-20250109024427
23
+ - @backstage/plugin-techdocs-common@0.1.0
24
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20250109024427
25
+
26
+ ## 1.12.1-next.1
27
+
28
+ ### Patch Changes
29
+
30
+ - 3710b35: Allow passing down `withSearch` prop to `EntityTechdocsContent` component since it was `true` by default, now user can use the `EntityTechdocsContent` component _without_ showing the search field on top of the content.
31
+ - Updated dependencies
32
+ - @backstage/frontend-plugin-api@0.9.4-next.0
33
+ - @backstage/core-plugin-api@1.10.3-next.0
34
+ - @backstage/core-compat-api@0.3.5-next.0
35
+ - @backstage/plugin-catalog-react@1.15.1-next.1
36
+ - @backstage/plugin-search-react@1.8.5-next.0
37
+ - @backstage/core-components@0.16.3-next.0
38
+ - @backstage/integration-react@1.2.3-next.0
39
+ - @backstage/plugin-auth-react@0.1.11-next.0
40
+ - @backstage/plugin-techdocs-react@1.2.13-next.0
41
+ - @backstage/catalog-model@1.7.3-next.0
42
+ - @backstage/config@1.3.2-next.0
43
+ - @backstage/errors@1.2.7-next.0
44
+ - @backstage/plugin-search-common@1.2.17-next.0
45
+ - @backstage/integration@1.16.1-next.0
19
46
  - @backstage/theme@0.6.3
20
- - @backstage/plugin-auth-react@0.0.0-nightly-20250107023211
21
- - @backstage/plugin-search-common@0.0.0-nightly-20250107023211
22
- - @backstage/plugin-search-react@0.0.0-nightly-20250107023211
23
47
  - @backstage/plugin-techdocs-common@0.1.0
24
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20250107023211
25
48
 
26
49
  ## 1.12.1-next.0
27
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20250107023211",
3
+ "version": "0.0.0-nightly-20250109024427",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -68,21 +68,21 @@
68
68
  "test": "backstage-cli package test"
69
69
  },
70
70
  "dependencies": {
71
- "@backstage/catalog-model": "0.0.0-nightly-20250107023211",
72
- "@backstage/config": "0.0.0-nightly-20250107023211",
73
- "@backstage/core-compat-api": "0.0.0-nightly-20250107023211",
74
- "@backstage/core-components": "0.0.0-nightly-20250107023211",
75
- "@backstage/core-plugin-api": "0.0.0-nightly-20250107023211",
76
- "@backstage/errors": "0.0.0-nightly-20250107023211",
77
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250107023211",
78
- "@backstage/integration": "0.0.0-nightly-20250107023211",
79
- "@backstage/integration-react": "0.0.0-nightly-20250107023211",
80
- "@backstage/plugin-auth-react": "0.0.0-nightly-20250107023211",
81
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20250107023211",
82
- "@backstage/plugin-search-common": "0.0.0-nightly-20250107023211",
83
- "@backstage/plugin-search-react": "0.0.0-nightly-20250107023211",
71
+ "@backstage/catalog-model": "0.0.0-nightly-20250109024427",
72
+ "@backstage/config": "0.0.0-nightly-20250109024427",
73
+ "@backstage/core-compat-api": "0.0.0-nightly-20250109024427",
74
+ "@backstage/core-components": "0.0.0-nightly-20250109024427",
75
+ "@backstage/core-plugin-api": "0.0.0-nightly-20250109024427",
76
+ "@backstage/errors": "0.0.0-nightly-20250109024427",
77
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20250109024427",
78
+ "@backstage/integration": "0.0.0-nightly-20250109024427",
79
+ "@backstage/integration-react": "0.0.0-nightly-20250109024427",
80
+ "@backstage/plugin-auth-react": "0.0.0-nightly-20250109024427",
81
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20250109024427",
82
+ "@backstage/plugin-search-common": "0.0.0-nightly-20250109024427",
83
+ "@backstage/plugin-search-react": "0.0.0-nightly-20250109024427",
84
84
  "@backstage/plugin-techdocs-common": "0.1.0",
85
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20250107023211",
85
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20250109024427",
86
86
  "@backstage/theme": "0.6.3",
87
87
  "@material-ui/core": "^4.12.2",
88
88
  "@material-ui/icons": "^4.9.1",
@@ -97,11 +97,11 @@
97
97
  "react-use": "^17.2.4"
98
98
  },
99
99
  "devDependencies": {
100
- "@backstage/cli": "0.0.0-nightly-20250107023211",
101
- "@backstage/core-app-api": "0.0.0-nightly-20250107023211",
102
- "@backstage/dev-utils": "0.0.0-nightly-20250107023211",
103
- "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20250107023211",
104
- "@backstage/test-utils": "0.0.0-nightly-20250107023211",
100
+ "@backstage/cli": "0.0.0-nightly-20250109024427",
101
+ "@backstage/core-app-api": "0.0.0-nightly-20250109024427",
102
+ "@backstage/dev-utils": "0.0.0-nightly-20250109024427",
103
+ "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20250109024427",
104
+ "@backstage/test-utils": "0.0.0-nightly-20250109024427",
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",