@backstage/plugin-catalog-react 0.0.0-nightly-20250328023613 → 0.0.0-nightly-20250330023748

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,21 +1,21 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20250328023613
3
+ ## 0.0.0-nightly-20250330023748
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 186d016: Add `operation` to alpha `defaultEntityContentGroups`.
8
8
  - 221ddba: Fix offset pagination to reset when updating filters in `useEntityList`
9
9
  - Updated dependencies
10
- - @backstage/integration-react@0.0.0-nightly-20250328023613
11
- - @backstage/core-compat-api@0.0.0-nightly-20250328023613
10
+ - @backstage/integration-react@0.0.0-nightly-20250330023748
11
+ - @backstage/core-compat-api@0.0.0-nightly-20250330023748
12
12
  - @backstage/catalog-client@1.9.1
13
13
  - @backstage/catalog-model@1.7.3
14
14
  - @backstage/core-components@0.17.0
15
15
  - @backstage/core-plugin-api@1.10.5
16
16
  - @backstage/errors@1.2.7
17
17
  - @backstage/frontend-plugin-api@0.10.0
18
- - @backstage/frontend-test-utils@0.0.0-nightly-20250328023613
18
+ - @backstage/frontend-test-utils@0.0.0-nightly-20250330023748
19
19
  - @backstage/types@1.2.1
20
20
  - @backstage/version-bridge@1.0.11
21
21
  - @backstage/plugin-catalog-common@1.1.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20250328023613",
3
+ "version": "0.0.0-nightly-20250330023748",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -75,13 +75,13 @@
75
75
  "dependencies": {
76
76
  "@backstage/catalog-client": "1.9.1",
77
77
  "@backstage/catalog-model": "1.7.3",
78
- "@backstage/core-compat-api": "0.0.0-nightly-20250328023613",
78
+ "@backstage/core-compat-api": "0.0.0-nightly-20250330023748",
79
79
  "@backstage/core-components": "0.17.0",
80
80
  "@backstage/core-plugin-api": "1.10.5",
81
81
  "@backstage/errors": "1.2.7",
82
82
  "@backstage/frontend-plugin-api": "0.10.0",
83
- "@backstage/frontend-test-utils": "0.0.0-nightly-20250328023613",
84
- "@backstage/integration-react": "0.0.0-nightly-20250328023613",
83
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20250330023748",
84
+ "@backstage/integration-react": "0.0.0-nightly-20250330023748",
85
85
  "@backstage/plugin-catalog-common": "1.1.3",
86
86
  "@backstage/plugin-permission-common": "0.8.4",
87
87
  "@backstage/plugin-permission-react": "0.4.32",
@@ -100,7 +100,7 @@
100
100
  "zen-observable": "^0.10.0"
101
101
  },
102
102
  "devDependencies": {
103
- "@backstage/cli": "0.0.0-nightly-20250328023613",
103
+ "@backstage/cli": "0.0.0-nightly-20250330023748",
104
104
  "@backstage/core-app-api": "1.16.0",
105
105
  "@backstage/plugin-catalog-common": "1.1.3",
106
106
  "@backstage/plugin-scaffolder-common": "1.5.10",