@backstage/plugin-catalog-react 1.8.4-next.3 → 1.8.4

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,5 +1,26 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 1.8.4
4
+
5
+ ### Patch Changes
6
+
7
+ - bd817209ddd7: Export the `EntityAutocompletePicker` component.
8
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
9
+ - 7029ba1ce0af: Added delete alert popup when user delete the entity
10
+ - Updated dependencies
11
+ - @backstage/core-components@0.13.5
12
+ - @backstage/catalog-client@1.4.4
13
+ - @backstage/catalog-model@1.4.2
14
+ - @backstage/core-plugin-api@1.6.0
15
+ - @backstage/errors@1.2.2
16
+ - @backstage/integration@1.7.0
17
+ - @backstage/plugin-catalog-common@1.0.16
18
+ - @backstage/plugin-permission-common@0.7.8
19
+ - @backstage/plugin-permission-react@0.4.15
20
+ - @backstage/theme@0.4.2
21
+ - @backstage/types@1.1.1
22
+ - @backstage/version-bridge@1.0.5
23
+
3
24
  ## 1.8.4-next.3
4
25
 
5
26
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "1.8.4-next.3",
3
+ "version": "1.8.4",
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": "1.8.4-next.3",
4
+ "version": "1.8.4",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -44,18 +44,18 @@
44
44
  "start": "backstage-cli package start"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/catalog-client": "^1.4.4-next.2",
48
- "@backstage/catalog-model": "^1.4.2-next.2",
49
- "@backstage/core-components": "^0.13.5-next.3",
50
- "@backstage/core-plugin-api": "^1.6.0-next.3",
51
- "@backstage/errors": "^1.2.2-next.0",
52
- "@backstage/integration": "^1.7.0-next.3",
53
- "@backstage/plugin-catalog-common": "^1.0.16-next.2",
54
- "@backstage/plugin-permission-common": "^0.7.8-next.2",
55
- "@backstage/plugin-permission-react": "^0.4.15-next.3",
56
- "@backstage/theme": "^0.4.2-next.0",
57
- "@backstage/types": "^1.1.1-next.0",
58
- "@backstage/version-bridge": "^1.0.5-next.0",
47
+ "@backstage/catalog-client": "^1.4.4",
48
+ "@backstage/catalog-model": "^1.4.2",
49
+ "@backstage/core-components": "^0.13.5",
50
+ "@backstage/core-plugin-api": "^1.6.0",
51
+ "@backstage/errors": "^1.2.2",
52
+ "@backstage/integration": "^1.7.0",
53
+ "@backstage/plugin-catalog-common": "^1.0.16",
54
+ "@backstage/plugin-permission-common": "^0.7.8",
55
+ "@backstage/plugin-permission-react": "^0.4.15",
56
+ "@backstage/theme": "^0.4.2",
57
+ "@backstage/types": "^1.1.1",
58
+ "@backstage/version-bridge": "^1.0.5",
59
59
  "@material-ui/core": "^4.12.2",
60
60
  "@material-ui/icons": "^4.9.1",
61
61
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -76,11 +76,11 @@
76
76
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/cli": "^0.22.13-next.3",
80
- "@backstage/core-app-api": "^1.10.0-next.3",
81
- "@backstage/plugin-catalog-common": "^1.0.16-next.2",
82
- "@backstage/plugin-scaffolder-common": "^1.4.1-next.2",
83
- "@backstage/test-utils": "^1.4.3-next.3",
79
+ "@backstage/cli": "^0.22.13",
80
+ "@backstage/core-app-api": "^1.10.0",
81
+ "@backstage/plugin-catalog-common": "^1.0.16",
82
+ "@backstage/plugin-scaffolder-common": "^1.4.1",
83
+ "@backstage/test-utils": "^1.4.3",
84
84
  "@testing-library/dom": "^8.0.0",
85
85
  "@testing-library/jest-dom": "^5.10.1",
86
86
  "@testing-library/react": "^12.1.3",