@backstage/plugin-catalog-react 0.0.0-nightly-202111142265 → 0.0.0-nightly-202111152243

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-202111142265
3
+ ## 0.0.0-nightly-202111152243
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 6156fb8730: `useEntityTypeFilter`: Skip updating selected types if a kind filter change did not change them.
8
8
  - Updated dependencies
9
- - @backstage/core-plugin-api@0.0.0-nightly-202111142265
10
- - @backstage/core-components@0.0.0-nightly-202111142265
9
+ - @backstage/core-plugin-api@0.0.0-nightly-202111152243
10
+ - @backstage/core-components@0.0.0-nightly-202111152243
11
11
 
12
12
  ## 0.6.6
13
13
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
3
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
4
- "version": "0.0.0-nightly-202111142265",
4
+ "version": "0.0.0-nightly-202111152243",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -31,8 +31,8 @@
31
31
  "dependencies": {
32
32
  "@backstage/catalog-client": "^0.5.2",
33
33
  "@backstage/catalog-model": "^0.9.7",
34
- "@backstage/core-components": "^0.0.0-nightly-202111142265",
35
- "@backstage/core-plugin-api": "^0.0.0-nightly-202111142265",
34
+ "@backstage/core-components": "^0.0.0-nightly-202111152243",
35
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202111152243",
36
36
  "@backstage/errors": "^0.1.4",
37
37
  "@backstage/integration": "^0.6.10",
38
38
  "@backstage/types": "^0.1.1",
@@ -52,8 +52,8 @@
52
52
  "react": "^16.13.1 || ^17.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "^0.0.0-nightly-202111142265",
56
- "@backstage/core-app-api": "^0.0.0-nightly-202111142265",
55
+ "@backstage/cli": "^0.0.0-nightly-202111152243",
56
+ "@backstage/core-app-api": "^0.0.0-nightly-202111152243",
57
57
  "@backstage/test-utils": "^0.1.24",
58
58
  "@testing-library/jest-dom": "^5.10.1",
59
59
  "@testing-library/react": "^11.2.5",