@backstage/plugin-catalog-react 0.0.0-nightly-20241127023716 → 0.0.0-nightly-20241128023738

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 +7 -7
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,20 +1,20 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20241127023716
3
+ ## 0.0.0-nightly-20241128023738
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - f18c67d: Fix catalog filtering to allow searching entities by display name
8
8
  - Updated dependencies
9
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241127023716
10
- - @backstage/catalog-client@0.0.0-nightly-20241127023716
11
- - @backstage/core-components@0.0.0-nightly-20241127023716
9
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241128023738
10
+ - @backstage/catalog-client@0.0.0-nightly-20241128023738
11
+ - @backstage/core-components@0.0.0-nightly-20241128023738
12
12
  - @backstage/catalog-model@1.7.1
13
- - @backstage/core-compat-api@0.0.0-nightly-20241127023716
13
+ - @backstage/core-compat-api@0.0.0-nightly-20241128023738
14
14
  - @backstage/core-plugin-api@1.10.1
15
15
  - @backstage/errors@1.2.5
16
- - @backstage/frontend-test-utils@0.0.0-nightly-20241127023716
17
- - @backstage/integration-react@0.0.0-nightly-20241127023716
16
+ - @backstage/frontend-test-utils@0.0.0-nightly-20241128023738
17
+ - @backstage/integration-react@0.0.0-nightly-20241128023738
18
18
  - @backstage/types@1.2.0
19
19
  - @backstage/version-bridge@1.0.10
20
20
  - @backstage/plugin-catalog-common@1.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20241127023716",
3
+ "version": "0.0.0-nightly-20241128023738",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -73,15 +73,15 @@
73
73
  "test": "backstage-cli package test"
74
74
  },
75
75
  "dependencies": {
76
- "@backstage/catalog-client": "0.0.0-nightly-20241127023716",
76
+ "@backstage/catalog-client": "0.0.0-nightly-20241128023738",
77
77
  "@backstage/catalog-model": "1.7.1",
78
- "@backstage/core-compat-api": "0.0.0-nightly-20241127023716",
79
- "@backstage/core-components": "0.0.0-nightly-20241127023716",
78
+ "@backstage/core-compat-api": "0.0.0-nightly-20241128023738",
79
+ "@backstage/core-components": "0.0.0-nightly-20241128023738",
80
80
  "@backstage/core-plugin-api": "1.10.1",
81
81
  "@backstage/errors": "1.2.5",
82
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241127023716",
83
- "@backstage/frontend-test-utils": "0.0.0-nightly-20241127023716",
84
- "@backstage/integration-react": "0.0.0-nightly-20241127023716",
82
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241128023738",
83
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20241128023738",
84
+ "@backstage/integration-react": "0.0.0-nightly-20241128023738",
85
85
  "@backstage/plugin-catalog-common": "1.1.1",
86
86
  "@backstage/plugin-permission-common": "0.8.2",
87
87
  "@backstage/plugin-permission-react": "0.4.28",
@@ -100,11 +100,11 @@
100
100
  "zen-observable": "^0.10.0"
101
101
  },
102
102
  "devDependencies": {
103
- "@backstage/cli": "0.0.0-nightly-20241127023716",
104
- "@backstage/core-app-api": "0.0.0-nightly-20241127023716",
103
+ "@backstage/cli": "0.0.0-nightly-20241128023738",
104
+ "@backstage/core-app-api": "0.0.0-nightly-20241128023738",
105
105
  "@backstage/plugin-catalog-common": "1.1.1",
106
- "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20241127023716",
107
- "@backstage/test-utils": "0.0.0-nightly-20241127023716",
106
+ "@backstage/plugin-scaffolder-common": "0.0.0-nightly-20241128023738",
107
+ "@backstage/test-utils": "0.0.0-nightly-20241128023738",
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",