@backstage/plugin-catalog-react 0.0.0-nightly-202181822218 → 0.0.0-nightly-202182222128

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 +8 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,19 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-202181822218
3
+ ## 0.0.0-nightly-202182222128
4
+
5
+ ### Minor Changes
6
+
7
+ - dbcaa6387a: Extends the `CatalogClient` interface with a `refreshEntity` method.
4
8
 
5
9
  ### Patch Changes
6
10
 
7
11
  - cc464a56b3: This makes Type and Lifecycle columns consistent for all table cases and adds a new line in Description column for better readability
8
12
  - febddedcb2: Bump `lodash` to remediate `SNYK-JS-LODASH-590103` security vulnerability
9
13
  - Updated dependencies
10
- - @backstage/catalog-model@0.0.0-nightly-202181822218
11
- - @backstage/core-components@0.0.0-nightly-202181822218
14
+ - @backstage/catalog-client@0.0.0-nightly-202182222128
15
+ - @backstage/catalog-model@0.0.0-nightly-202182222128
16
+ - @backstage/core-components@0.0.0-nightly-202182222128
12
17
 
13
18
  ## 0.4.6
14
19
 
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-202181822218",
4
+ "version": "0.0.0-nightly-202182222128",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,10 +29,10 @@
29
29
  "clean": "backstage-cli clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/catalog-client": "^0.3.18",
33
- "@backstage/catalog-model": "^0.0.0-nightly-202181822218",
32
+ "@backstage/catalog-client": "^0.0.0-nightly-202182222128",
33
+ "@backstage/catalog-model": "^0.0.0-nightly-202182222128",
34
34
  "@backstage/core-app-api": "^0.1.13",
35
- "@backstage/core-components": "^0.0.0-nightly-202181822218",
35
+ "@backstage/core-components": "^0.0.0-nightly-202182222128",
36
36
  "@backstage/core-plugin-api": "^0.1.8",
37
37
  "@backstage/integration": "^0.6.4",
38
38
  "@backstage/version-bridge": "^0.1.0",
@@ -49,8 +49,8 @@
49
49
  "react-use": "^17.2.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.0.0-nightly-202181822218",
53
- "@backstage/dev-utils": "^0.2.8",
52
+ "@backstage/cli": "^0.0.0-nightly-202182222128",
53
+ "@backstage/dev-utils": "^0.0.0-nightly-202182222128",
54
54
  "@backstage/test-utils": "^0.1.17",
55
55
  "@testing-library/jest-dom": "^5.10.1",
56
56
  "@testing-library/react": "^11.2.5",