@backstage/plugin-catalog-react 1.21.2-next.0 → 1.21.2

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 +33 -0
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 1.21.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 2a3704d: Correct translation key from "type" to "owner" for owner column in entity table to ensure the right translation is loaded.
8
+ - ace202e: Update `material-ui-popup-state` to latest available version.
9
+ - Updated dependencies
10
+ - @backstage/core-components@0.18.2
11
+ - @backstage/frontend-plugin-api@0.12.1
12
+ - @backstage/frontend-test-utils@0.4.0
13
+ - @backstage/core-compat-api@0.5.3
14
+ - @backstage/core-plugin-api@1.11.1
15
+ - @backstage/integration-react@1.2.11
16
+ - @backstage/plugin-catalog-common@1.1.6
17
+ - @backstage/plugin-permission-common@0.9.2
18
+ - @backstage/plugin-permission-react@0.4.37
19
+
20
+ ## 1.21.2-next.1
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/core-components@0.18.2-next.1
26
+ - @backstage/core-plugin-api@1.11.1-next.0
27
+ - @backstage/frontend-test-utils@0.3.7-next.1
28
+ - @backstage/integration-react@1.2.11-next.1
29
+ - @backstage/plugin-permission-common@0.9.2-next.0
30
+ - @backstage/plugin-permission-react@0.4.37-next.0
31
+ - @backstage/core-compat-api@0.5.3-next.1
32
+ - @backstage/frontend-plugin-api@0.12.1-next.1
33
+ - @backstage/plugin-catalog-common@1.1.6-next.0
34
+ - @backstage/catalog-client@1.12.0
35
+
3
36
  ## 1.21.2-next.0
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "1.21.2-next.0",
3
+ "version": "1.21.2",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -73,38 +73,38 @@
73
73
  "test": "backstage-cli package test"
74
74
  },
75
75
  "dependencies": {
76
- "@backstage/catalog-client": "1.12.0",
77
- "@backstage/catalog-model": "1.7.5",
78
- "@backstage/core-compat-api": "0.5.3-next.0",
79
- "@backstage/core-components": "0.18.2-next.0",
80
- "@backstage/core-plugin-api": "1.11.0",
81
- "@backstage/errors": "1.2.7",
82
- "@backstage/frontend-plugin-api": "0.12.1-next.0",
83
- "@backstage/frontend-test-utils": "0.3.7-next.0",
84
- "@backstage/integration-react": "1.2.11-next.0",
85
- "@backstage/plugin-catalog-common": "1.1.5",
86
- "@backstage/plugin-permission-common": "0.9.1",
87
- "@backstage/plugin-permission-react": "0.4.36",
88
- "@backstage/types": "1.2.2",
89
- "@backstage/version-bridge": "1.0.11",
76
+ "@backstage/catalog-client": "^1.12.0",
77
+ "@backstage/catalog-model": "^1.7.5",
78
+ "@backstage/core-compat-api": "^0.5.3",
79
+ "@backstage/core-components": "^0.18.2",
80
+ "@backstage/core-plugin-api": "^1.11.1",
81
+ "@backstage/errors": "^1.2.7",
82
+ "@backstage/frontend-plugin-api": "^0.12.1",
83
+ "@backstage/frontend-test-utils": "^0.4.0",
84
+ "@backstage/integration-react": "^1.2.11",
85
+ "@backstage/plugin-catalog-common": "^1.1.6",
86
+ "@backstage/plugin-permission-common": "^0.9.2",
87
+ "@backstage/plugin-permission-react": "^0.4.37",
88
+ "@backstage/types": "^1.2.2",
89
+ "@backstage/version-bridge": "^1.0.11",
90
90
  "@material-ui/core": "^4.12.2",
91
91
  "@material-ui/icons": "^4.9.1",
92
92
  "@material-ui/lab": "4.0.0-alpha.61",
93
93
  "@react-hookz/web": "^24.0.0",
94
94
  "classnames": "^2.2.6",
95
95
  "lodash": "^4.17.21",
96
- "material-ui-popup-state": "^1.9.3",
96
+ "material-ui-popup-state": "^5.3.6",
97
97
  "qs": "^6.9.4",
98
98
  "react-use": "^17.2.4",
99
99
  "yaml": "^2.0.0",
100
100
  "zen-observable": "^0.10.0"
101
101
  },
102
102
  "devDependencies": {
103
- "@backstage/cli": "0.34.4-next.0",
104
- "@backstage/core-app-api": "1.19.0",
105
- "@backstage/plugin-catalog-common": "1.1.5",
106
- "@backstage/plugin-scaffolder-common": "1.7.2-next.0",
107
- "@backstage/test-utils": "1.7.11",
103
+ "@backstage/cli": "^0.34.4",
104
+ "@backstage/core-app-api": "^1.19.1",
105
+ "@backstage/plugin-catalog-common": "^1.1.6",
106
+ "@backstage/plugin-scaffolder-common": "^1.7.2",
107
+ "@backstage/test-utils": "^1.7.12",
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",