@backstage/plugin-api-docs 0.0.0-nightly-202202022734 → 0.0.0-nightly-2022122206

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 +24 -6
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,24 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-202202022734
3
+ ## 0.0.0-nightly-2022122206
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-2022122206
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-2022122206
10
+ - @backstage/plugin-catalog@0.0.0-nightly-2022122206
11
+
12
+ ## 0.7.1-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/core-components@0.8.7-next.0
18
+ - @backstage/plugin-catalog@0.7.11-next.0
19
+ - @backstage/plugin-catalog-react@0.6.13-next.0
20
+
21
+ ## 0.7.0
4
22
 
5
23
  ### Minor Changes
6
24
 
@@ -18,11 +36,11 @@
18
36
  See https://github.com/asyncapi/asyncapi-react/pull/522
19
37
 
20
38
  - Updated dependencies
21
- - @backstage/core-components@0.0.0-nightly-202202022734
22
- - @backstage/core-plugin-api@0.0.0-nightly-202202022734
23
- - @backstage/plugin-catalog@0.0.0-nightly-202202022734
24
- - @backstage/plugin-catalog-react@0.0.0-nightly-202202022734
25
- - @backstage/catalog-model@0.0.0-nightly-202202022734
39
+ - @backstage/core-components@0.8.5
40
+ - @backstage/core-plugin-api@0.6.0
41
+ - @backstage/plugin-catalog@0.7.9
42
+ - @backstage/plugin-catalog-react@0.6.12
43
+ - @backstage/catalog-model@0.9.10
26
44
 
27
45
  ## 0.6.23-next.0
28
46
 
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.0.0-nightly-202202022734",
4
+ "version": "0.0.0-nightly-2022122206",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -31,11 +31,11 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@asyncapi/react-component": "1.0.0-next.32",
34
- "@backstage/catalog-model": "^0.0.0-nightly-202202022734",
35
- "@backstage/core-components": "^0.0.0-nightly-202202022734",
36
- "@backstage/core-plugin-api": "^0.0.0-nightly-202202022734",
37
- "@backstage/plugin-catalog": "^0.0.0-nightly-202202022734",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-202202022734",
34
+ "@backstage/catalog-model": "^0.9.10",
35
+ "@backstage/core-components": "^0.0.0-nightly-2022122206",
36
+ "@backstage/core-plugin-api": "^0.6.0",
37
+ "@backstage/plugin-catalog": "^0.0.0-nightly-2022122206",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-2022122206",
39
39
  "@backstage/theme": "^0.2.14",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",
@@ -53,10 +53,10 @@
53
53
  "react": "^16.13.1 || ^17.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/cli": "^0.0.0-nightly-202202022734",
57
- "@backstage/core-app-api": "^0.0.0-nightly-202202022734",
58
- "@backstage/dev-utils": "^0.0.0-nightly-202202022734",
59
- "@backstage/test-utils": "^0.0.0-nightly-202202022734",
56
+ "@backstage/cli": "^0.0.0-nightly-2022122206",
57
+ "@backstage/core-app-api": "^0.5.1",
58
+ "@backstage/dev-utils": "^0.0.0-nightly-2022122206",
59
+ "@backstage/test-utils": "^0.2.3",
60
60
  "@testing-library/jest-dom": "^5.10.1",
61
61
  "@testing-library/react": "^11.2.5",
62
62
  "@testing-library/user-event": "^13.1.8",