@backstage/plugin-catalog-react 0.0.0-nightly-20220913030138 → 0.0.0-nightly-20220915030237
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 +27 -10
- package/alpha/package.json +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220915030237
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -11,15 +11,32 @@
|
|
|
11
11
|
- a6d551fad9: Properly handle free-text entity filtering in the case of empty tag arrays
|
|
12
12
|
- ef9ab322de: Minor API signatures cleanup
|
|
13
13
|
- Updated dependencies
|
|
14
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
15
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
16
|
-
- @backstage/plugin-permission-react@0.0.0-nightly-
|
|
17
|
-
- @backstage/integration@0.0.0-nightly-
|
|
18
|
-
- @backstage/catalog-client@0.0.0-nightly-
|
|
19
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
20
|
-
- @backstage/errors@0.0.0-nightly-
|
|
21
|
-
- @backstage/plugin-permission-common@0.0.0-nightly-
|
|
22
|
-
- @backstage/plugin-catalog-common@0.0.0-nightly-
|
|
14
|
+
- @backstage/core-components@0.0.0-nightly-20220915030237
|
|
15
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20220915030237
|
|
16
|
+
- @backstage/plugin-permission-react@0.0.0-nightly-20220915030237
|
|
17
|
+
- @backstage/integration@0.0.0-nightly-20220915030237
|
|
18
|
+
- @backstage/catalog-client@0.0.0-nightly-20220915030237
|
|
19
|
+
- @backstage/catalog-model@0.0.0-nightly-20220915030237
|
|
20
|
+
- @backstage/errors@0.0.0-nightly-20220915030237
|
|
21
|
+
- @backstage/plugin-permission-common@0.0.0-nightly-20220915030237
|
|
22
|
+
- @backstage/plugin-catalog-common@0.0.0-nightly-20220915030237
|
|
23
|
+
|
|
24
|
+
## 1.1.4-next.2
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- f6033d1121: humanizeEntityRef function can now be forced to include default namespace
|
|
29
|
+
- c86741a052: Support showing counts in option labels of the `EntityTagPicker`. You can enable this by adding the `showCounts` property
|
|
30
|
+
- 7d47def9c4: Removed dependency on `@types/jest`.
|
|
31
|
+
- Updated dependencies
|
|
32
|
+
- @backstage/catalog-client@1.1.0-next.2
|
|
33
|
+
- @backstage/catalog-model@1.1.1-next.0
|
|
34
|
+
- @backstage/core-components@0.11.1-next.3
|
|
35
|
+
- @backstage/core-plugin-api@1.0.6-next.3
|
|
36
|
+
- @backstage/errors@1.1.1-next.0
|
|
37
|
+
- @backstage/integration@1.3.1-next.2
|
|
38
|
+
- @backstage/plugin-permission-common@0.6.4-next.2
|
|
39
|
+
- @backstage/plugin-permission-react@0.4.5-next.2
|
|
23
40
|
|
|
24
41
|
## 1.1.4-next.1
|
|
25
42
|
|
package/alpha/package.json
CHANGED
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-
|
|
4
|
+
"version": "0.0.0-nightly-20220915030237",
|
|
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": "0.0.0-nightly-
|
|
37
|
-
"@backstage/catalog-model": "0.0.0-nightly-
|
|
38
|
-
"@backstage/core-components": "0.0.0-nightly-
|
|
39
|
-
"@backstage/core-plugin-api": "0.0.0-nightly-
|
|
40
|
-
"@backstage/errors": "0.0.0-nightly-
|
|
41
|
-
"@backstage/integration": "0.0.0-nightly-
|
|
42
|
-
"@backstage/plugin-catalog-common": "0.0.0-nightly-
|
|
43
|
-
"@backstage/plugin-permission-common": "0.0.0-nightly-
|
|
44
|
-
"@backstage/plugin-permission-react": "0.0.0-nightly-
|
|
36
|
+
"@backstage/catalog-client": "0.0.0-nightly-20220915030237",
|
|
37
|
+
"@backstage/catalog-model": "0.0.0-nightly-20220915030237",
|
|
38
|
+
"@backstage/core-components": "0.0.0-nightly-20220915030237",
|
|
39
|
+
"@backstage/core-plugin-api": "0.0.0-nightly-20220915030237",
|
|
40
|
+
"@backstage/errors": "0.0.0-nightly-20220915030237",
|
|
41
|
+
"@backstage/integration": "0.0.0-nightly-20220915030237",
|
|
42
|
+
"@backstage/plugin-catalog-common": "0.0.0-nightly-20220915030237",
|
|
43
|
+
"@backstage/plugin-permission-common": "0.0.0-nightly-20220915030237",
|
|
44
|
+
"@backstage/plugin-permission-react": "0.0.0-nightly-20220915030237",
|
|
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.0.0-nightly-
|
|
66
|
-
"@backstage/core-app-api": "0.0.0-nightly-
|
|
67
|
-
"@backstage/plugin-catalog-common": "0.0.0-nightly-
|
|
68
|
-
"@backstage/plugin-scaffolder-common": "0.0.0-nightly-
|
|
69
|
-
"@backstage/test-utils": "0.0.0-nightly-
|
|
65
|
+
"@backstage/cli": "0.0.0-nightly-20220915030237",
|
|
66
|
+
"@backstage/core-app-api": "0.0.0-nightly-20220915030237",
|
|
67
|
+
"@backstage/plugin-catalog-common": "0.0.0-nightly-20220915030237",
|
|
68
|
+
"@backstage/plugin-scaffolder-common": "0.0.0-nightly-20220915030237",
|
|
69
|
+
"@backstage/test-utils": "0.0.0-nightly-20220915030237",
|
|
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",
|