@backstage/plugin-catalog 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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @backstage/plugin-catalog
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
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220223029
10
10
 
11
11
  ## 0.7.6
12
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
3
  "description": "The Backstage plugin for browsing the Backstage catalog",
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",
@@ -37,7 +37,7 @@
37
37
  "@backstage/core-plugin-api": "^0.4.0",
38
38
  "@backstage/errors": "^0.1.3",
39
39
  "@backstage/integration-react": "^0.1.17",
40
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220122754",
40
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220223029",
41
41
  "@backstage/theme": "^0.2.14",
42
42
  "@material-ui/core": "^4.12.2",
43
43
  "@material-ui/icons": "^4.9.1",