@backstage/plugin-api-docs 0.0.0-nightly-20240311021106 → 0.0.0-nightly-20240313022044

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,36 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20240311021106
3
+ ## 0.0.0-nightly-20240313022044
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 7854120: Use the `AppIcon` component in the navigation item extension.
8
8
  - efba3d2: Updated dependency `@asyncapi/react-component` to `1.3.1`.
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20240311021106
11
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240311021106
12
- - @backstage/plugin-catalog@0.0.0-nightly-20240311021106
13
- - @backstage/core-plugin-api@0.0.0-nightly-20240311021106
14
- - @backstage/plugin-permission-react@0.0.0-nightly-20240311021106
15
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240311021106
16
- - @backstage/catalog-model@0.0.0-nightly-20240311021106
17
- - @backstage/core-compat-api@0.0.0-nightly-20240311021106
18
- - @backstage/plugin-catalog-common@0.0.0-nightly-20240311021106
10
+ - @backstage/core-components@0.0.0-nightly-20240313022044
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240313022044
12
+ - @backstage/plugin-catalog@0.0.0-nightly-20240313022044
13
+ - @backstage/core-plugin-api@0.0.0-nightly-20240313022044
14
+ - @backstage/plugin-permission-react@0.0.0-nightly-20240313022044
15
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240313022044
16
+ - @backstage/catalog-model@0.0.0-nightly-20240313022044
17
+ - @backstage/core-compat-api@0.0.0-nightly-20240313022044
18
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20240313022044
19
+
20
+ ## 0.11.1-next.2
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/core-components@0.14.1-next.2
26
+ - @backstage/plugin-catalog-react@1.11.0-next.2
27
+ - @backstage/plugin-catalog@1.18.0-next.2
28
+ - @backstage/frontend-plugin-api@0.6.1-next.2
29
+ - @backstage/core-compat-api@0.2.1-next.2
30
+ - @backstage/catalog-model@1.4.5-next.0
31
+ - @backstage/core-plugin-api@1.9.1-next.1
32
+ - @backstage/plugin-catalog-common@1.0.22-next.1
33
+ - @backstage/plugin-permission-react@0.4.21-next.1
19
34
 
20
35
  ## 0.11.1-next.1
21
36
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
- "version": "0.0.0-nightly-20240311021106",
3
+ "version": "0.0.0-nightly-20240313022044",
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-20240311021106",
3
+ "version": "0.0.0-nightly-20240313022044",
4
4
  "description": "A Backstage plugin that helps represent API entities in the frontend",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin"
@@ -49,15 +49,15 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@asyncapi/react-component": "1.3.1",
52
- "@backstage/catalog-model": "^0.0.0-nightly-20240311021106",
53
- "@backstage/core-compat-api": "^0.0.0-nightly-20240311021106",
54
- "@backstage/core-components": "^0.0.0-nightly-20240311021106",
55
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240311021106",
56
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240311021106",
57
- "@backstage/plugin-catalog": "^0.0.0-nightly-20240311021106",
58
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240311021106",
59
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240311021106",
60
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20240311021106",
52
+ "@backstage/catalog-model": "^0.0.0-nightly-20240313022044",
53
+ "@backstage/core-compat-api": "^0.0.0-nightly-20240313022044",
54
+ "@backstage/core-components": "^0.0.0-nightly-20240313022044",
55
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240313022044",
56
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240313022044",
57
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20240313022044",
58
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240313022044",
59
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240313022044",
60
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20240313022044",
61
61
  "@graphiql/react": "^0.20.0",
62
62
  "@material-ui/core": "^4.12.2",
63
63
  "@material-ui/icons": "^4.9.1",
@@ -71,10 +71,10 @@
71
71
  "swagger-ui-react": "^5.0.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/cli": "^0.0.0-nightly-20240311021106",
75
- "@backstage/core-app-api": "^0.0.0-nightly-20240311021106",
76
- "@backstage/dev-utils": "^0.0.0-nightly-20240311021106",
77
- "@backstage/test-utils": "^0.0.0-nightly-20240311021106",
74
+ "@backstage/cli": "^0.0.0-nightly-20240313022044",
75
+ "@backstage/core-app-api": "^0.0.0-nightly-20240313022044",
76
+ "@backstage/dev-utils": "^0.0.0-nightly-20240313022044",
77
+ "@backstage/test-utils": "^0.0.0-nightly-20240313022044",
78
78
  "@testing-library/dom": "^9.0.0",
79
79
  "@testing-library/jest-dom": "^6.0.0",
80
80
  "@testing-library/react": "^14.0.0",