@backstage/plugin-catalog-react 0.0.0-nightly-20260106025021 → 0.0.0-nightly-20260107024940

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 +13 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,25 +1,33 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20260106025021
3
+ ## 0.0.0-nightly-20260107024940
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20260106025021
8
+ - @backstage/core-components@0.0.0-nightly-20260107024940
9
9
  - @backstage/catalog-client@1.12.1
10
10
  - @backstage/catalog-model@1.7.6
11
- - @backstage/core-compat-api@0.0.0-nightly-20260106025021
11
+ - @backstage/core-compat-api@0.0.0-nightly-20260107024940
12
12
  - @backstage/core-plugin-api@1.12.1
13
13
  - @backstage/errors@1.2.7
14
14
  - @backstage/frontend-plugin-api@0.13.2
15
- - @backstage/frontend-test-utils@0.0.0-nightly-20260106025021
16
- - @backstage/integration-react@0.0.0-nightly-20260106025021
15
+ - @backstage/frontend-test-utils@0.0.0-nightly-20260107024940
16
+ - @backstage/integration-react@0.0.0-nightly-20260107024940
17
17
  - @backstage/types@1.2.2
18
18
  - @backstage/version-bridge@1.0.11
19
19
  - @backstage/plugin-catalog-common@1.1.7
20
20
  - @backstage/plugin-permission-common@0.9.3
21
21
  - @backstage/plugin-permission-react@0.4.39
22
22
 
23
+ ## 1.21.5-next.1
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/core-components@0.18.5-next.0
29
+ - @backstage/integration-react@1.2.14-next.0
30
+
23
31
  ## 1.21.5-next.0
24
32
 
25
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20260106025021",
3
+ "version": "0.0.0-nightly-20260107024940",
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.12.1",
77
77
  "@backstage/catalog-model": "1.7.6",
78
- "@backstage/core-compat-api": "0.0.0-nightly-20260106025021",
79
- "@backstage/core-components": "0.0.0-nightly-20260106025021",
78
+ "@backstage/core-compat-api": "0.0.0-nightly-20260107024940",
79
+ "@backstage/core-components": "0.0.0-nightly-20260107024940",
80
80
  "@backstage/core-plugin-api": "1.12.1",
81
81
  "@backstage/errors": "1.2.7",
82
82
  "@backstage/frontend-plugin-api": "0.13.2",
83
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260106025021",
84
- "@backstage/integration-react": "0.0.0-nightly-20260106025021",
83
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260107024940",
84
+ "@backstage/integration-react": "0.0.0-nightly-20260107024940",
85
85
  "@backstage/plugin-catalog-common": "1.1.7",
86
86
  "@backstage/plugin-permission-common": "0.9.3",
87
87
  "@backstage/plugin-permission-react": "0.4.39",
@@ -100,10 +100,10 @@
100
100
  "zen-observable": "^0.10.0"
101
101
  },
102
102
  "devDependencies": {
103
- "@backstage/cli": "0.0.0-nightly-20260106025021",
103
+ "@backstage/cli": "0.0.0-nightly-20260107024940",
104
104
  "@backstage/core-app-api": "1.19.3",
105
105
  "@backstage/plugin-catalog-common": "1.1.7",
106
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260106025021",
106
+ "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260107024940",
107
107
  "@backstage/test-utils": "1.7.14",
108
108
  "@testing-library/dom": "^10.0.0",
109
109
  "@testing-library/jest-dom": "^6.0.0",