@backstage/plugin-catalog-react 0.0.0-nightly-20221011025843 → 0.0.0-nightly-20221012030146

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-20221011025843
3
+ ## 0.0.0-nightly-20221012030146
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,18 +10,36 @@
10
10
 
11
11
  - 7939e743f5: Added two new `EntityRefLinks` props, the first being `getTitle` that allows for customization of the title used for each link. The second one is `fetchEntities`, which triggers a fetching of all entities so that the full entity definition is available in the `getTitle` callback.
12
12
  - Updated dependencies
13
- - @backstage/catalog-model@0.0.0-nightly-20221011025843
14
- - @backstage/core-components@0.0.0-nightly-20221011025843
15
- - @backstage/catalog-client@0.0.0-nightly-20221011025843
16
- - @backstage/core-plugin-api@0.0.0-nightly-20221011025843
17
- - @backstage/errors@0.0.0-nightly-20221011025843
18
- - @backstage/integration@0.0.0-nightly-20221011025843
13
+ - @backstage/catalog-model@0.0.0-nightly-20221012030146
14
+ - @backstage/core-components@0.0.0-nightly-20221012030146
15
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20221012030146
16
+ - @backstage/plugin-permission-common@0.0.0-nightly-20221012030146
17
+ - @backstage/catalog-client@0.0.0-nightly-20221012030146
18
+ - @backstage/core-plugin-api@0.0.0-nightly-20221012030146
19
+ - @backstage/errors@0.0.0-nightly-20221012030146
20
+ - @backstage/integration@0.0.0-nightly-20221012030146
21
+ - @backstage/theme@0.2.16
22
+ - @backstage/types@1.0.0
23
+ - @backstage/version-bridge@1.0.1
24
+ - @backstage/plugin-permission-react@0.0.0-nightly-20221012030146
25
+
26
+ ## 1.2.0-next.2
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies
31
+ - @backstage/plugin-catalog-common@1.0.7-next.2
32
+ - @backstage/plugin-permission-common@0.7.0-next.2
33
+ - @backstage/plugin-permission-react@0.4.6-next.2
34
+ - @backstage/catalog-client@1.1.1-next.2
35
+ - @backstage/catalog-model@1.1.2-next.2
36
+ - @backstage/core-components@0.11.2-next.2
37
+ - @backstage/core-plugin-api@1.0.7-next.2
38
+ - @backstage/errors@1.1.2-next.2
39
+ - @backstage/integration@1.3.2-next.2
19
40
  - @backstage/theme@0.2.16
20
41
  - @backstage/types@1.0.0
21
42
  - @backstage/version-bridge@1.0.1
22
- - @backstage/plugin-catalog-common@0.0.0-nightly-20221011025843
23
- - @backstage/plugin-permission-common@0.0.0-nightly-20221011025843
24
- - @backstage/plugin-permission-react@0.0.0-nightly-20221011025843
25
43
 
26
44
  ## 1.2.0-next.1
27
45
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20221011025843",
3
+ "version": "0.0.0-nightly-20221012030146",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
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-20221011025843",
4
+ "version": "0.0.0-nightly-20221012030146",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,15 +33,15 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-client": "^0.0.0-nightly-20221011025843",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20221011025843",
38
- "@backstage/core-components": "^0.0.0-nightly-20221011025843",
39
- "@backstage/core-plugin-api": "^0.0.0-nightly-20221011025843",
40
- "@backstage/errors": "^0.0.0-nightly-20221011025843",
41
- "@backstage/integration": "^0.0.0-nightly-20221011025843",
42
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221011025843",
43
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20221011025843",
44
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20221011025843",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20221012030146",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20221012030146",
38
+ "@backstage/core-components": "^0.0.0-nightly-20221012030146",
39
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20221012030146",
40
+ "@backstage/errors": "^0.0.0-nightly-20221012030146",
41
+ "@backstage/integration": "^0.0.0-nightly-20221012030146",
42
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221012030146",
43
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20221012030146",
44
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20221012030146",
45
45
  "@backstage/theme": "^0.2.16",
46
46
  "@backstage/types": "^1.0.0",
47
47
  "@backstage/version-bridge": "^1.0.1",
@@ -62,11 +62,11 @@
62
62
  "react-router": "6.0.0-beta.0 || ^6.3.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/cli": "^0.0.0-nightly-20221011025843",
66
- "@backstage/core-app-api": "^0.0.0-nightly-20221011025843",
67
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221011025843",
68
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20221011025843",
69
- "@backstage/test-utils": "^0.0.0-nightly-20221011025843",
65
+ "@backstage/cli": "^0.0.0-nightly-20221012030146",
66
+ "@backstage/core-app-api": "^0.0.0-nightly-20221012030146",
67
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221012030146",
68
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20221012030146",
69
+ "@backstage/test-utils": "^0.0.0-nightly-20221012030146",
70
70
  "@testing-library/jest-dom": "^5.10.1",
71
71
  "@testing-library/react": "^12.1.3",
72
72
  "@testing-library/react-hooks": "^8.0.0",