@backstage/plugin-api-docs 0.0.0-nightly-20240702021736 → 0.0.0-nightly-20240704021728

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,20 +1,35 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20240702021736
3
+ ## 0.0.0-nightly-20240704021728
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20240702021736
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240702021736
10
- - @backstage/plugin-catalog@0.0.0-nightly-20240702021736
11
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240702021736
12
- - @backstage/core-compat-api@0.0.0-nightly-20240702021736
8
+ - @backstage/core-components@0.0.0-nightly-20240704021728
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240704021728
10
+ - @backstage/plugin-catalog@0.0.0-nightly-20240704021728
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240704021728
12
+ - @backstage/core-compat-api@0.0.0-nightly-20240704021728
13
13
  - @backstage/core-plugin-api@1.9.3
14
14
  - @backstage/catalog-model@1.5.0
15
15
  - @backstage/plugin-catalog-common@1.0.24
16
16
  - @backstage/plugin-permission-react@0.4.23
17
17
 
18
+ ## 0.11.7-next.1
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/plugin-catalog-react@1.12.2-next.1
24
+ - @backstage/plugin-catalog@1.21.1-next.1
25
+ - @backstage/core-compat-api@0.2.7-next.0
26
+ - @backstage/core-components@0.14.9-next.0
27
+ - @backstage/core-plugin-api@1.9.3
28
+ - @backstage/catalog-model@1.5.0
29
+ - @backstage/frontend-plugin-api@0.6.7-next.0
30
+ - @backstage/plugin-catalog-common@1.0.24
31
+ - @backstage/plugin-permission-react@0.4.23
32
+
18
33
  ## 0.11.7-next.0
19
34
 
20
35
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs__alpha",
3
- "version": "0.0.0-nightly-20240702021736",
3
+ "version": "0.0.0-nightly-20240704021728",
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-api-docs",
3
- "version": "0.0.0-nightly-20240702021736",
3
+ "version": "0.0.0-nightly-20240704021728",
4
4
  "description": "A Backstage plugin that helps represent API entities in the frontend",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -54,13 +54,13 @@
54
54
  "dependencies": {
55
55
  "@asyncapi/react-component": "1.3.1",
56
56
  "@backstage/catalog-model": "^1.5.0",
57
- "@backstage/core-compat-api": "^0.0.0-nightly-20240702021736",
58
- "@backstage/core-components": "^0.0.0-nightly-20240702021736",
57
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240704021728",
58
+ "@backstage/core-components": "^0.0.0-nightly-20240704021728",
59
59
  "@backstage/core-plugin-api": "^1.9.3",
60
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240702021736",
61
- "@backstage/plugin-catalog": "^0.0.0-nightly-20240702021736",
60
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240704021728",
61
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20240704021728",
62
62
  "@backstage/plugin-catalog-common": "^1.0.24",
63
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240702021736",
63
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240704021728",
64
64
  "@backstage/plugin-permission-react": "^0.4.23",
65
65
  "@graphiql/react": "^0.20.0",
66
66
  "@material-ui/core": "^4.12.2",
@@ -75,10 +75,10 @@
75
75
  "swagger-ui-react": "^5.0.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "^0.0.0-nightly-20240702021736",
79
- "@backstage/core-app-api": "^0.0.0-nightly-20240702021736",
80
- "@backstage/dev-utils": "^0.0.0-nightly-20240702021736",
81
- "@backstage/test-utils": "^0.0.0-nightly-20240702021736",
78
+ "@backstage/cli": "^0.0.0-nightly-20240704021728",
79
+ "@backstage/core-app-api": "^0.0.0-nightly-20240704021728",
80
+ "@backstage/dev-utils": "^0.0.0-nightly-20240704021728",
81
+ "@backstage/test-utils": "^0.0.0-nightly-20240704021728",
82
82
  "@testing-library/dom": "^10.0.0",
83
83
  "@testing-library/jest-dom": "^6.0.0",
84
84
  "@testing-library/react": "^15.0.0",