@backstage/plugin-catalog-react 0.0.0-nightly-20230606023337 → 0.0.0-nightly-20230607023142

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20230606023337
3
+ ## 0.0.0-nightly-20230607023142
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -15,18 +15,29 @@
15
15
  - 429319d080cd: `EntityAutocompletePicker` add `initialSelectedOptions` prop
16
16
  - 429319d080cd: `EntityLifecycleFilter` loads data using the facets endpoint
17
17
  - Updated dependencies
18
- - @backstage/catalog-client@0.0.0-nightly-20230606023337
19
- - @backstage/integration@0.0.0-nightly-20230606023337
20
- - @backstage/errors@0.0.0-nightly-20230606023337
21
- - @backstage/core-components@0.0.0-nightly-20230606023337
22
- - @backstage/catalog-model@0.0.0-nightly-20230606023337
23
- - @backstage/core-plugin-api@0.0.0-nightly-20230606023337
24
- - @backstage/theme@0.0.0-nightly-20230606023337
25
- - @backstage/plugin-permission-common@0.0.0-nightly-20230606023337
26
- - @backstage/plugin-catalog-common@0.0.0-nightly-20230606023337
18
+ - @backstage/catalog-client@0.0.0-nightly-20230607023142
19
+ - @backstage/theme@0.0.0-nightly-20230607023142
20
+ - @backstage/integration@0.0.0-nightly-20230607023142
21
+ - @backstage/errors@0.0.0-nightly-20230607023142
22
+ - @backstage/core-components@0.0.0-nightly-20230607023142
23
+ - @backstage/catalog-model@0.0.0-nightly-20230607023142
24
+ - @backstage/core-plugin-api@0.0.0-nightly-20230607023142
25
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230607023142
26
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20230607023142
27
27
  - @backstage/types@1.0.2
28
28
  - @backstage/version-bridge@1.0.4
29
- - @backstage/plugin-permission-react@0.0.0-nightly-20230606023337
29
+ - @backstage/plugin-permission-react@0.0.0-nightly-20230607023142
30
+
31
+ ## 1.7.0-next.2
32
+
33
+ ### Patch Changes
34
+
35
+ - d68692aee97e: Make `useRelatedEntities` use `getEntitiesByRefs` under the hood
36
+ - Updated dependencies
37
+ - @backstage/theme@0.4.0-next.1
38
+ - @backstage/core-components@0.13.2-next.2
39
+ - @backstage/core-plugin-api@1.5.2-next.0
40
+ - @backstage/plugin-permission-react@0.4.13-next.0
30
41
 
31
42
  ## 1.7.0-next.1
32
43
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20230606023337",
3
+ "version": "0.0.0-nightly-20230607023142",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
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-20230606023337",
4
+ "version": "0.0.0-nightly-20230607023142",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,16 +43,16 @@
43
43
  "start": "backstage-cli package start"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/catalog-client": "^0.0.0-nightly-20230606023337",
47
- "@backstage/catalog-model": "^0.0.0-nightly-20230606023337",
48
- "@backstage/core-components": "^0.0.0-nightly-20230606023337",
49
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230606023337",
50
- "@backstage/errors": "^0.0.0-nightly-20230606023337",
51
- "@backstage/integration": "^0.0.0-nightly-20230606023337",
52
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230606023337",
53
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230606023337",
54
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20230606023337",
55
- "@backstage/theme": "^0.0.0-nightly-20230606023337",
46
+ "@backstage/catalog-client": "^0.0.0-nightly-20230607023142",
47
+ "@backstage/catalog-model": "^0.0.0-nightly-20230607023142",
48
+ "@backstage/core-components": "^0.0.0-nightly-20230607023142",
49
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230607023142",
50
+ "@backstage/errors": "^0.0.0-nightly-20230607023142",
51
+ "@backstage/integration": "^0.0.0-nightly-20230607023142",
52
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230607023142",
53
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230607023142",
54
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20230607023142",
55
+ "@backstage/theme": "^0.0.0-nightly-20230607023142",
56
56
  "@backstage/types": "^1.0.2",
57
57
  "@backstage/version-bridge": "^1.0.4",
58
58
  "@material-ui/core": "^4.12.2",
@@ -75,11 +75,11 @@
75
75
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "^0.0.0-nightly-20230606023337",
79
- "@backstage/core-app-api": "^0.0.0-nightly-20230606023337",
80
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230606023337",
81
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230606023337",
82
- "@backstage/test-utils": "^0.0.0-nightly-20230606023337",
78
+ "@backstage/cli": "^0.0.0-nightly-20230607023142",
79
+ "@backstage/core-app-api": "^0.0.0-nightly-20230607023142",
80
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230607023142",
81
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230607023142",
82
+ "@backstage/test-utils": "^0.0.0-nightly-20230607023142",
83
83
  "@testing-library/dom": "^8.0.0",
84
84
  "@testing-library/jest-dom": "^5.10.1",
85
85
  "@testing-library/react": "^12.1.3",