@backstage/plugin-api-docs 0.0.0-nightly-20220122754 → 0.0.0-nightly-20220223029

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-api-docs
2
2
 
3
- ## 0.0.0-nightly-20220122754
3
+ ## 0.0.0-nightly-20220223029
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-20220122754
10
- - @backstage/plugin-catalog@0.0.0-nightly-20220122754
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220223029
10
+ - @backstage/plugin-catalog@0.0.0-nightly-20220223029
11
11
 
12
12
  ## 0.6.20
13
13
 
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-20220122754",
4
+ "version": "0.0.0-nightly-20220223029",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,8 +34,8 @@
34
34
  "@backstage/catalog-model": "^0.9.7",
35
35
  "@backstage/core-components": "^0.8.2",
36
36
  "@backstage/core-plugin-api": "^0.4.0",
37
- "@backstage/plugin-catalog": "^0.0.0-nightly-20220122754",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220122754",
37
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20220223029",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220223029",
39
39
  "@backstage/theme": "^0.2.14",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",