@backstage/plugin-catalog-react 1.1.4-next.2 → 1.1.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.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 817f3196f6: Updated React Router dependencies to be peer dependencies.
8
+ - f6033d1121: humanizeEntityRef function can now be forced to include default namespace
9
+ - c86741a052: Support showing counts in option labels of the `EntityTagPicker`. You can enable this by adding the `showCounts` property
10
+ - 7d47def9c4: Removed dependency on `@types/jest`.
11
+ - a6d551fad9: Properly handle free-text entity filtering in the case of empty tag arrays
12
+ - ef9ab322de: Minor API signatures cleanup
13
+ - Updated dependencies
14
+ - @backstage/core-components@0.11.1
15
+ - @backstage/core-plugin-api@1.0.6
16
+ - @backstage/plugin-permission-react@0.4.5
17
+ - @backstage/integration@1.3.1
18
+ - @backstage/catalog-client@1.1.0
19
+ - @backstage/catalog-model@1.1.1
20
+ - @backstage/errors@1.1.1
21
+ - @backstage/plugin-permission-common@0.6.4
22
+ - @backstage/plugin-catalog-common@1.0.6
23
+
3
24
  ## 1.1.4-next.2
4
25
 
5
26
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "1.1.4-next.2",
3
+ "version": "1.1.4",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
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.1.4-next.2",
4
+ "version": "1.1.4",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,15 +33,15 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-client": "^1.1.0-next.2",
37
- "@backstage/catalog-model": "^1.1.1-next.0",
38
- "@backstage/core-components": "^0.11.1-next.3",
39
- "@backstage/core-plugin-api": "^1.0.6-next.3",
40
- "@backstage/errors": "^1.1.1-next.0",
41
- "@backstage/integration": "^1.3.1-next.2",
42
- "@backstage/plugin-catalog-common": "^1.0.6-next.0",
43
- "@backstage/plugin-permission-common": "^0.6.4-next.2",
44
- "@backstage/plugin-permission-react": "^0.4.5-next.2",
36
+ "@backstage/catalog-client": "^1.1.0",
37
+ "@backstage/catalog-model": "^1.1.1",
38
+ "@backstage/core-components": "^0.11.1",
39
+ "@backstage/core-plugin-api": "^1.0.6",
40
+ "@backstage/errors": "^1.1.1",
41
+ "@backstage/integration": "^1.3.1",
42
+ "@backstage/plugin-catalog-common": "^1.0.6",
43
+ "@backstage/plugin-permission-common": "^0.6.4",
44
+ "@backstage/plugin-permission-react": "^0.4.5",
45
45
  "@backstage/theme": "^0.2.16",
46
46
  "@backstage/types": "^1.0.0",
47
47
  "@backstage/version-bridge": "^1.0.1",
@@ -62,11 +62,11 @@
62
62
  "react-router": "6.0.0-beta.0 || ^6.3.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/cli": "^0.19.0-next.3",
66
- "@backstage/core-app-api": "^1.1.0-next.3",
67
- "@backstage/plugin-catalog-common": "^1.0.6-next.0",
68
- "@backstage/plugin-scaffolder-common": "^1.2.0-next.1",
69
- "@backstage/test-utils": "^1.2.0-next.3",
65
+ "@backstage/cli": "^0.19.0",
66
+ "@backstage/core-app-api": "^1.1.0",
67
+ "@backstage/plugin-catalog-common": "^1.0.6",
68
+ "@backstage/plugin-scaffolder-common": "^1.2.0",
69
+ "@backstage/test-utils": "^1.2.0",
70
70
  "@testing-library/jest-dom": "^5.10.1",
71
71
  "@testing-library/react": "^12.1.3",
72
72
  "@testing-library/react-hooks": "^8.0.0",
@@ -80,5 +80,5 @@
80
80
  "dist",
81
81
  "alpha"
82
82
  ],
83
- "gitHead": "2f458448f850dc68a711e2f31d14a91f96cf175d"
83
+ "gitHead": "25b94e63455f1fb170506f9e84e3f430f4b79406"
84
84
  }