@backstage/plugin-api-docs 0.11.9-next.1 → 0.11.9

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,40 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
+ ## 0.11.9
4
+
5
+ ### Patch Changes
6
+
7
+ - fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints.
8
+ - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
9
+ - 8a474f2: Updating docs to use `createFrontendModule` instead
10
+ - Updated dependencies
11
+ - @backstage/core-components@0.15.0
12
+ - @backstage/plugin-catalog-react@1.13.0
13
+ - @backstage/plugin-catalog@1.23.0
14
+ - @backstage/frontend-plugin-api@0.8.0
15
+ - @backstage/core-compat-api@0.3.0
16
+ - @backstage/catalog-model@1.7.0
17
+ - @backstage/plugin-catalog-common@1.1.0
18
+ - @backstage/core-plugin-api@1.9.4
19
+ - @backstage/plugin-permission-react@0.4.26
20
+
21
+ ## 0.11.9-next.2
22
+
23
+ ### Patch Changes
24
+
25
+ - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
26
+ - 8a474f2: Updating docs to use `createFrontendModule` instead
27
+ - Updated dependencies
28
+ - @backstage/core-components@0.14.11-next.1
29
+ - @backstage/plugin-catalog-react@1.13.0-next.2
30
+ - @backstage/plugin-catalog@1.23.0-next.2
31
+ - @backstage/core-compat-api@0.3.0-next.2
32
+ - @backstage/core-plugin-api@1.9.4-next.0
33
+ - @backstage/frontend-plugin-api@0.8.0-next.2
34
+ - @backstage/plugin-permission-react@0.4.26-next.0
35
+ - @backstage/catalog-model@1.6.0
36
+ - @backstage/plugin-catalog-common@1.0.26
37
+
3
38
  ## 0.11.9-next.1
4
39
 
5
40
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-api-docs__alpha",
3
- "version": "0.11.9-next.1",
3
+ "version": "0.11.9",
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.11.9-next.1",
3
+ "version": "0.11.9",
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": "^1.6.0",
57
- "@backstage/core-compat-api": "^0.3.0-next.1",
58
- "@backstage/core-components": "^0.14.11-next.0",
59
- "@backstage/core-plugin-api": "^1.9.3",
60
- "@backstage/frontend-plugin-api": "^0.8.0-next.1",
61
- "@backstage/plugin-catalog": "^1.22.1-next.1",
62
- "@backstage/plugin-catalog-common": "^1.0.26",
63
- "@backstage/plugin-catalog-react": "^1.12.4-next.1",
64
- "@backstage/plugin-permission-react": "^0.4.25",
56
+ "@backstage/catalog-model": "^1.7.0",
57
+ "@backstage/core-compat-api": "^0.3.0",
58
+ "@backstage/core-components": "^0.15.0",
59
+ "@backstage/core-plugin-api": "^1.9.4",
60
+ "@backstage/frontend-plugin-api": "^0.8.0",
61
+ "@backstage/plugin-catalog": "^1.23.0",
62
+ "@backstage/plugin-catalog-common": "^1.1.0",
63
+ "@backstage/plugin-catalog-react": "^1.13.0",
64
+ "@backstage/plugin-permission-react": "^0.4.26",
65
65
  "@graphiql/react": "^0.23.0",
66
66
  "@material-ui/core": "^4.12.2",
67
67
  "@material-ui/icons": "^4.9.1",
@@ -75,13 +75,13 @@
75
75
  "swagger-ui-react": "^5.0.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "^0.27.1-next.1",
79
- "@backstage/core-app-api": "^1.14.2",
80
- "@backstage/dev-utils": "^1.0.38-next.1",
81
- "@backstage/test-utils": "^1.6.0-next.0",
78
+ "@backstage/cli": "^0.27.1",
79
+ "@backstage/core-app-api": "^1.15.0",
80
+ "@backstage/dev-utils": "^1.1.0",
81
+ "@backstage/test-utils": "^1.6.0",
82
82
  "@testing-library/dom": "^10.0.0",
83
83
  "@testing-library/jest-dom": "^6.0.0",
84
- "@testing-library/react": "^15.0.0",
84
+ "@testing-library/react": "^16.0.0",
85
85
  "@testing-library/user-event": "^14.0.0",
86
86
  "@types/highlightjs": "^10.1.0",
87
87
  "@types/swagger-ui-react": "^4.18.0"