@backstage/plugin-catalog-react 0.0.0-nightly-202201921950 → 0.0.0-nightly-202202022734
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 +6 -6
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-202202022734
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 2916a83b9c: Deprecated `loadIdentityOwnerRefs`, since they can now be retrieved as `ownershipEntityRefs` from `identityApi.getBackstageIdentity()` instead.
|
|
8
8
|
- 51fbedc445: Migrated usage of deprecated `IdentityApi` methods.
|
|
9
9
|
- Updated dependencies
|
|
10
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
11
|
-
- @backstage/
|
|
12
|
-
- @backstage/
|
|
13
|
-
- @backstage/catalog-
|
|
14
|
-
- @backstage/
|
|
10
|
+
- @backstage/core-components@0.0.0-nightly-202202022734
|
|
11
|
+
- @backstage/integration@0.0.0-nightly-202202022734
|
|
12
|
+
- @backstage/core-plugin-api@0.0.0-nightly-202202022734
|
|
13
|
+
- @backstage/catalog-model@0.0.0-nightly-202202022734
|
|
14
|
+
- @backstage/catalog-client@0.0.0-nightly-202202022734
|
|
15
15
|
|
|
16
16
|
## 0.6.12-next.0
|
|
17
17
|
|
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-202202022734",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"clean": "backstage-cli clean"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@backstage/catalog-client": "^0.0.0-nightly-
|
|
33
|
-
"@backstage/catalog-model": "^0.0.0-nightly-
|
|
34
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
35
|
-
"@backstage/core-plugin-api": "^0.0.0-nightly-
|
|
32
|
+
"@backstage/catalog-client": "^0.0.0-nightly-202202022734",
|
|
33
|
+
"@backstage/catalog-model": "^0.0.0-nightly-202202022734",
|
|
34
|
+
"@backstage/core-components": "^0.0.0-nightly-202202022734",
|
|
35
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-202202022734",
|
|
36
36
|
"@backstage/errors": "^0.2.0",
|
|
37
|
-
"@backstage/integration": "^0.0.0-nightly-
|
|
37
|
+
"@backstage/integration": "^0.0.0-nightly-202202022734",
|
|
38
38
|
"@backstage/types": "^0.1.1",
|
|
39
39
|
"@backstage/version-bridge": "^0.1.1",
|
|
40
40
|
"@material-ui/core": "^4.12.2",
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
"react": "^16.13.1 || ^17.0.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
56
|
-
"@backstage/core-app-api": "^0.0.0-nightly-
|
|
57
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
55
|
+
"@backstage/cli": "^0.0.0-nightly-202202022734",
|
|
56
|
+
"@backstage/core-app-api": "^0.0.0-nightly-202202022734",
|
|
57
|
+
"@backstage/test-utils": "^0.0.0-nightly-202202022734",
|
|
58
58
|
"@testing-library/jest-dom": "^5.10.1",
|
|
59
59
|
"@testing-library/react": "^11.2.5",
|
|
60
60
|
"@testing-library/react-hooks": "^7.0.2",
|