@backstage/plugin-catalog-react 0.0.0-nightly-20240721021945 → 0.0.0-nightly-20240722022006

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.
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20240721021945
3
+ ## 0.0.0-nightly-20240722022006
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 9b89b82: Internal refactor to remove unnecessary `routable` prop in the implementation of the `createEntityContentExtension` alpha export.
8
8
  - bebd569: Fix extra divider displayed on user list picker component
9
9
  - Updated dependencies
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240721021945
10
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240722022006
11
11
  - @backstage/catalog-client@1.6.5
12
12
  - @backstage/catalog-model@1.5.0
13
13
  - @backstage/core-components@0.14.9
14
14
  - @backstage/core-plugin-api@1.9.3
15
15
  - @backstage/errors@1.2.4
16
- - @backstage/integration-react@0.0.0-nightly-20240721021945
16
+ - @backstage/integration-react@0.0.0-nightly-20240722022006
17
17
  - @backstage/types@1.1.1
18
18
  - @backstage/version-bridge@1.0.8
19
19
  - @backstage/plugin-catalog-common@1.0.25
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react__alpha",
3
- "version": "0.0.0-nightly-20240721021945",
3
+ "version": "0.0.0-nightly-20240722022006",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20240721021945",
3
+ "version": "0.0.0-nightly-20240722022006",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -61,8 +61,8 @@
61
61
  "@backstage/core-components": "^0.14.9",
62
62
  "@backstage/core-plugin-api": "^1.9.3",
63
63
  "@backstage/errors": "^1.2.4",
64
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240721021945",
65
- "@backstage/integration-react": "^0.0.0-nightly-20240721021945",
64
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240722022006",
65
+ "@backstage/integration-react": "^0.0.0-nightly-20240722022006",
66
66
  "@backstage/plugin-catalog-common": "^1.0.25",
67
67
  "@backstage/plugin-permission-common": "^0.8.0",
68
68
  "@backstage/plugin-permission-react": "^0.4.24",
@@ -82,7 +82,7 @@
82
82
  "zen-observable": "^0.10.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/cli": "^0.0.0-nightly-20240721021945",
85
+ "@backstage/cli": "^0.0.0-nightly-20240722022006",
86
86
  "@backstage/core-app-api": "^1.14.0",
87
87
  "@backstage/plugin-catalog-common": "^1.0.25",
88
88
  "@backstage/plugin-scaffolder-common": "^1.5.4",