@backstage/plugin-catalog-react 0.0.0-nightly-20230905021132 → 0.0.0-nightly-20230907021058

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,24 +1,42 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20230905021132
3
+ ## 0.0.0-nightly-20230907021058
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - bd817209ddd7: Export the `EntityAutocompletePicker` component.
8
8
  - 7029ba1ce0af: Added delete alert popup when user delete the entity
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20230905021132
11
- - @backstage/integration@0.0.0-nightly-20230905021132
12
- - @backstage/core-plugin-api@0.0.0-nightly-20230905021132
13
- - @backstage/catalog-client@0.0.0-nightly-20230905021132
14
- - @backstage/catalog-model@0.0.0-nightly-20230905021132
10
+ - @backstage/core-components@0.0.0-nightly-20230907021058
11
+ - @backstage/integration@0.0.0-nightly-20230907021058
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20230907021058
13
+ - @backstage/catalog-client@0.0.0-nightly-20230907021058
14
+ - @backstage/catalog-model@0.0.0-nightly-20230907021058
15
15
  - @backstage/errors@1.2.1
16
16
  - @backstage/theme@0.4.1
17
17
  - @backstage/types@1.1.0
18
18
  - @backstage/version-bridge@1.0.4
19
- - @backstage/plugin-catalog-common@0.0.0-nightly-20230905021132
20
- - @backstage/plugin-permission-common@0.0.0-nightly-20230905021132
21
- - @backstage/plugin-permission-react@0.0.0-nightly-20230905021132
19
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20230907021058
20
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230907021058
21
+ - @backstage/plugin-permission-react@0.0.0-nightly-20230907021058
22
+
23
+ ## 1.8.4-next.2
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/core-components@0.13.5-next.2
29
+ - @backstage/core-plugin-api@1.6.0-next.2
30
+ - @backstage/plugin-permission-react@0.4.15-next.2
31
+ - @backstage/integration@1.7.0-next.2
32
+ - @backstage/catalog-model@1.4.2-next.1
33
+ - @backstage/plugin-permission-common@0.7.8-next.1
34
+ - @backstage/catalog-client@1.4.4-next.1
35
+ - @backstage/errors@1.2.1
36
+ - @backstage/theme@0.4.1
37
+ - @backstage/types@1.1.0
38
+ - @backstage/version-bridge@1.0.4
39
+ - @backstage/plugin-catalog-common@1.0.16-next.1
22
40
 
23
41
  ## 1.8.4-next.1
24
42
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20230905021132",
3
+ "version": "0.0.0-nightly-20230907021058",
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-20230905021132",
4
+ "version": "0.0.0-nightly-20230907021058",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,15 +43,15 @@
43
43
  "start": "backstage-cli package start"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/catalog-client": "^0.0.0-nightly-20230905021132",
47
- "@backstage/catalog-model": "^0.0.0-nightly-20230905021132",
48
- "@backstage/core-components": "^0.0.0-nightly-20230905021132",
49
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230905021132",
46
+ "@backstage/catalog-client": "^0.0.0-nightly-20230907021058",
47
+ "@backstage/catalog-model": "^0.0.0-nightly-20230907021058",
48
+ "@backstage/core-components": "^0.0.0-nightly-20230907021058",
49
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230907021058",
50
50
  "@backstage/errors": "^1.2.1",
51
- "@backstage/integration": "^0.0.0-nightly-20230905021132",
52
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230905021132",
53
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230905021132",
54
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20230905021132",
51
+ "@backstage/integration": "^0.0.0-nightly-20230907021058",
52
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230907021058",
53
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230907021058",
54
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20230907021058",
55
55
  "@backstage/theme": "^0.4.1",
56
56
  "@backstage/types": "^1.1.0",
57
57
  "@backstage/version-bridge": "^1.0.4",
@@ -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-20230905021132",
79
- "@backstage/core-app-api": "^0.0.0-nightly-20230905021132",
80
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230905021132",
81
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230905021132",
82
- "@backstage/test-utils": "^0.0.0-nightly-20230905021132",
78
+ "@backstage/cli": "^0.0.0-nightly-20230907021058",
79
+ "@backstage/core-app-api": "^0.0.0-nightly-20230907021058",
80
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230907021058",
81
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230907021058",
82
+ "@backstage/test-utils": "^0.0.0-nightly-20230907021058",
83
83
  "@testing-library/dom": "^8.0.0",
84
84
  "@testing-library/jest-dom": "^5.10.1",
85
85
  "@testing-library/react": "^12.1.3",