@backstage/plugin-techdocs 0.0.0-nightly-20250402023738 → 0.0.0-nightly-20250408023830

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 +10 -10
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,26 +1,26 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20250402023738
3
+ ## 0.0.0-nightly-20250408023830
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20250402023738
9
- - @backstage/core-components@0.0.0-nightly-20250402023738
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20250402023738
11
- - @backstage/integration-react@0.0.0-nightly-20250402023738
12
- - @backstage/integration@0.0.0-nightly-20250402023738
13
- - @backstage/core-compat-api@0.0.0-nightly-20250402023738
8
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20250408023830
9
+ - @backstage/core-components@0.0.0-nightly-20250408023830
10
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20250408023830
11
+ - @backstage/integration-react@0.0.0-nightly-20250408023830
12
+ - @backstage/integration@0.0.0-nightly-20250408023830
13
+ - @backstage/core-compat-api@0.0.0-nightly-20250408023830
14
14
  - @backstage/catalog-client@1.9.1
15
15
  - @backstage/catalog-model@1.7.3
16
16
  - @backstage/config@1.3.2
17
17
  - @backstage/core-plugin-api@1.10.5
18
18
  - @backstage/errors@1.2.7
19
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250402023738
19
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20250408023830
20
20
  - @backstage/theme@0.6.4
21
- - @backstage/plugin-auth-react@0.0.0-nightly-20250402023738
21
+ - @backstage/plugin-auth-react@0.0.0-nightly-20250408023830
22
22
  - @backstage/plugin-search-common@1.2.17
23
- - @backstage/plugin-search-react@0.0.0-nightly-20250402023738
23
+ - @backstage/plugin-search-react@0.0.0-nightly-20250408023830
24
24
  - @backstage/plugin-techdocs-common@0.1.0
25
25
 
26
26
  ## 1.12.5-next.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20250402023738",
3
+ "version": "0.0.0-nightly-20250408023830",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -49,11 +49,11 @@
49
49
  "types": "./dist/index.d.ts",
50
50
  "typesVersions": {
51
51
  "*": {
52
- "*": [
53
- "dist/index.d.ts"
54
- ],
55
52
  "alpha": [
56
53
  "dist/alpha.d.ts"
54
+ ],
55
+ "package.json": [
56
+ "package.json"
57
57
  ]
58
58
  }
59
59
  },
@@ -74,19 +74,19 @@
74
74
  "@backstage/catalog-client": "1.9.1",
75
75
  "@backstage/catalog-model": "1.7.3",
76
76
  "@backstage/config": "1.3.2",
77
- "@backstage/core-compat-api": "0.0.0-nightly-20250402023738",
78
- "@backstage/core-components": "0.0.0-nightly-20250402023738",
77
+ "@backstage/core-compat-api": "0.0.0-nightly-20250408023830",
78
+ "@backstage/core-components": "0.0.0-nightly-20250408023830",
79
79
  "@backstage/core-plugin-api": "1.10.5",
80
80
  "@backstage/errors": "1.2.7",
81
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250402023738",
82
- "@backstage/integration": "0.0.0-nightly-20250402023738",
83
- "@backstage/integration-react": "0.0.0-nightly-20250402023738",
84
- "@backstage/plugin-auth-react": "0.0.0-nightly-20250402023738",
85
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20250402023738",
81
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20250408023830",
82
+ "@backstage/integration": "0.0.0-nightly-20250408023830",
83
+ "@backstage/integration-react": "0.0.0-nightly-20250408023830",
84
+ "@backstage/plugin-auth-react": "0.0.0-nightly-20250408023830",
85
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20250408023830",
86
86
  "@backstage/plugin-search-common": "1.2.17",
87
- "@backstage/plugin-search-react": "0.0.0-nightly-20250402023738",
87
+ "@backstage/plugin-search-react": "0.0.0-nightly-20250408023830",
88
88
  "@backstage/plugin-techdocs-common": "0.1.0",
89
- "@backstage/plugin-techdocs-react": "0.0.0-nightly-20250402023738",
89
+ "@backstage/plugin-techdocs-react": "0.0.0-nightly-20250408023830",
90
90
  "@backstage/theme": "0.6.4",
91
91
  "@material-ui/core": "^4.12.2",
92
92
  "@material-ui/icons": "^4.9.1",
@@ -101,11 +101,11 @@
101
101
  "react-use": "^17.2.4"
102
102
  },
103
103
  "devDependencies": {
104
- "@backstage/cli": "0.0.0-nightly-20250402023738",
104
+ "@backstage/cli": "0.0.0-nightly-20250408023830",
105
105
  "@backstage/core-app-api": "1.16.0",
106
- "@backstage/dev-utils": "0.0.0-nightly-20250402023738",
107
- "@backstage/plugin-catalog": "0.0.0-nightly-20250402023738",
108
- "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20250402023738",
106
+ "@backstage/dev-utils": "0.0.0-nightly-20250408023830",
107
+ "@backstage/plugin-catalog": "0.0.0-nightly-20250408023830",
108
+ "@backstage/plugin-techdocs-module-addons-contrib": "0.0.0-nightly-20250408023830",
109
109
  "@backstage/test-utils": "1.7.6",
110
110
  "@testing-library/dom": "^10.0.0",
111
111
  "@testing-library/jest-dom": "^6.0.0",