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

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 +15 -15
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,27 +1,27 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20250109024427
3
+ ## 0.0.0-nightly-20250111023223
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-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
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20250111023223
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20250111023223
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20250111023223
12
+ - @backstage/catalog-model@0.0.0-nightly-20250111023223
13
+ - @backstage/config@0.0.0-nightly-20250111023223
14
+ - @backstage/core-compat-api@0.0.0-nightly-20250111023223
15
+ - @backstage/core-components@0.0.0-nightly-20250111023223
16
+ - @backstage/errors@0.0.0-nightly-20250111023223
17
+ - @backstage/integration@0.0.0-nightly-20250111023223
18
+ - @backstage/integration-react@0.0.0-nightly-20250111023223
19
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
20
+ - @backstage/plugin-auth-react@0.0.0-nightly-20250111023223
21
+ - @backstage/plugin-search-common@0.0.0-nightly-20250111023223
22
+ - @backstage/plugin-search-react@0.0.0-nightly-20250111023223
23
23
  - @backstage/plugin-techdocs-common@0.1.0
24
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20250109024427
24
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20250111023223
25
25
 
26
26
  ## 1.12.1-next.1
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20250109024427",
3
+ "version": "0.0.0-nightly-20250111023223",
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-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",
71
+ "@backstage/catalog-model": "0.0.0-nightly-20250111023223",
72
+ "@backstage/config": "0.0.0-nightly-20250111023223",
73
+ "@backstage/core-compat-api": "0.0.0-nightly-20250111023223",
74
+ "@backstage/core-components": "0.0.0-nightly-20250111023223",
75
+ "@backstage/core-plugin-api": "0.0.0-nightly-20250111023223",
76
+ "@backstage/errors": "0.0.0-nightly-20250111023223",
77
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20250111023223",
78
+ "@backstage/integration": "0.0.0-nightly-20250111023223",
79
+ "@backstage/integration-react": "0.0.0-nightly-20250111023223",
80
+ "@backstage/plugin-auth-react": "0.0.0-nightly-20250111023223",
81
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20250111023223",
82
+ "@backstage/plugin-search-common": "0.0.0-nightly-20250111023223",
83
+ "@backstage/plugin-search-react": "0.0.0-nightly-20250111023223",
84
84
  "@backstage/plugin-techdocs-common": "0.1.0",
85
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20250109024427",
85
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20250111023223",
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-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",
100
+ "@backstage/cli": "0.0.0-nightly-20250111023223",
101
+ "@backstage/core-app-api": "0.0.0-nightly-20250111023223",
102
+ "@backstage/dev-utils": "0.0.0-nightly-20250111023223",
103
+ "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20250111023223",
104
+ "@backstage/test-utils": "0.0.0-nightly-20250111023223",
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",