@backstage/plugin-api-docs 0.11.0-next.3 → 0.11.0

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,5 +1,30 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 172a717: Migrate the `api-docs` to the new frontend system. It is experimental and available via alpha subpath.
8
+
9
+ ### Patch Changes
10
+
11
+ - 874e8cf: Updated README to list AsyncApi v3 as supported
12
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
13
+ - 170c023: Adding `supportedSubmitMethods` prop to `api-docs` to pass to the Swagger UI. This allows users to specify which HTTP methods they wish to allow end-users to make requests through the `Try It Out` button on the Swagger UI.
14
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
15
+ - c03f977: Updated dependency `graphiql` to `3.1.0`.
16
+ - 49b3b5e: Updated dependency `@asyncapi/react-component` to `1.2.13`.
17
+ - Updated dependencies
18
+ - @backstage/frontend-plugin-api@0.6.0
19
+ - @backstage/core-compat-api@0.2.0
20
+ - @backstage/plugin-catalog-react@1.10.0
21
+ - @backstage/plugin-catalog@1.17.0
22
+ - @backstage/core-components@0.14.0
23
+ - @backstage/catalog-model@1.4.4
24
+ - @backstage/core-plugin-api@1.9.0
25
+ - @backstage/plugin-permission-react@0.4.20
26
+ - @backstage/plugin-catalog-common@1.0.21
27
+
3
28
  ## 0.11.0-next.3
4
29
 
5
30
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
- "version": "0.11.0-next.3",
3
+ "version": "0.11.0",
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs",
3
3
  "description": "A Backstage plugin that helps represent API entities in the frontend",
4
- "version": "0.11.0-next.3",
4
+ "version": "0.11.0",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -45,15 +45,15 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@asyncapi/react-component": "1.2.13",
48
- "@backstage/catalog-model": "^1.4.4-next.0",
49
- "@backstage/core-compat-api": "^0.2.0-next.3",
50
- "@backstage/core-components": "^0.14.0-next.2",
51
- "@backstage/core-plugin-api": "^1.9.0-next.1",
52
- "@backstage/frontend-plugin-api": "^0.6.0-next.3",
53
- "@backstage/plugin-catalog": "^1.17.0-next.3",
54
- "@backstage/plugin-catalog-common": "^1.0.21-next.0",
55
- "@backstage/plugin-catalog-react": "^1.10.0-next.3",
56
- "@backstage/plugin-permission-react": "^0.4.20-next.1",
48
+ "@backstage/catalog-model": "^1.4.4",
49
+ "@backstage/core-compat-api": "^0.2.0",
50
+ "@backstage/core-components": "^0.14.0",
51
+ "@backstage/core-plugin-api": "^1.9.0",
52
+ "@backstage/frontend-plugin-api": "^0.6.0",
53
+ "@backstage/plugin-catalog": "^1.17.0",
54
+ "@backstage/plugin-catalog-common": "^1.0.21",
55
+ "@backstage/plugin-catalog-react": "^1.10.0",
56
+ "@backstage/plugin-permission-react": "^0.4.20",
57
57
  "@graphiql/react": "^0.20.0",
58
58
  "@material-ui/core": "^4.12.2",
59
59
  "@material-ui/icons": "^4.9.1",
@@ -72,10 +72,10 @@
72
72
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@backstage/cli": "^0.25.2-next.3",
76
- "@backstage/core-app-api": "^1.12.0-next.1",
77
- "@backstage/dev-utils": "^1.0.27-next.3",
78
- "@backstage/test-utils": "^1.5.0-next.3",
75
+ "@backstage/cli": "^0.25.2",
76
+ "@backstage/core-app-api": "^1.12.0",
77
+ "@backstage/dev-utils": "^1.0.27",
78
+ "@backstage/test-utils": "^1.5.0",
79
79
  "@testing-library/dom": "^9.0.0",
80
80
  "@testing-library/jest-dom": "^6.0.0",
81
81
  "@testing-library/react": "^14.0.0",