@backstage/plugin-techdocs 0.0.0-nightly-20240728022021 → 0.0.0-nightly-20240730021827

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,26 +1,26 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20240728022021
3
+ ## 0.0.0-nightly-20240730021827
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6349099: Added config input type to the extensions
8
8
  - Updated dependencies
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240728022021
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240728022021
11
- - @backstage/plugin-search-react@0.0.0-nightly-20240728022021
12
- - @backstage/core-components@0.0.0-nightly-20240728022021
13
- - @backstage/integration@0.0.0-nightly-20240728022021
14
- - @backstage/plugin-auth-react@0.0.0-nightly-20240728022021
15
- - @backstage/core-compat-api@0.0.0-nightly-20240728022021
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240730021827
10
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240730021827
11
+ - @backstage/plugin-search-react@0.0.0-nightly-20240730021827
12
+ - @backstage/core-components@0.0.0-nightly-20240730021827
13
+ - @backstage/integration@0.0.0-nightly-20240730021827
14
+ - @backstage/plugin-auth-react@0.0.0-nightly-20240730021827
15
+ - @backstage/core-compat-api@0.0.0-nightly-20240730021827
16
16
  - @backstage/catalog-model@1.5.0
17
17
  - @backstage/config@1.2.0
18
18
  - @backstage/core-plugin-api@1.9.3
19
19
  - @backstage/errors@1.2.4
20
- - @backstage/integration-react@0.0.0-nightly-20240728022021
20
+ - @backstage/integration-react@0.0.0-nightly-20240730021827
21
21
  - @backstage/theme@0.5.6
22
- - @backstage/plugin-search-common@1.2.13
23
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240728022021
22
+ - @backstage/plugin-search-common@0.0.0-nightly-20240730021827
23
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240730021827
24
24
 
25
25
  ## 1.10.8-next.0
26
26
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs__alpha",
3
- "version": "0.0.0-nightly-20240728022021",
3
+ "version": "0.0.0-nightly-20240730021827",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240728022021",
3
+ "version": "0.0.0-nightly-20240730021827",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -59,18 +59,18 @@
59
59
  "dependencies": {
60
60
  "@backstage/catalog-model": "^1.5.0",
61
61
  "@backstage/config": "^1.2.0",
62
- "@backstage/core-compat-api": "^0.0.0-nightly-20240728022021",
63
- "@backstage/core-components": "^0.0.0-nightly-20240728022021",
62
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240730021827",
63
+ "@backstage/core-components": "^0.0.0-nightly-20240730021827",
64
64
  "@backstage/core-plugin-api": "^1.9.3",
65
65
  "@backstage/errors": "^1.2.4",
66
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240728022021",
67
- "@backstage/integration": "^0.0.0-nightly-20240728022021",
68
- "@backstage/integration-react": "^0.0.0-nightly-20240728022021",
69
- "@backstage/plugin-auth-react": "^0.0.0-nightly-20240728022021",
70
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240728022021",
71
- "@backstage/plugin-search-common": "^1.2.13",
72
- "@backstage/plugin-search-react": "^0.0.0-nightly-20240728022021",
73
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240728022021",
66
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240730021827",
67
+ "@backstage/integration": "^0.0.0-nightly-20240730021827",
68
+ "@backstage/integration-react": "^0.0.0-nightly-20240730021827",
69
+ "@backstage/plugin-auth-react": "^0.0.0-nightly-20240730021827",
70
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240730021827",
71
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240730021827",
72
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20240730021827",
73
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240730021827",
74
74
  "@backstage/theme": "^0.5.6",
75
75
  "@material-ui/core": "^4.12.2",
76
76
  "@material-ui/icons": "^4.9.1",
@@ -86,11 +86,11 @@
86
86
  "react-use": "^17.2.4"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/cli": "^0.0.0-nightly-20240728022021",
90
- "@backstage/core-app-api": "^0.0.0-nightly-20240728022021",
91
- "@backstage/dev-utils": "^0.0.0-nightly-20240728022021",
92
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240728022021",
93
- "@backstage/test-utils": "^0.0.0-nightly-20240728022021",
89
+ "@backstage/cli": "^0.0.0-nightly-20240730021827",
90
+ "@backstage/core-app-api": "^0.0.0-nightly-20240730021827",
91
+ "@backstage/dev-utils": "^0.0.0-nightly-20240730021827",
92
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240730021827",
93
+ "@backstage/test-utils": "^0.0.0-nightly-20240730021827",
94
94
  "@testing-library/dom": "^10.0.0",
95
95
  "@testing-library/jest-dom": "^6.0.0",
96
96
  "@testing-library/react": "^15.0.0",