@backstage/plugin-techdocs 0.0.0-nightly-20240927023235 → 0.0.0-nightly-20240928023157

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,21 +1,21 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20240927023235
3
+ ## 0.0.0-nightly-20240928023157
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a77cb40: Make `emptyState` input optional on `entity-content:techdocs` extension so that
8
8
  the default empty state extension works correctly.
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20240927023235
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240927023235
12
- - @backstage/core-compat-api@0.0.0-nightly-20240927023235
13
- - @backstage/core-plugin-api@0.0.0-nightly-20240927023235
14
- - @backstage/integration-react@0.0.0-nightly-20240927023235
15
- - @backstage/plugin-auth-react@0.0.0-nightly-20240927023235
16
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240927023235
17
- - @backstage/plugin-search-react@0.0.0-nightly-20240927023235
18
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240927023235
10
+ - @backstage/core-components@0.0.0-nightly-20240928023157
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240928023157
12
+ - @backstage/integration-react@0.0.0-nightly-20240928023157
13
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240928023157
14
+ - @backstage/core-compat-api@0.0.0-nightly-20240928023157
15
+ - @backstage/core-plugin-api@0.0.0-nightly-20240928023157
16
+ - @backstage/plugin-auth-react@0.0.0-nightly-20240928023157
17
+ - @backstage/plugin-search-react@0.0.0-nightly-20240928023157
18
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240928023157
19
19
  - @backstage/catalog-model@1.7.0
20
20
  - @backstage/config@1.2.0
21
21
  - @backstage/errors@1.2.4
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs__alpha",
3
- "version": "0.0.0-nightly-20240927023235",
3
+ "version": "0.0.0-nightly-20240928023157",
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-20240927023235",
3
+ "version": "0.0.0-nightly-20240928023157",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -61,19 +61,19 @@
61
61
  "dependencies": {
62
62
  "@backstage/catalog-model": "^1.7.0",
63
63
  "@backstage/config": "^1.2.0",
64
- "@backstage/core-compat-api": "^0.0.0-nightly-20240927023235",
65
- "@backstage/core-components": "^0.0.0-nightly-20240927023235",
66
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240927023235",
64
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240928023157",
65
+ "@backstage/core-components": "^0.0.0-nightly-20240928023157",
66
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240928023157",
67
67
  "@backstage/errors": "^1.2.4",
68
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240927023235",
68
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240928023157",
69
69
  "@backstage/integration": "^1.15.0",
70
- "@backstage/integration-react": "^0.0.0-nightly-20240927023235",
71
- "@backstage/plugin-auth-react": "^0.0.0-nightly-20240927023235",
72
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240927023235",
70
+ "@backstage/integration-react": "^0.0.0-nightly-20240928023157",
71
+ "@backstage/plugin-auth-react": "^0.0.0-nightly-20240928023157",
72
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240928023157",
73
73
  "@backstage/plugin-search-common": "^1.2.14",
74
- "@backstage/plugin-search-react": "^0.0.0-nightly-20240927023235",
74
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20240928023157",
75
75
  "@backstage/plugin-techdocs-common": "^0.1.0",
76
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240927023235",
76
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240928023157",
77
77
  "@backstage/theme": "^0.5.7",
78
78
  "@material-ui/core": "^4.12.2",
79
79
  "@material-ui/icons": "^4.9.1",
@@ -89,11 +89,11 @@
89
89
  "react-use": "^17.2.4"
90
90
  },
91
91
  "devDependencies": {
92
- "@backstage/cli": "^0.0.0-nightly-20240927023235",
93
- "@backstage/core-app-api": "^0.0.0-nightly-20240927023235",
94
- "@backstage/dev-utils": "^0.0.0-nightly-20240927023235",
95
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240927023235",
96
- "@backstage/test-utils": "^0.0.0-nightly-20240927023235",
92
+ "@backstage/cli": "^0.0.0-nightly-20240928023157",
93
+ "@backstage/core-app-api": "^0.0.0-nightly-20240928023157",
94
+ "@backstage/dev-utils": "^0.0.0-nightly-20240928023157",
95
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240928023157",
96
+ "@backstage/test-utils": "^0.0.0-nightly-20240928023157",
97
97
  "@testing-library/dom": "^10.0.0",
98
98
  "@testing-library/jest-dom": "^6.0.0",
99
99
  "@testing-library/react": "^16.0.0",