@backstage/plugin-catalog-react 0.6.2 → 0.6.3
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 +11 -0
- package/dist/index.cjs.js +2 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +29 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
+
## 0.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 03b47a476d: export `loadIdentityOwnerRefs` and `loadCatalogOwnerRefs` all the way
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/core-components@0.7.3
|
|
10
|
+
- @backstage/catalog-client@0.5.1
|
|
11
|
+
- @backstage/core-plugin-api@0.1.13
|
|
12
|
+
- @backstage/core-app-api@0.1.20
|
|
13
|
+
|
|
3
14
|
## 0.6.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/dist/index.cjs.js
CHANGED
|
@@ -1627,6 +1627,8 @@ exports.getEntityMetadataViewUrl = getEntityMetadataViewUrl;
|
|
|
1627
1627
|
exports.getEntityRelations = getEntityRelations;
|
|
1628
1628
|
exports.getEntitySourceLocation = getEntitySourceLocation;
|
|
1629
1629
|
exports.isOwnerOf = isOwnerOf;
|
|
1630
|
+
exports.loadCatalogOwnerRefs = loadCatalogOwnerRefs;
|
|
1631
|
+
exports.loadIdentityOwnerRefs = loadIdentityOwnerRefs;
|
|
1630
1632
|
exports.reduceCatalogFilters = reduceCatalogFilters;
|
|
1631
1633
|
exports.reduceEntityFilters = reduceEntityFilters;
|
|
1632
1634
|
exports.rootRoute = rootRoute;
|