@backstage/plugin-catalog-react 0.0.0-nightly-20250409023713 → 0.0.0-nightly-20250410023923

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 -8
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20250409023713
3
+ ## 0.0.0-nightly-20250410023923
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -53,13 +53,13 @@
53
53
  - 186d016: Add `operation` to alpha `defaultEntityContentGroups`.
54
54
  - 221ddba: Fix offset pagination to reset when updating filters in `useEntityList`
55
55
  - Updated dependencies
56
- - @backstage/frontend-plugin-api@0.0.0-nightly-20250409023713
57
- - @backstage/frontend-test-utils@0.0.0-nightly-20250409023713
58
- - @backstage/integration-react@0.0.0-nightly-20250409023713
59
- - @backstage/core-compat-api@0.0.0-nightly-20250409023713
60
- - @backstage/core-components@0.0.0-nightly-20250409023713
61
- - @backstage/core-plugin-api@0.0.0-nightly-20250409023713
62
- - @backstage/plugin-permission-react@0.0.0-nightly-20250409023713
56
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20250410023923
57
+ - @backstage/frontend-test-utils@0.0.0-nightly-20250410023923
58
+ - @backstage/integration-react@0.0.0-nightly-20250410023923
59
+ - @backstage/core-compat-api@0.0.0-nightly-20250410023923
60
+ - @backstage/core-components@0.0.0-nightly-20250410023923
61
+ - @backstage/core-plugin-api@0.0.0-nightly-20250410023923
62
+ - @backstage/plugin-permission-react@0.0.0-nightly-20250410023923
63
63
  - @backstage/catalog-client@1.9.1
64
64
  - @backstage/catalog-model@1.7.3
65
65
  - @backstage/errors@1.2.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20250409023713",
3
+ "version": "0.0.0-nightly-20250410023923",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -75,16 +75,16 @@
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-20250409023713",
79
- "@backstage/core-components": "0.0.0-nightly-20250409023713",
80
- "@backstage/core-plugin-api": "0.0.0-nightly-20250409023713",
78
+ "@backstage/core-compat-api": "0.0.0-nightly-20250410023923",
79
+ "@backstage/core-components": "0.0.0-nightly-20250410023923",
80
+ "@backstage/core-plugin-api": "0.0.0-nightly-20250410023923",
81
81
  "@backstage/errors": "1.2.7",
82
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20250409023713",
83
- "@backstage/frontend-test-utils": "0.0.0-nightly-20250409023713",
84
- "@backstage/integration-react": "0.0.0-nightly-20250409023713",
82
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20250410023923",
83
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20250410023923",
84
+ "@backstage/integration-react": "0.0.0-nightly-20250410023923",
85
85
  "@backstage/plugin-catalog-common": "1.1.3",
86
86
  "@backstage/plugin-permission-common": "0.8.4",
87
- "@backstage/plugin-permission-react": "0.0.0-nightly-20250409023713",
87
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20250410023923",
88
88
  "@backstage/types": "1.2.1",
89
89
  "@backstage/version-bridge": "1.0.11",
90
90
  "@material-ui/core": "^4.12.2",
@@ -100,11 +100,11 @@
100
100
  "zen-observable": "^0.10.0"
101
101
  },
102
102
  "devDependencies": {
103
- "@backstage/cli": "0.0.0-nightly-20250409023713",
104
- "@backstage/core-app-api": "0.0.0-nightly-20250409023713",
103
+ "@backstage/cli": "0.0.0-nightly-20250410023923",
104
+ "@backstage/core-app-api": "0.0.0-nightly-20250410023923",
105
105
  "@backstage/plugin-catalog-common": "1.1.3",
106
106
  "@backstage/plugin-scaffolder-common": "1.5.10",
107
- "@backstage/test-utils": "0.0.0-nightly-20250409023713",
107
+ "@backstage/test-utils": "0.0.0-nightly-20250410023923",
108
108
  "@testing-library/dom": "^10.0.0",
109
109
  "@testing-library/jest-dom": "^6.0.0",
110
110
  "@testing-library/react": "^16.0.0",