@backstage/plugin-catalog-react 0.0.0-nightly-20240429021333 → 0.0.0-nightly-20240501021601

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,23 +1,32 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20240429021333
3
+ ## 0.0.0-nightly-20240501021601
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/catalog-model@0.0.0-nightly-20240429021333
9
- - @backstage/core-components@0.0.0-nightly-20240429021333
10
- - @backstage/catalog-client@0.0.0-nightly-20240429021333
11
- - @backstage/plugin-catalog-common@0.0.0-nightly-20240429021333
8
+ - @backstage/catalog-model@0.0.0-nightly-20240501021601
9
+ - @backstage/core-components@0.0.0-nightly-20240501021601
10
+ - @backstage/catalog-client@0.0.0-nightly-20240501021601
11
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20240501021601
12
12
  - @backstage/core-plugin-api@1.9.2
13
13
  - @backstage/errors@1.2.4
14
- - @backstage/frontend-plugin-api@0.0.0-nightly-20240429021333
14
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20240501021601
15
15
  - @backstage/integration-react@1.1.26
16
16
  - @backstage/types@1.1.1
17
17
  - @backstage/version-bridge@1.0.8
18
18
  - @backstage/plugin-permission-common@0.7.13
19
19
  - @backstage/plugin-permission-react@0.4.22
20
20
 
21
+ ## 1.11.4-next.1
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies
26
+ - @backstage/core-components@0.14.6-next.1
27
+ - @backstage/frontend-plugin-api@0.6.5-next.1
28
+ - @backstage/integration-react@1.1.26
29
+
21
30
  ## 1.11.4-next.0
22
31
 
23
32
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20240429021333",
3
+ "version": "0.0.0-nightly-20240501021601",
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
3
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
4
- "version": "0.0.0-nightly-20240429021333",
4
+ "version": "0.0.0-nightly-20240501021601",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -44,14 +44,14 @@
44
44
  "start": "backstage-cli package start"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/catalog-client": "^0.0.0-nightly-20240429021333",
48
- "@backstage/catalog-model": "^0.0.0-nightly-20240429021333",
49
- "@backstage/core-components": "^0.0.0-nightly-20240429021333",
47
+ "@backstage/catalog-client": "^0.0.0-nightly-20240501021601",
48
+ "@backstage/catalog-model": "^0.0.0-nightly-20240501021601",
49
+ "@backstage/core-components": "^0.0.0-nightly-20240501021601",
50
50
  "@backstage/core-plugin-api": "^1.9.2",
51
51
  "@backstage/errors": "^1.2.4",
52
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240429021333",
52
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20240501021601",
53
53
  "@backstage/integration-react": "^1.1.26",
54
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240429021333",
54
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240501021601",
55
55
  "@backstage/plugin-permission-common": "^0.7.13",
56
56
  "@backstage/plugin-permission-react": "^0.4.22",
57
57
  "@backstage/types": "^1.1.1",
@@ -75,11 +75,11 @@
75
75
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "^0.0.0-nightly-20240429021333",
78
+ "@backstage/cli": "^0.0.0-nightly-20240501021601",
79
79
  "@backstage/core-app-api": "^1.12.4",
80
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240429021333",
81
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20240429021333",
82
- "@backstage/test-utils": "^0.0.0-nightly-20240429021333",
80
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20240501021601",
81
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20240501021601",
82
+ "@backstage/test-utils": "^0.0.0-nightly-20240501021601",
83
83
  "@testing-library/dom": "^10.0.0",
84
84
  "@testing-library/jest-dom": "^6.0.0",
85
85
  "@testing-library/react": "^15.0.0",