@backstage/plugin-api-docs 0.0.0-nightly-20220322812 → 0.0.0-nightly-2022042277

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 +4 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,14 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20220322812
3
+ ## 0.0.0-nightly-2022042277
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 11b81683a9: Support customizing index page layouts via outlets
8
8
  - Updated dependencies
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220322812
10
- - @backstage/plugin-catalog@0.0.0-nightly-20220322812
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-2022042277
10
+ - @backstage/core-components@0.0.0-nightly-2022042277
11
+ - @backstage/plugin-catalog@0.0.0-nightly-2022042277
11
12
 
12
13
  ## 0.6.20
13
14
 
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-20220322812",
4
+ "version": "0.0.0-nightly-2022042277",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,10 +32,10 @@
32
32
  "dependencies": {
33
33
  "@asyncapi/react-component": "^1.0.0-next.25",
34
34
  "@backstage/catalog-model": "^0.9.7",
35
- "@backstage/core-components": "^0.8.2",
35
+ "@backstage/core-components": "^0.0.0-nightly-2022042277",
36
36
  "@backstage/core-plugin-api": "^0.4.0",
37
- "@backstage/plugin-catalog": "^0.0.0-nightly-20220322812",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220322812",
37
+ "@backstage/plugin-catalog": "^0.0.0-nightly-2022042277",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-2022042277",
39
39
  "@backstage/theme": "^0.2.14",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",
@@ -54,9 +54,9 @@
54
54
  "react": "^16.13.1 || ^17.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/cli": "^0.10.4",
58
- "@backstage/core-app-api": "^0.3.0",
59
- "@backstage/dev-utils": "^0.2.15",
57
+ "@backstage/cli": "^0.0.0-nightly-2022042277",
58
+ "@backstage/core-app-api": "^0.0.0-nightly-2022042277",
59
+ "@backstage/dev-utils": "^0.0.0-nightly-2022042277",
60
60
  "@backstage/test-utils": "^0.2.1",
61
61
  "@testing-library/jest-dom": "^5.10.1",
62
62
  "@testing-library/react": "^11.2.5",