@backstage/plugin-api-docs 0.8.9-next.2 → 0.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +11 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
+ ## 0.8.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 817f3196f6: Updated React Router dependencies to be peer dependencies.
8
+ - 7d47def9c4: Removed dependency on `@types/jest`.
9
+ - 667d917488: Updated dependency `msw` to `^0.47.0`.
10
+ - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
11
+ - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
12
+ - ef9ab322de: Minor API signatures cleanup
13
+ - c8bb0ff8ce: Minor cleanup of the public API surface to reduce the number of warnings
14
+ - Updated dependencies
15
+ - @backstage/core-components@0.11.1
16
+ - @backstage/core-plugin-api@1.0.6
17
+ - @backstage/plugin-catalog-react@1.1.4
18
+ - @backstage/plugin-catalog@1.5.1
19
+ - @backstage/catalog-model@1.1.1
20
+
21
+ ## 0.8.9-next.3
22
+
23
+ ### Patch Changes
24
+
25
+ - 7d47def9c4: Removed dependency on `@types/jest`.
26
+ - Updated dependencies
27
+ - @backstage/plugin-catalog-react@1.1.4-next.2
28
+ - @backstage/catalog-model@1.1.1-next.0
29
+ - @backstage/core-components@0.11.1-next.3
30
+ - @backstage/core-plugin-api@1.0.6-next.3
31
+ - @backstage/plugin-catalog@1.5.1-next.3
32
+
3
33
  ## 0.8.9-next.2
4
34
 
5
35
  ### Patch Changes
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.8.9-next.2",
4
+ "version": "0.8.9",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,11 +33,11 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@asyncapi/react-component": "1.0.0-next.40",
36
- "@backstage/catalog-model": "^1.1.0",
37
- "@backstage/core-components": "^0.11.1-next.2",
38
- "@backstage/core-plugin-api": "^1.0.6-next.2",
39
- "@backstage/plugin-catalog": "^1.5.1-next.2",
40
- "@backstage/plugin-catalog-react": "^1.1.4-next.1",
36
+ "@backstage/catalog-model": "^1.1.1",
37
+ "@backstage/core-components": "^0.11.1",
38
+ "@backstage/core-plugin-api": "^1.0.6",
39
+ "@backstage/plugin-catalog": "^1.5.1",
40
+ "@backstage/plugin-catalog-react": "^1.1.4",
41
41
  "@backstage/theme": "^0.2.16",
42
42
  "@material-ui/core": "^4.12.2",
43
43
  "@material-ui/icons": "^4.9.1",
@@ -56,14 +56,13 @@
56
56
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.19.0-next.2",
60
- "@backstage/core-app-api": "^1.1.0-next.2",
61
- "@backstage/dev-utils": "^1.0.6-next.1",
62
- "@backstage/test-utils": "^1.2.0-next.2",
59
+ "@backstage/cli": "^0.19.0",
60
+ "@backstage/core-app-api": "^1.1.0",
61
+ "@backstage/dev-utils": "^1.0.6",
62
+ "@backstage/test-utils": "^1.2.0",
63
63
  "@testing-library/jest-dom": "^5.10.1",
64
64
  "@testing-library/react": "^12.1.3",
65
65
  "@testing-library/user-event": "^14.0.0",
66
- "@types/jest": "^26.0.7",
67
66
  "@types/node": "^16.11.26",
68
67
  "@types/swagger-ui-react": "^4.1.1",
69
68
  "cross-fetch": "^3.1.5",
@@ -72,5 +71,5 @@
72
71
  "files": [
73
72
  "dist"
74
73
  ],
75
- "gitHead": "24f889f173370f060725fcf9404081e40769beb4"
74
+ "gitHead": "25b94e63455f1fb170506f9e84e3f430f4b79406"
76
75
  }