@backstage/plugin-catalog-react 0.0.0-nightly-20251123025211 → 0.0.0-nightly-20251124024600

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20251123025211
3
+ ## 0.0.0-nightly-20251124024600
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.0.0-nightly-20251123025211
9
- - @backstage/core-compat-api@0.0.0-nightly-20251123025211
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20251124024600
9
+ - @backstage/core-compat-api@0.0.0-nightly-20251124024600
10
10
  - @backstage/core-plugin-api@1.12.0
11
- - @backstage/frontend-test-utils@0.0.0-nightly-20251123025211
11
+ - @backstage/frontend-test-utils@0.0.0-nightly-20251124024600
12
12
  - @backstage/integration-react@1.2.12
13
13
 
14
14
  ## 1.21.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20251123025211",
3
+ "version": "0.0.0-nightly-20251124024600",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -75,12 +75,12 @@
75
75
  "dependencies": {
76
76
  "@backstage/catalog-client": "1.12.1",
77
77
  "@backstage/catalog-model": "1.7.6",
78
- "@backstage/core-compat-api": "0.0.0-nightly-20251123025211",
78
+ "@backstage/core-compat-api": "0.0.0-nightly-20251124024600",
79
79
  "@backstage/core-components": "0.18.3",
80
80
  "@backstage/core-plugin-api": "1.12.0",
81
81
  "@backstage/errors": "1.2.7",
82
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20251123025211",
83
- "@backstage/frontend-test-utils": "0.0.0-nightly-20251123025211",
82
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20251124024600",
83
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20251124024600",
84
84
  "@backstage/integration-react": "1.2.12",
85
85
  "@backstage/plugin-catalog-common": "1.1.7",
86
86
  "@backstage/plugin-permission-common": "0.9.3",