@backstage/plugin-catalog-react 0.0.0-nightly-20260405031735 → 0.0.0-nightly-20260406031922

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 +9 -9
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20260405031735
3
+ ## 0.0.0-nightly-20260406031922
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,22 +8,22 @@
8
8
  - eba2f61: Fixed `EntityInfoCard` header overflowing on narrow screens.
9
9
  - 0416216: Fixed entity relation cards (e.g., "Has components") only showing one entity at a time by using `paginationOptions: { type: 'none' }` instead of deriving page size from data length.
10
10
  - Updated dependencies
11
- - @backstage/ui@0.0.0-nightly-20260405031735
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260405031735
13
- - @backstage/core-compat-api@0.0.0-nightly-20260405031735
14
- - @backstage/core-components@0.0.0-nightly-20260405031735
15
- - @backstage/frontend-test-utils@0.0.0-nightly-20260405031735
11
+ - @backstage/ui@0.0.0-nightly-20260406031922
12
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260406031922
13
+ - @backstage/core-compat-api@0.0.0-nightly-20260406031922
14
+ - @backstage/core-components@0.0.0-nightly-20260406031922
15
+ - @backstage/frontend-test-utils@0.0.0-nightly-20260406031922
16
16
  - @backstage/catalog-client@1.14.0
17
17
  - @backstage/catalog-model@1.7.7
18
- - @backstage/core-plugin-api@0.0.0-nightly-20260405031735
18
+ - @backstage/core-plugin-api@0.0.0-nightly-20260406031922
19
19
  - @backstage/errors@1.2.7
20
20
  - @backstage/filter-predicates@0.1.1
21
- - @backstage/integration-react@0.0.0-nightly-20260405031735
21
+ - @backstage/integration-react@0.0.0-nightly-20260406031922
22
22
  - @backstage/types@1.2.2
23
23
  - @backstage/version-bridge@1.0.12
24
24
  - @backstage/plugin-catalog-common@1.1.8
25
25
  - @backstage/plugin-permission-common@0.9.7
26
- - @backstage/plugin-permission-react@0.0.0-nightly-20260405031735
26
+ - @backstage/plugin-permission-react@0.0.0-nightly-20260406031922
27
27
 
28
28
  ## 2.1.2-next.1
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20260405031735",
3
+ "version": "0.0.0-nightly-20260406031922",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -75,18 +75,18 @@
75
75
  "dependencies": {
76
76
  "@backstage/catalog-client": "1.14.0",
77
77
  "@backstage/catalog-model": "1.7.7",
78
- "@backstage/core-compat-api": "0.0.0-nightly-20260405031735",
79
- "@backstage/core-components": "0.0.0-nightly-20260405031735",
80
- "@backstage/core-plugin-api": "0.0.0-nightly-20260405031735",
78
+ "@backstage/core-compat-api": "0.0.0-nightly-20260406031922",
79
+ "@backstage/core-components": "0.0.0-nightly-20260406031922",
80
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260406031922",
81
81
  "@backstage/errors": "1.2.7",
82
82
  "@backstage/filter-predicates": "0.1.1",
83
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260405031735",
84
- "@backstage/integration-react": "0.0.0-nightly-20260405031735",
83
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260406031922",
84
+ "@backstage/integration-react": "0.0.0-nightly-20260406031922",
85
85
  "@backstage/plugin-catalog-common": "1.1.8",
86
86
  "@backstage/plugin-permission-common": "0.9.7",
87
- "@backstage/plugin-permission-react": "0.0.0-nightly-20260405031735",
87
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20260406031922",
88
88
  "@backstage/types": "1.2.2",
89
- "@backstage/ui": "0.0.0-nightly-20260405031735",
89
+ "@backstage/ui": "0.0.0-nightly-20260406031922",
90
90
  "@backstage/version-bridge": "1.0.12",
91
91
  "@material-ui/core": "^4.12.2",
92
92
  "@material-ui/icons": "^4.9.1",
@@ -101,12 +101,12 @@
101
101
  "zen-observable": "^0.10.0"
102
102
  },
103
103
  "devDependencies": {
104
- "@backstage/cli": "0.0.0-nightly-20260405031735",
105
- "@backstage/core-app-api": "0.0.0-nightly-20260405031735",
106
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260405031735",
104
+ "@backstage/cli": "0.0.0-nightly-20260406031922",
105
+ "@backstage/core-app-api": "0.0.0-nightly-20260406031922",
106
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260406031922",
107
107
  "@backstage/plugin-catalog-common": "1.1.8",
108
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260405031735",
109
- "@backstage/test-utils": "0.0.0-nightly-20260405031735",
108
+ "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260406031922",
109
+ "@backstage/test-utils": "0.0.0-nightly-20260406031922",
110
110
  "@testing-library/dom": "^10.0.0",
111
111
  "@testing-library/jest-dom": "^6.0.0",
112
112
  "@testing-library/react": "^16.0.0",
@@ -120,7 +120,7 @@
120
120
  "zod": "^3.25.76 || ^4.0.0"
121
121
  },
122
122
  "peerDependencies": {
123
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260405031735",
123
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260406031922",
124
124
  "@types/react": "^17.0.0 || ^18.0.0",
125
125
  "react": "^17.0.0 || ^18.0.0",
126
126
  "react-dom": "^17.0.0 || ^18.0.0",