@backstage/plugin-api-docs 0.0.0-nightly-20220217022146 → 0.0.0-nightly-20220218022735

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 +15 -7
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20220217022146
3
+ ## 0.0.0-nightly-20220218022735
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220218022735
9
+ - @backstage/plugin-catalog@0.0.0-nightly-20220218022735
10
+
11
+ ## 0.7.3
4
12
 
5
13
  ### Patch Changes
6
14
 
@@ -8,12 +16,12 @@
8
16
  - c77c5c7eb6: Added `backstage.role` to `package.json`
9
17
  - deaf6065db: Adapt to the new `CatalogApi.getLocationByRef`
10
18
  - Updated dependencies
11
- - @backstage/core-components@0.0.0-nightly-20220217022146
12
- - @backstage/core-plugin-api@0.0.0-nightly-20220217022146
13
- - @backstage/plugin-catalog@0.0.0-nightly-20220217022146
14
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220217022146
15
- - @backstage/catalog-model@0.0.0-nightly-20220217022146
16
- - @backstage/theme@0.0.0-nightly-20220217022146
19
+ - @backstage/core-components@0.8.9
20
+ - @backstage/core-plugin-api@0.6.1
21
+ - @backstage/plugin-catalog@0.8.0
22
+ - @backstage/plugin-catalog-react@0.6.15
23
+ - @backstage/catalog-model@0.10.0
24
+ - @backstage/theme@0.2.15
17
25
 
18
26
  ## 0.7.2
19
27
 
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-20220217022146",
4
+ "version": "0.0.0-nightly-20220218022735",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@asyncapi/react-component": "1.0.0-next.32",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20220217022146",
38
- "@backstage/core-components": "^0.0.0-nightly-20220217022146",
39
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220217022146",
40
- "@backstage/plugin-catalog": "^0.0.0-nightly-20220217022146",
41
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220217022146",
42
- "@backstage/theme": "^0.0.0-nightly-20220217022146",
37
+ "@backstage/catalog-model": "^0.10.0",
38
+ "@backstage/core-components": "^0.8.9",
39
+ "@backstage/core-plugin-api": "^0.6.1",
40
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20220218022735",
41
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220218022735",
42
+ "@backstage/theme": "^0.2.15",
43
43
  "@material-ui/core": "^4.12.2",
44
44
  "@material-ui/icons": "^4.9.1",
45
45
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -56,10 +56,10 @@
56
56
  "react": "^16.13.1 || ^17.0.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.0.0-nightly-20220217022146",
60
- "@backstage/core-app-api": "^0.0.0-nightly-20220217022146",
61
- "@backstage/dev-utils": "^0.0.0-nightly-20220217022146",
62
- "@backstage/test-utils": "^0.0.0-nightly-20220217022146",
59
+ "@backstage/cli": "^0.14.0",
60
+ "@backstage/core-app-api": "^0.5.3",
61
+ "@backstage/dev-utils": "^0.0.0-nightly-20220218022735",
62
+ "@backstage/test-utils": "^0.2.5",
63
63
  "@testing-library/jest-dom": "^5.10.1",
64
64
  "@testing-library/react": "^11.2.5",
65
65
  "@testing-library/user-event": "^13.1.8",