@backstage/plugin-catalog-react 1.12.2-next.1 → 1.12.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 1.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 06c0956: Support i18n for catalog and catalog-react plugins
8
+ - 2030962: Make EntityOwnerPicker display metadata.title or spec.profile.displayName for mode=only-owners instead of metadata.name
9
+ - Updated dependencies
10
+ - @backstage/plugin-permission-common@0.8.0
11
+ - @backstage/core-components@0.14.9
12
+ - @backstage/plugin-permission-react@0.4.24
13
+ - @backstage/plugin-catalog-common@1.0.25
14
+ - @backstage/frontend-plugin-api@0.6.7
15
+ - @backstage/integration-react@1.1.29
16
+ - @backstage/catalog-client@1.6.5
17
+ - @backstage/catalog-model@1.5.0
18
+ - @backstage/core-plugin-api@1.9.3
19
+ - @backstage/errors@1.2.4
20
+ - @backstage/types@1.1.1
21
+ - @backstage/version-bridge@1.0.8
22
+
23
+ ## 1.12.2-next.2
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/core-components@0.14.9-next.1
29
+ - @backstage/frontend-plugin-api@0.6.7-next.1
30
+ - @backstage/integration-react@1.1.29-next.0
31
+
3
32
  ## 1.12.2-next.1
4
33
 
5
34
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react__alpha",
3
- "version": "1.12.2-next.1",
3
+ "version": "1.12.2",
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": "1.12.2-next.1",
3
+ "version": "1.12.2",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -58,14 +58,14 @@
58
58
  "dependencies": {
59
59
  "@backstage/catalog-client": "^1.6.5",
60
60
  "@backstage/catalog-model": "^1.5.0",
61
- "@backstage/core-components": "^0.14.9-next.0",
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.6.7-next.0",
65
- "@backstage/integration-react": "^1.1.29-next.0",
66
- "@backstage/plugin-catalog-common": "^1.0.24",
67
- "@backstage/plugin-permission-common": "^0.7.14",
68
- "@backstage/plugin-permission-react": "^0.4.23",
64
+ "@backstage/frontend-plugin-api": "^0.6.7",
65
+ "@backstage/integration-react": "^1.1.29",
66
+ "@backstage/plugin-catalog-common": "^1.0.25",
67
+ "@backstage/plugin-permission-common": "^0.8.0",
68
+ "@backstage/plugin-permission-react": "^0.4.24",
69
69
  "@backstage/types": "^1.1.1",
70
70
  "@backstage/version-bridge": "^1.0.8",
71
71
  "@material-ui/core": "^4.12.2",
@@ -82,11 +82,11 @@
82
82
  "zen-observable": "^0.10.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/cli": "^0.26.11-next.1",
86
- "@backstage/core-app-api": "^1.13.1-next.1",
87
- "@backstage/plugin-catalog-common": "^1.0.24",
88
- "@backstage/plugin-scaffolder-common": "^1.5.3",
89
- "@backstage/test-utils": "^1.5.8-next.1",
85
+ "@backstage/cli": "^0.26.11",
86
+ "@backstage/core-app-api": "^1.14.0",
87
+ "@backstage/plugin-catalog-common": "^1.0.25",
88
+ "@backstage/plugin-scaffolder-common": "^1.5.4",
89
+ "@backstage/test-utils": "^1.5.8",
90
90
  "@testing-library/dom": "^10.0.0",
91
91
  "@testing-library/jest-dom": "^6.0.0",
92
92
  "@testing-library/react": "^15.0.0",