@backstage/plugin-api-docs 0.0.0-nightly-20240820021901 → 0.0.0-nightly-20240822021958

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,6 +1,19 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20240820021901
3
+ ## 0.0.0-nightly-20240822021958
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240822021958
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240822021958
10
+ - @backstage/plugin-catalog@0.0.0-nightly-20240822021958
11
+ - @backstage/core-compat-api@0.0.0-nightly-20240822021958
12
+ - @backstage/core-components@0.14.10
13
+ - @backstage/core-plugin-api@1.9.3
14
+ - @backstage/plugin-permission-react@0.4.25
15
+
16
+ ## 0.11.8
4
17
 
5
18
  ### Patch Changes
6
19
 
@@ -10,15 +23,15 @@
10
23
  - 4b6d2cb: Updated dependency `@graphiql/react` to `^0.23.0`.
11
24
  - 6582799: Add `tableOptions` to all tables and additionally `title` to API tables.
12
25
  - Updated dependencies
13
- - @backstage/plugin-catalog@0.0.0-nightly-20240820021901
14
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240820021901
15
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240820021901
16
- - @backstage/core-components@0.0.0-nightly-20240820021901
17
- - @backstage/core-compat-api@0.0.0-nightly-20240820021901
18
- - @backstage/catalog-model@0.0.0-nightly-20240820021901
26
+ - @backstage/plugin-catalog@1.22.0
27
+ - @backstage/frontend-plugin-api@0.7.0
28
+ - @backstage/plugin-catalog-react@1.12.3
29
+ - @backstage/core-components@0.14.10
30
+ - @backstage/core-compat-api@0.2.8
31
+ - @backstage/catalog-model@1.6.0
19
32
  - @backstage/core-plugin-api@1.9.3
20
- - @backstage/plugin-catalog-common@0.0.0-nightly-20240820021901
21
- - @backstage/plugin-permission-react@0.0.0-nightly-20240820021901
33
+ - @backstage/plugin-catalog-common@1.0.26
34
+ - @backstage/plugin-permission-react@0.4.25
22
35
 
23
36
  ## 0.11.8-next.3
24
37
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs__alpha",
3
- "version": "0.0.0-nightly-20240820021901",
3
+ "version": "0.0.0-nightly-20240822021958",
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-20240820021901",
3
+ "version": "0.0.0-nightly-20240822021958",
4
4
  "description": "A Backstage plugin that helps represent API entities in the frontend",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -53,15 +53,15 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@asyncapi/react-component": "1.3.1",
56
- "@backstage/catalog-model": "^0.0.0-nightly-20240820021901",
57
- "@backstage/core-compat-api": "^0.0.0-nightly-20240820021901",
58
- "@backstage/core-components": "^0.0.0-nightly-20240820021901",
56
+ "@backstage/catalog-model": "^1.6.0",
57
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240822021958",
58
+ "@backstage/core-components": "^0.14.10",
59
59
  "@backstage/core-plugin-api": "^1.9.3",
60
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240820021901",
61
- "@backstage/plugin-catalog": "^0.0.0-nightly-20240820021901",
62
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240820021901",
63
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240820021901",
64
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240820021901",
60
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240822021958",
61
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20240822021958",
62
+ "@backstage/plugin-catalog-common": "^1.0.26",
63
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240822021958",
64
+ "@backstage/plugin-permission-react": "^0.4.25",
65
65
  "@graphiql/react": "^0.23.0",
66
66
  "@material-ui/core": "^4.12.2",
67
67
  "@material-ui/icons": "^4.9.1",
@@ -75,10 +75,10 @@
75
75
  "swagger-ui-react": "^5.0.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "^0.0.0-nightly-20240820021901",
79
- "@backstage/core-app-api": "^0.0.0-nightly-20240820021901",
80
- "@backstage/dev-utils": "^0.0.0-nightly-20240820021901",
81
- "@backstage/test-utils": "^0.0.0-nightly-20240820021901",
78
+ "@backstage/cli": "^0.27.0",
79
+ "@backstage/core-app-api": "^1.14.2",
80
+ "@backstage/dev-utils": "^0.0.0-nightly-20240822021958",
81
+ "@backstage/test-utils": "^0.0.0-nightly-20240822021958",
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",